Automatewoo donotcache
-
Hello,
I’ve noticed both on our production and staging site that when AutomateWoo plugin is active our homepage (and only the homepage) gets LSCache is not supported, x-litespeed-cache-control: no-cache while all other pages get x-litespeed-cache: hit
When deactivating AutomateWoo, the homepage gets x-litespeed-cache: hit too.
All options in AutomateWoo are inactive so I don’t understand what’s really going on. We have only one manual workflow configured and did not run it.
I ran the following debug with AutomateWoo active and it returns “DONOTCACHEPAGE is NOT set on this page.” for all pages so I guess the plugin does not add DONOTCACHEPAGE but still it somehow disrupts Litespeed Cache:
if (defined(‘DONOTCACHEPAGE’)) {
error_log(‘DONOTCACHEPAGE is set to true on this page.’);
} else {
error_log(‘DONOTCACHEPAGE is NOT set on this page.’);
}Your support would be helpfull so that we could keep this plugin active and not use this filter in functions.php: add_filter( ‘litespeed_const_DONOTCACHEPAGE’, ‘__return_false’ );
Report number: AMMHQVOD
Report date: 03/19/2025 10:40:16
PS: I was not able to reproduce the issue on another wordpress installation.
The topic ‘Automatewoo donotcache’ is closed to new replies.