• Resolved dylandawg

    (@dylandawg)


    I don’t know if this is the case, but changing page cache to redis, and then doing clear all caches didn’t clear the disk cached pages, and it kept serving those.

    Seems like i had to change back to page cache > disk enhanced, clear all caches and quickly (never enough) change to redis.

    Is this the case or am I hallucinating?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @dylandawg

    Thank you for reaching out and I am happy to help!
    This may be some temprary hiccup or serving stale cache, meaning the Browser is still fetching the existing cache if it’s nor reloaded.
    This being said, You shoul also reload the browser as the cache may also be stuck there.

    There is also a possibility that you have another layer of caching that needs to be cleared also.
    Is tehre a chance you can share the website URL and also please let me know how you confirmed that the cache is served from the disk?

    Thanks!

    I’m pretty sure that you are not hallucinating @dylandawg I’ve observed the disk cache files remaining in place for example when disabling page cache and then clearing all caches. I would imagine the code probably clears the cache of the feature enabled, so by switching method and clearing caches the caches only for the selected method are cleared.

    You could switch method and then manually delete the contents of the cache directory to stop the web server from picking them up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.