Divi by Elegant Themes + Rocket Loader Conflicts

In the last couple of days, I’ve been tinkering with my Divi website and page speeds using Cloudflare. Everything was looking pretty good until BOOM the page builder just straight up stopped working!

This topic experienced the same issue but was closed without a satisfactory answer: Divi Theme and Rocket Loader

The solution here is to use a page rule using asterisks (*). This will allow you to turn off the Rocket Loader on every Page Builder page.

Since Divi uses “?et_fb=” as the url, I added /*?et_fb=* to the end of my domain.

I’m publishing a blog post on this exact topic on my blog, but I wanted to put this information out there somewhere that people would see sooner. :slight_smile:

I hope this helps someone!

4 Likes

Awesome! Thanks for sharing :smile:

I’m so glad you found this! I wanted to reply to your thread so bad!

1 Like

Thanks mate. I got tagged since you linked it to your message. Much appreciated :smile:

The alternative option might be to modify the theme to disable Rocket Loader just for the scripts that it breaks:

<script data-cfasync="false" src="/javascript.js"></script>

I’m not sure if it works in your particular case, but it is worth trying.

This topic was automatically closed after 30 days. New replies are no longer allowed.