INTEGRITY Cloudflare Docs

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.

Limitations