is page cache really disabled?
-
I’ve got WP Optimize Premium 3.3.1 installed. Page cache is disabled, since I already have W3Total Cache installed:

But I noticed there’s a setting on Woo Commerce product pages that allows you to disable caching the product–at first I thought this was W3TC but peeking under the hood I see this is for WPO

And a tech from W3TC says he’s seeing some cache headers that aren’t being generated by W3TC. Is it possible that WPO is doing something?
Here’s the specific cache-control header he was referring to on the cart page:

Could WPO be doing that?
I took a peek at the config file in wp-content and it looks like page cache is disabled but still seems odd that the setting to disable page cache is displaying on the product pages:
<?php if (!defined('ABSPATH')) die('No direct access allowed'); $GLOBALS['wpo_cache_config'] = json_decode('{"enable_page_caching":false,"page_cache_length_value":24,"page_cache_length_unit":"hours","page_cache_length":86400,"cache_exception_conditional_tags":[""],"cache_exception_urls":[""],"cache_exception_cookies":[""],"cache_exception_browser_agents":[""],"enable_sitemap_preload":false,"enable_schedule_preload":"0","preload_schedule_type":"wpo_use_cache_lifespan","enable_mobile_caching":"0","enable_user_caching":"0","site_url":"https:\\/\\/swansislandcompany.com\\/","enable_cache_per_country":"0","permalink_structure":"\\/%year%\\/%monthnum%\\/%day%\\/%postname%\\/","uploads":"\\/var\\/www\\/html\\/sico\\/wp-content\\/uploads","gmt_offset":-4,"timezone_string":"America\\/New_York","date_format":"F j, Y","time_format":"g:i a","use_webp_images":false,"enable_per_role_cache":"0","enable_user_specific_cache":"0","wpo_cache_cookies":[],"wpo_cache_query_variables":[],"wp_salt_auth":"@D[TBBZPcz^h-H,IxY%<V?qhi&KZ}aB T+Q#SqR+8Kkfqf{T#)-n-:!%,F^loyRrYBE.9A+v.Fw(SSX#m iofw2v4r-|)+_+GX[I!Yf{,-&8.pIr1bPD)NyK#<L=9W<S","wp_salt_logged_in":"j4y!70imyRH?zp[P,vQo!XSATwFf!82-z{H)P1lGNzoms.^SP7&1\\/M_nEc0&|T>`vc:F.[o%K+]5f]dCRneHFDZg,?afM7n;_|qAcxB@]-O@xC4\\/Bqqv]E?hO[W-W(","default_values":{"woocommerce_currency":"USD","WC_ABSPATH":"\\/var\\/www\\/html\\/sico\\/wp-content\\/plugins\\/woocommerce\\/"}}', true);The page I need help with: [log in to see the link]
The topic ‘is page cache really disabled?’ is closed to new replies.