Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Raam Dev

    (@raamdev)

    You can add define('DONOTCACHEPAGE', true); to all of the pages that contain the random element loaded by the plugins, but there is no way to tell Quick Cache to exclude a specific plugin’s output from being cached.

    For more information, please see Theme/Plugin Developers.

    johnzenausa

    (@johnzenausa)

    What would the exact code be? Something like this?

    <?php
    if ( !defined('DONOTCACHEPAGE') ){
    	define('DONOTCACHEPAGE',true);
    }
    ?>

    johnzenausa

    (@johnzenausa)

    Okay on your website it says to use the following code.

    <?php
    define('QUICK_CACHE_ALLOWED', FALSE);
    ?>

    I entered it on the home page and it is now not being cached.

    Sorry about my previous message, please disregard.

    Thread Starter Frontman

    (@frontman)

    Thanks for the reply. Unfortunately I use the random text plugins on most pages so this approach would not be possible. Thanks anyway ??

    Kramarz

    (@kramarz)

    Wonder what ‘random text plugins’ are you talking about Frontman, out of curiosity, so I don’t break something on my websites, by installing Quick Cache. If you don’t mind sharing the wisdom.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to exclude plugins from cache?’ is closed to new replies.