• Regarding the use of DONOTCACHEPAGE, I’ve made this addition to a plugin that must generate dynamic content:

    if ( !defined('DONOTCACHEPAGE') ){
    	define('DONOTCACHEPAGE',true);
    }

    It works as expected: pages don’t get cached. The downside is that it defies the purpose of caching pages in the first place, when the widget is included on every page.

    Would the use of ajax on the plugin be possible, or is the cached page a non-parsable, html file?

    Thanks in advance!

    https://www.ads-software.com/extend/plugins/wp-super-cache/

  • The topic ‘DONOTCACHEPAGE and dynamic content pages’ is closed to new replies.