Blog Blog · February 11, 2014 · 1 min read

How to Exclude Specific Pages from W3 Total Cache

How To WordPress

Exclude from Cache W3 Total Cache

If you need to exclude specific pages from being cached while using W3 Total Cache you simply add/register the pages.

 

w3-total-cache-menu-selection

  • goto Performance > Page Cache
  • scroll to Advanced > Never cache the following pages

 

You then add the entries as so:

/page-name/
/another-page-name/

exclude-from-cache-input-for-w3tc

 

It also supports regular expressions:

s3-total-cache-regular-expressions

That’s all you really need to do to skip caching and exclude individual pages from cache if you’re using W3 Total Cache.

References