Cloudflare Rocket loader is interfering with my slider revolution
(Note have already added page rule to disable/bypass perfomance velocitywebsites.co.nz/x/)
Do you have any ideas on where I would find the script below in my files so I can add the line of code??
Cloudflare Support
How can I have Rocket Loader ignore my script(s) in Automatic Mode?
You can have Rocket Loader ignore individual scripts by adding the data-cfasync=“false” attribute to the relevant script tag, for example:
<script data-cfasync="false" src="/javascript.js"></script>
Rocket Loader will still work for all other scripts.
Notes:
- Adding this attribute within JS will not work to exclude the script from Rocket Loader.
- The ‘data-cfasync’ attribute must be added before the ‘src’ attribute.
- Rocket loader will recognize the tag when either single or double quotes are placed around the attribute value.
Alternative:
If Rocket Loader is only impacting a specific URL, then please look at using a PageRuleto exclude that URL from optional performance features.