Cache strategy mix
The caching posture across responses: immutable, long TTL, short TTL, no-store.
At a glance the headline numbers for Cache strategy mix
The caching posture across responses: immutable, long TTL, short TTL, no-store.
3.1% of responses forbid caching outright. 10.9% are immutable.
The cache strategy mix mix who uses what, and how stable each group is
Cache strategy mix. On the fleet: 35.1% unspecified, 24.7% long ttl, 16.6% medium ttl. 97.7% of sites use at least one unspecified.
Lowest-share bucket: CLS 0.02. Highest-share bucket: CLS 0.03. r = +0.49.
Passing CLS per bucket every category and count level at once - color is the pass rate
Each row is a category, each column its own count bucket (few on the left, many on the right); the cell is the share of those sites passing CLS.
Unspecified swings the hardest: 85% of sites pass CLS with few, 73% with many. computed
Few vs many - does quantity cost CLS? the pass rate with few vs many of each category
Per category: the pass rate among pages with FEW of it (hollow ring) against pages with MANY (solid dot), worst trend first. Thin buckets are excluded from the endpoints.
More Medium ttl costs the most: the CLS pass rate falls from 80% with few to 68% with many. computed
Why this matters for the Core Web Vitals, and where to start fixing it
Field data includes repeat visitors, and caching decides how fast the page is the second time. A response marked immutable is served from disk without asking the server anything. A short TTL forces a revalidation request first. A no-store response is downloaded again in full on every visit.
The pattern to aim for is old and boring: hashed filenames with long, immutable TTLs for assets, and short caching only where content actually changes. Every revalidation you avoid is a round trip the LCP does not wait for.
How does this affect the Core Web Vitals?
Of the 7 categories, Unspecified separates passing sites from failing sites the most. Where Unspecified is rare: 91% pass the LCP. Where it is common: 86%.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.