W3 Total Cache exclude pages samples

  • Do not cache page/directory and sub pages /directory*
  • Do not cache pages under a directory /directory/.+
  • Do not cache pages that contain specific text
    /.*text.*
  • Do not cache pages that is named child in directories
    .+/child
  • Do not cache any pages named child
    */child

Note: To disable page caching of specific theme templates or plugin files you need to add define(‘DONOTCACHEPAGE’, true); to it.

Leave a Reply