Ignore JavaScripts
You can have Rocket Loader ignore individual scripts by adding the data-cfasync="false"
attribute to the relevant script tag:
<script data-cfasync="false" src="/javascript.js"></script>
Rocket Loader will still optimize the loading of all other scripts on the page.
- Adding this attribute within JavaScript will not work if you wish to exclude the script from Rocket Loader.
- If the script you want Rocket Loader to ignore has dependency on other JavaScript(s) on the page, those dependencies must also have the
data-cfasync="false"
attribute. - The
data-cfasync
attribute must be added before thesrc
attribute. - Rocket Loader will recognize the tag when either single or double quotes are placed around the attribute value.
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Products
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark