• Firstly thank you for this great plugin!
    I’m using litespeed to cache my website, I noticed today that some of the pages are still being cached from shabbat and it says the page is closed.

    Clearing the cache solved the issue, but I can’t clear it manually each week.

    Is there a way of adding a purge all for litespeed cache as well to the plugin?

    Thanks!

    if (function_exists('litespeed_purge_all')) {
        litespeed_purge_all();
    }
  • The topic ‘Certain pages are being cached with litespeed’ is closed to new replies.