Shift concentration
How concentrated the shifting is: largest shift over total shift.
At a glance the headline numbers for Shift concentration
How concentrated the shifting is: largest shift over total shift.
On the typical site, the largest single shift causes 1 of all layout shift.
Distribution & median INP site count and median INP at each level of shift concentration
Passing INP by shift concentration which level passes the INP most often
Shift concentration 1.0. p75 1. p99 6.1. At the low end (0.2–0.252): INP 101ms. At the high end (>p98): INP 109ms. computed
Why this matters for the Core Web Vitals, and where to start fixing it
Two sites can have the same CLS for opposite reasons. One has a single big jump. The other moves a little, everywhere, all the time. This ratio separates them: the largest shift divided by the total. Close to one means one event causes nearly all the damage. Find that element, reserve its space, and the score follows.
A low concentration is the harder case. No single shift looks bad, but they add up. That pattern points at scroll-triggered animations, CSS transitions on layout properties, or content that streams in piece by piece. There is no one bug to fix, so it needs a structural pass instead of a patch.
How does this affect the Core Web Vitals?
Shift concentration is part of the CLS itself, so this is arithmetic, not correlation. Where the shift concentration is low, 88% of sites pass the CLS. Where it is high, 73% do. The decline is gradual. There is no point where sites suddenly start failing.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.