Skip to main content
Architecture & Engineering

Core Web Vitals

Core Web Vitals are a set of measurements Google uses to score real-world page experience: how quickly the main content renders, how fast the page responds to interaction, and how much the layout shifts while loading. They are measured from actual visitor sessions, not laboratory tests.

The field-data distinction matters. A page can score well in a synthetic test run on fast hardware and still fail Core Web Vitals, because the score reflects real users on real devices and networks. Optimising against a lab tool without checking field data is a common way to spend effort and see no change.

The usual causes are unglamorous: oversized images, render-blocking scripts, fonts that swap late, and content injected above existing elements after load. Fixing layout shift in particular is often just reserving space for images and embeds before they arrive — cheap work with a disproportionate effect on the score.

Codazz builds this in production — Site Speed Optimisation.

FAQ

Core Web Vitals
FAQ.

Common questions about core web vitals.

Ask Us Anything

They are part of Google's page experience signals, but a weak one relative to relevance and content quality. A fast page with poor content will not outrank a slower page that better answers the query. They are worth fixing for conversion and user experience, and treated as a tie-breaker rather than a primary lever in search.