Only about 42% of mobile websites pass all three Core Web Vitals. Mobile is now the majority of traffic almost everywhere. The arithmetic is not flattering: most of the web is failing most of its visitors on the thing they notice first.

The three numbers

Google's thresholds are specific, and worth committing to memory rather than gesturing at:

LCP < 2.5sLargest Contentful Paint
INP < 200msInteraction to Next Paint
CLS < 0.1Cumulative Layout Shift

Why this is a revenue conversation

Pages that load beyond 2.5 seconds see bounce rates rise by roughly a third. A single additional second of load time has been associated with conversion drops of up to 7%. Sites scoring in the nineties on Lighthouse convert measurably better than those scoring in the forties.

Read those figures together and a pattern emerges: performance is not a technical hygiene issue that engineering owns quietly. It is a conversion lever that happens to live in the engineering backlog, which is exactly why it never gets prioritised against a feature request.

The honest version

Almost nobody chooses a slow website. They choose a carousel, a video header, a chat widget, three analytics tags, a cookie banner, and a font family with six weights. Slowness is not a decision. It is an accumulation.

Where the weight actually is

In our experience the culprits are depressingly consistent:

Fix it in this order

The recurring lesson is that performance work is subtraction, not addition. The fastest thing you can do to a page is take something off it.

Key takeaways

  • Only ~42% of mobile sites pass all three Core Web Vitals — the bar is low
  • Targets: LCP under 2.5s, INP under 200ms, CLS under 0.1
  • Past 2.5 seconds, bounce rates climb roughly 32%; a second of delay can cost up to 7% of conversions
  • Images, third-party scripts and fonts are almost always the weight
  • Measure real users first; re-platforming before measuring is an expensive guess

Want this handled properly?

Tell us what you're working with and we'll scope it with you — no obligation.

Get a free quote

Keep reading