• subpopet

    (@subpopet)


    I’ve added an exception to the page cache but I still see on the source code the comment

    “Page Caching using disk: enhanced”

    Is it normal? How do I know if that page is still being cached?

Viewing 1 replies (of 1 total)
  • Fist Full of Crisco

    (@fistfullofcrisco)

    check your wp-content/cache/page_enhanced/<your domain>/<web page> directory to see if the page is indeed being cached. If it had been cached before and u added the exception later you may still see the cache file existing so if you do just manually delete the directory (and its contents) and when visiting the page via browser check to see if the page is re-cached or not. If its not then your exception is working.

    Although u see a Page Caching using disk: enhanced comment it doesnt necessarily mean that page is being cached…just that caching is available.

    Btw, when using exceptions make sure to be using relative addressing, not full addresses.

Viewing 1 replies (of 1 total)
  • The topic ‘Page cache exception’ is closed to new replies.