• Resolved kerri.maharaj

    (@kerrimaharaj)


    Sorry if this question has been asked multiple times; I just can’t find a simple answer.

    Is there an easy way to prevent certain pages from being cached? I’m willing to buy the pro version if this is included, but I can’t find any setting option that easily stops the plugin from caching specific pages.

    Hope I just missed it.

    Great plugin and thanks a lot.
    Kerri

    https://wordpress.org/plugins/quick-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can just add this to your page

    <?php define(‘QUICK_CACHE_ALLOWED’, FALSE); ?>

    Plugin Author Raam Dev

    (@raamdev)

    @kerri.maharaj Yes, the Pro version includes a feature called URI Exclusion patterns where you can specific which URIs should be excluded from caching (e.g., specifying /forums/* would prevent every URL that starts with /fourms/ to be excluded from the cache; you can specify as many URI Exclusion patterns as you want).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop certain pages from being cached’ is closed to new replies.