Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure that both codes for snigelPubConf and loader.js have the elements:

    • data-cfasync="false"

    • async

  2. Do not place scripts from Snigel in minify and cache plugins, or if it can't be avoided place them in exclude from minify and cache section.

  3. Clear cache - both server and CDN to have a real overview if the implementation is correct and is not causing any issues. It's often when this step is missed an issue is visible only days or weeks after implementation.

...