Hello @macsolve
Thank you for reaching out and I am happy to help!
Just to confirm, you want for example to separatly cache the same page based on this? Meaning have the same page cached depending on the cache key?
Thanks!
Yes that is correct. Certain query parameter values affect the contents of the page, for example currency
Hello @macsolve
Thank you for your feedback.
You can add the specific query string in Performance>Page Cache>Advanced>Accepted query strigs with Disk Enhanced
Do you have sppecific cookies set depending on the geolocation?
THanks!
”Accepted query strings” doesn’t help that case. They just enable the page cache even if one of those query parameters are present, but they don’t separate the cache for different parameter values, which is exactly what I want. The query parameters are just accepted but ignored.
Hello @macsolve
Thank you for your feedback.
The only way to use separate cache would be using Cookie groups and setting different cookies.
You can enable this in Performance>Cache Groups. Once enabled you can Create a group of Cookies by specifying names in the Cookies field. Assign a set of Cookies to ensure that a unique cache is created for each Cookie group. Please note that Regex is also supported now.
Thanks!