Caching shop page with and w/o GET param
-
Hi.
When a user visits the shop page ( /shop/ ), they are typically shown all products (over 20,000 in my case). I’ve modified the code to display only categories by default. However, if a user wants to view all products, they can click on “View All,” which reloads the same page with a browse_all GET parameter.
Is there anything specific I need to configure to ensure these pages are cached separately?
All settings in Cache are set to ON. I have guest mode enabled too. Drop query strings are basic with added srsltid:
fbclid
gclid
utm*
_ga
srsltidBy the way, google merchant center has started adding srsltid GET param to many urls by default, would be good to have it by default perhaps?
- You must be logged in to reply to this topic.