Plugin prevents homepage from caching
-
The plugin is setting DONOTCACHEPAGE const on homepage causing some major performance issues for us.
I had a search through code and I am guessing is might be issue in: wp-content/plugins/woocommerce-cart-stock-reducer/includes/class-woocommerce-cart-stock-reducer.php
line 1002:
// Make sure this page is not cached WC_Cache_Helper::set_nocache_constants();
We have a lot of CPU intensive code on homepage so it is last page we want to miss the cache.
Any idea why it’s triggering on homepage?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Plugin prevents homepage from caching’ is closed to new replies.