Does Cloudflare cache the same query parameters in different orders as separate entries on the free plan?
Yep — by default, Cloudflare treats URLs with the same query parameters in a different order as different cache entries, as long as the response is actually cacheable and you haven't changed the cache key. So `?color=red&size=m` and `?size=m&color=red` can spl…
0 helpful votes