Mondoze Knowledge Base

Search our articles or browse by category below

How can I ignore the specific JavaScripts?

Last modified: October 5, 2022
You are here:
Estimated reading time: < 1 min

How Can I Ignore the Specific JavaScripts?

You can have Rocket Loader ignore individual scripts by adding the data-cfasync=”false” attribute to the relevant script tag, for example:

It will still optimise the loading of all other scripts on the page.

Notes:

  1. Adding this attribute within JavaScript will not work if you wish to exclude the script.
  2. If the script you want  to ignore has dependency on other JavaScript(s) on the page, those depedencies must also have the data-cfasync=”false” attribute added.
  3. The ‘data-cfasync’ attribute must be add before the ‘src’ attribute.
  4. Rocket Loader will recognise the tag when either single or double quotes are place around the attribute value.

Alternative:

If  only impacting a specific page, then consider using a Page Rule to exclude that page by URL from optional performance features.

Was this article helpful?
Dislike 0
Views: 32