[Plugin: W3 Total Cache] Remove Specific Page from W3TC
-
I am wondering how to remove a specific page from the cache and tell W3 to never cache it.
Say the URL for this page is:
http://www.mysite.com/visit?query_string=someinfoand I want the
/visit*page to never be cached.I have tried on the Page Cache settings page under ‘Never cache the following pages’ to set it to
/visit*but that doesn’t seem to work. I also addeddefine( 'DONOTCACHEPAGE', true );to the page template with no success.If I view the source on this page it still has:
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/ Minified using disk: basic Page Caching using disk: enhanced (Requested URI contains query) Database Caching 3/4 queries in 0.001 seconds using disk: basic Object Caching 381/387 objects using disk: basicMy question is how do I remove a page from the Cache AND verify that is is uncached. Many thanks for any input.
The topic ‘[Plugin: W3 Total Cache] Remove Specific Page from W3TC’ is closed to new replies.