Cache Management
Increasing Cache Hit Rates with Query String Sort

Increasing Cache Hit Rates with Query String Sort

7/7/2015 · Rajeev Sharma

What this post added

Introduced Query String Sort as an Enterprise-level feature. This feature sorts query strings in a URL into a deterministic order before checking cache or requesting from the origin, thereby increasing cache hit rates for resources where query string argument order varies but the resource is logically the same. This is particularly useful for API servers.

Read the original post ↗