Cacheable responses

The share of responses that carry cacheable headers.

Field data PhoneDesktopAll Scope All sites Q2 2026 edition · Phone field outcomes
Metric LCP INP CLS
1

At a glance the headline numbers for Cacheable responses

The share of responses that carry cacheable headers.

64.8%
on the typical site
half of sites sit at or below
84.2%
1 in 4 sites exceed this
the top quarter
98.1%
the heaviest 1%
the long tail
185,486
sites measured
phone field data

64.8% of responses on the typical site are cacheable.

The State of Web Vitals · Q2 2026 · 189,915 sites · phone field datacorewebvitals.io/state-of-cwv
2

Distribution & median LCP site count and median LCP at each level of cacheable responses

0ms 750ms 1500ms 2250ms 3000ms
2.5s
0 92419 184837
0–0 1+
Good (≤2.5s) Needs improvement Poor (>4s) Site count
The State of Web Vitals · Q2 2026 · 189,915 sites · phone field datacorewebvitals.io/state-of-cwv
3

Passing LCP by cacheable responses which level passes the LCP most often

Cacheable responsesSitesPassing LCPLCP
0–0 184,837 82% 1.6s
1+ 649 94% 1.1s
Good Needs Improvement Poor Faded rows: under 100 sites

Cacheable responses 64.8%. p75 84.2%. p99 98.1%. At the low end (0–0): LCP 1.6s. At the high end (1+): LCP 1.1s. computed

The State of Web Vitals · Q2 2026 · 189,915 sites · phone field datacorewebvitals.io/state-of-cwv
4

Why this matters for the Core Web Vitals, and where to start fixing it

This is the share of responses a browser is allowed to keep. Everything outside that share gets re-downloaded on the next visit. Repeat visitors are in your field data too, and for them cacheability is the difference between reading from disk and crossing the network.

Uncacheable static assets are almost always an accident: a missing header on a font, a no-cache default on an image bucket. If a file has a hash in its name, there is no reason it should ever be fetched twice.

How does caching affect the Core Web Vitals?

Cacheable share correlates with the LCP. Where the cacheable share is low: 82% pass the LCP. Where it is high: 94%.

Related signals HTML compression → Cache strategy mix → HTTP protocol mix → HTTP protocol → Chrome field data from 189,915 sites, representing millions of real page loads · How we measured