Excluding WooCommerce Cookies from the Cache
-
Hi,
I read this article: How to configure caching plugins for WooCommerce – Woo Developer Docs
It mentioned I should exclude following WooCommerce Cookies from the Cache:
- woocommerce_cart_hash
- woocommerce_items_in_cart
- wp_woocommerce_session_?
- woocommerce_recently_viewed
- store_notice[notice id]?
And My site is using litespeed cache, and QUIC.cloud CDN. In Litespeed cache documentation, I read this about its “do not cache cookie” function: “This option can be more far-reaching than you may realize. If you exclude a cookie that exists on every page of your site, then you are essentially excluding your entire site from being cached.” (Cache | Screen-by-Screen | LSCache for WordPress | LiteSpeed Documentation (litespeedtech.com))
In this case, all my product page and catalog / archive pages seems not to be cached if I add those cookies, is that correct?
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.