Support » Plugin: LiteSpeed Cache » Site loaded without styling every few days, Purge All clears the issue

  • Resolved heande

    (@heande)


    Hi, my site has a bit weird issue and I think I have pointed it to Litespeed Cache plugin, because Purge All will clear the issue. Every few days, our site loads without any styling. I cannot reproduce the issue, because it happens only randomly. When I Purge All, the problem goes away for a few days. I’m using QUIC if that is relevant.

    Please let me know how to start investigating the issue, thanks.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Some of my sites are having this issue as well. It’s just been with the recent updates in Litespeed. The other issue I’m having is that after Purge All, my browser also needs to have cache cleared. I’ve never had to do this – the Litespeed Purge All has always taken care of this.

    Help!

    I have the same issues so i rolled back to version 3.6.4. Maybe they will fix it in the next version.

    The current versions of this plugin resemble the beta or even alpha versions.

    Thread Starter heande

    (@heande)

    I hope they fix it soon. I rolled back to 3.6.4 too and actually noticed that the Litespeed Cache plugin is not tested with the newest WordPress version 5.8. (it says: Compatibility with WordPress 5.8: Unknown)

    It happens to my web page every few days, too. https://www.blogacmak.com This makes my site performance bad. Because I can’t check my site every time.

    So how can I roll back to old version? (3.6.4) Please help me, Thanks.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    the issue is coming from JS minify , JS combine , CSS minify , and CSS combine , you can temporarily disable these options

    you can get previous version in this link https://downloads.wordpress.org/plugin/litespeed-cache.3.6.4.zip

    downgrade is not recommended though.

    or , if you wish to help to debug this issue :

    please download https://www.litespeedshare.net/2021/08/92db40-debug.zip

    this package contains 3 modified files with more debug log enabled, for v4.3 version only

    please replace them into /wp-content/plugins/litespeed-cache/src/ to override exsiting ones

    now edit wp-config.php

    find line

    define('WP_DEBUG', false);

    add ; in front it to comment it out , then add

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY',false);

    after it

    and then go to wp-admin -> LSCWP -> toolbox -> debug setting

    set debug log to admin IP only and add your IP in below box

    in “Debug URI Excludes” field ,add

    admin
    ajax

    into it , save and purge all

    and then wait for it happens again

    once it happens , please send /wp-content/debug.log and PHP error log (typically located /public_html/error_log on cPanel) to support at litespeedtech.com with reference link to this topic

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    there is a patch for combined files 404 error in v4.4-rc4 , please upgrade to it and see how it goes

    you can get it in toolbox -> beta test -> click “dev” and upgrade

    Best regards,

    It happens to my web page every few days, too. https://www.gncbilgi.com This makes my site performance bad.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Site loaded without styling every few days, Purge All clears the issue’ is closed to new replies.