• Resolved andreealessi

    (@andreealessi)


    Hello,

    I’ve been trying out the WP-Optimize plugin, and it’s been great so far. Page ranking has improved a lot just with cache and gzip compressing alone, but I’ve come across an issue with the preloader, which is a bummer, since it helps tremendously.

    When I first run it, the page ranking went from 38~42 on Google page speed insights to a solid 95, and we loved it.

    The issue was, when opened from a new browser, a lot of pages would be a complete mess (all deconfigured). When I first run, an error message with a code would show up (something up with javascript), and it didn’t show any running operations, but after reloading the plugin page, it showed working.
    I’m suspicious it has something to do with the Divi builder (I do not use the Divi theme). Any help would be appreciated. Thanks!

    • This topic was modified 6 years, 2 months ago by andreealessi.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    I’m suspicious it has something to do with the Divi builder

    Yes this is an issue with Divi, not the preloader.

    When you edit and save a page in Divi, Divi will delete the files it created for all the pages, instead of only the one you saved.

    To fix the issue, you can manually purge WP-Optimize’s cache after saving a page.
    To do this automatically, you can add this code in your theme’s functions.php (or somewhere of your choice):

    add_filter('wpo_purge_all_cache_on_update', '__return_true');

    Best wishes,

    Marc.

Viewing 1 replies (of 1 total)

The topic ‘Preloader issue’ is closed to new replies.