Main-thread CPU (lab)

DevTools-style main-thread CPU split on the lab crawl: loading, scripting, rendering, painting.

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

At a glance the headline numbers for Main-thread CPU (lab)

DevTools-style main-thread CPU split on the lab crawl: loading, scripting, rendering, painting.

692ms
Median CWV stack
the measures at p50
67%
Biggest: Scripting
460ms of the stack

On the typical lab load, 460ms of main-thread time goes to JavaScript.

The State of Web Vitals · Q1 2026 · 94,910 sites · all devices field datacorewebvitals.io/state-of-cwv
2

Where the milliseconds go the phases at the median, against the budget

Loading 15ms Scripting 460ms Rendering 135ms Painting 82ms

At the median the whole stack uses 692ms. The biggest piece is Scripting at 460ms. computed

The State of Web Vitals · Q1 2026 · 94,910 sites · all devices field datacorewebvitals.io/state-of-cwv
3

Passing INP per phase the share of sites passing, by how long each phase takes

100%75%50%25%
Loading Scripting Rendering Painting

Each line is one phase: left = sites where it is quick, right = sites where it drags (buckets, short to long). The steeper the fall, the more that phase decides INP.

Scripting falls hardest: from its fastest to its slowest bucket the INP pass rate drops -1 points, down to 91%. computed

The State of Web Vitals · Q1 2026 · 94,910 sites · all devices field datacorewebvitals.io/state-of-cwv
4

The 4 distributions how each phase spreads across sites - color is the share passing in that range

Loading p50 15ms · p75 45ms
0>p98
Scripting p50 460ms · p75 1.1s
0>p98
Rendering p50 135ms · p75 388ms
0>p98
Painting p50 82ms · p75 143ms
0>p98
mostly passing tipping mostly failing

Loading stays green across its whole range: it never decides INP. Loading turns red in its tail - the failing sites live there. computed

The State of Web Vitals · Q1 2026 · 94,910 sites · all devices field datacorewebvitals.io/state-of-cwv
5

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

The main thread's time on the lab load, split four ways. Loading is parsing bytes. Scripting is JavaScript. Rendering is style and layout. Painting is pixels. The shape tells you what kind of page it is: a script-dominated profile points at INP risk, a rendering-heavy profile points at DOM and style cost.

On most modern pages scripting is the biggest slice by far. That is the same thread the visitor's first click has to share.

How does this affect the Core Web Vitals?

Main-thread CPU (lab) correlates with the INP. Of the 4 parts, loading time separates passing sites from failing sites the most. Where the loading time is low, 90% of sites pass the INP. Where it is high, 95% do. The rise is gradual.

Related signals Document lifecycle (lab) → Lab paint timeline → Total Blocking Time (lab) → Chrome field data from 94,910 sites, representing millions of real page loads · How we measured