Best practice: WC with different pricing structure and caching?
-
We are running a WooCommerce shop with different price groups (defined by roles). When a user is logged in the cache is disabled, which is fine, especially for product pages. But we have some (only) content pages which we would like to be served by the cache.
The question now, should we remove the regex for “disable cache” for logged_in users and then add the shop pages to the cache exclusion list (e.g. overview page, cart, checkout, products, …) or would it be useful to add a specific cache inclusion option for page/post IDs?Whats the best practice here?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Best practice: WC with different pricing structure and caching?’ is closed to new replies.