Hello,
I’m using wp-rocket. They suggest to set Cloudflare’s caching level to “aggressive”. But I only see that there 3 settings: no query string, ignore query string, and standard. Soo… my question is, which setting is considered aggressive?
Hey @emilia,
Best strategy is to leverage the Origin cache-control headers: https://support.cloudflare.com/hc/en-us/articles/115003206852-Origin-Cache-Control
Those three levels are just defining how we’re going to cache (including the query strings or not) and it really depends on how your application is working, if the rendering varies based on query strings it’s better to include them to avoid breaking things.
More info about the caching levels here: https://support.cloudflare.com/hc/en-us/articles/200168256-What-are-Cloudflare-s-caching-levels-
Cheers!
Thank you! So I’ll stick with “standard”
This topic was automatically closed after 14 days. New replies are no longer allowed.