Skip to main content
All CollectionsTroubleshooting and FAQsFrequently Asked QuestionsGeneral
How to Fix Cloudflare's Rocket Loader Conflict With jQuery
How to Fix Cloudflare's Rocket Loader Conflict With jQuery

Learn how to identify and address these conflicts by adjusting Rocket Loader settings to avoid Visual Builder loading issues.

Updated over 3 months ago

Cloudflare's Rocket Loader can significantly improve your website's performance by optimizing the loading of JavaScript files. However, it may sometimes cause conflicts with the jQuery library, leading to functionality issues on your site.

In this article, we will guide you through the process of resolving conflicts between Cloudflare's Rocket Loader and jQuery.

Learn how to identify and address these conflicts by adjusting Rocket Loader settings, implementing custom code, and ensuring compatibility with jQuery.

  1. Log in to your CloudFlare account

  2. Go to Page Rules

  3. Click on the Create Page Rule button

  4. Set the URL field to https://website.com/*et_fb=* (replace website.com with your own domain)

  5. In the Then the settings are dropdown, choose Rocket Loader

  6. Ensure it is set to Off

  7. Click on the Save and Deploy button to apply the rule

CloudFlare - Create the PageRule to ensure Visual Builder loads correctly

Note: Divi uses ?et_fb= as the URL parameter when the Visual Builder editor is active. Adding /*et_fb=* to the end of your domain in Page Rules RocketLoader settings ensures that the jQuery library loads correctly.

Did this answer your question?