Core Web Vitals (CWV)
Core Web Vitals are a set of performance metrics that measure how a website behaves from a user’s perspective, usually offered as "scores".
They focus on three key aspects of user experience:
- How quickly content appears
- How responsive the page feels, and
- How stable the layout is during use
Rather than measuring technical efficiency alone, Core Web Vitals reflect what users actually notice when interacting with a page.

What Core Web Vitals Measure
Core Web Vitals are built around three primary metrics that represent the key moments in a web page visit:
→ load → interact → use
- Largest Contentful Paint (LCP) → loading
When the main content becomes visible - Interaction to Next Paint (INP) → responsiveness
How quickly the page reacts to user input - Cumulative Layout Shift (CLS) → visual stability
How much the layout moves unexpectedly
Where Time to First Byte Fits
Time to First Byte (TTFB) is not a Core Web Vital itself, but it plays an important supporting role.
It measures how quickly the server begins responding to a request. That response time directly affects how soon loading can start in the browser, which can influence LCP and overall performance behaviour. Overall, it can provide a critical peek into system behaviour.
Why Core Web Vitals Matter
Core Web Vitals are widely used in:
- SEO audits
- Performance tools
- Technical discussions around site quality
But there's a common misconception that high scores = perfect page experience.
Core Web Vitals are signals, not answers.
A good score doesn't always mean a page offers a strong user experience, and a poor score doesn't always point to a clear fix. What matters is how the CWV data is interpreted in context.
How to Use Core Web Vitals
Core Web Vitals are most useful when:
- Read together, not in isolation
- Compared across pages and patterns, not single results
- Interpreted alongside context (content, users, device, network)
Looking at one metric alone can be misleading, but patterns across metrics usually tell a more dependable story.
Learn more about CWV at web.dev
Related Terms
- Largest Contentful Paint (LCP)
- Interaction to Next Paint (INP)
- Cumulative Layout Shift (CLS)
- Time to First Byte (TTFB)
- Perceived Performance
- Field Data
- Lab Data