Web Vitals scores are like blood-pressure readings — some matter, some are noise. The three numbers Google publishes aren't all equally critical for your conversion. Here's what to actually measure.
The three metrics, ranked honestly
Google has used three core metrics since 2024: LCP, INP and CLS. But not every metric counts equally toward revenue.
- LCP (Largest Contentful Paint) — how fast your main content loads. Directly correlates with bounce-rate. Target: under 1.5s.
- INP (Interaction to Next Paint) — how responsive your site feels. Most important for SaaS & e-commerce checkout. Target: under 200ms.
- CLS (Cumulative Layout Shift) — how stable your layout is during loading. Frustrates mobile users especially. Target: under 0.1.
The mistakes we see most often
Across 100+ audits, we keep seeing the same issues:
- Unoptimised hero images — 1.2MB JPEG instead of 80KB WebP.
- Third-party scripts blocking render — analytics + chat widget + ads + cookie banner.
- Web fonts without font-display: swap — text appears 800ms too late.
- Layout shifts from images without dimensions — buttons jump around during load.
What it delivers
Going from 4s to 1s load time typically yields:
- +25% organic traffic within 3 months — Google ranks faster sites higher.
- −40% bounce-rate on mobile — direct impact on every conversion funnel.
- +10% conversion at checkout — INP gains carry through to the final click.
Conclusion
Performance isn't a technical nice-to-have, it's a revenue lever. Invest in INP and LCP — CLS is a hygiene point you fix in a morning.