Title: Troubleshooting a CloudFlare Integration
Author: staff
Published: July 21, 2022
Last modified: November 12, 2025

---

 1. [Troubleshooting common issues](https://docs.parse.ly/troubleshooting-issues/)
 2. Troubleshooting a CloudFlare Integration

#  Troubleshooting a CloudFlare Integration

If you’re using CloudFlare RocketLoader to integrate Parse.ly JavaScript, you can
potentially run into an issue with some or all of your site’s JavaScript being disabled.

How does this happen? If there is a problem in your use of RocketLoader, your script
tags can end up being served as RocketScript (which is unrecognized by browsers)
instead of JavaScript.  Here’s an example of what that looks like in the page source:

![parsely_cloudflare_integration](https://docs.parse.ly/wp-content/uploads/sites/
5/2022/07/parsely_cloudflare_integration.png)

The best explanation of the issue appears on StackOverflow [here](https://stackoverflow.com/questions/9681032/why-is-wordpress-placing-text-rocketscript-instead-of-text-javascript-when-u).
CloudFlare makes a mention of the workaround as well [in this article](https://support.cloudflare.com/hc/en-us/articles/200169436--How-can-I-have-Rocket-Loader-ignore-my-script-s-in-Automatic-Mode-).

As always, contact [support@parsely.com](https://docs.parse.ly/troubleshooting-issues/support@parsely.com?output_format=md)
if you have further questions or issues.

Last updated: November 12, 2025