KNOWLEDGE_BASEKnowledge Base

What are Core Web Vitals?

Google's metrics for measuring user experience on the web

Definition

Core Web Vitals are a set of real-world, user-centered metrics developed by Google to measure the quality of user experience on the web. They focus on three key aspects of page experience: loading performance, interactivity, and visual stability. The three metrics are Largest Contentful Paint (LCP), First Input Delay (FID) / Total Blocking Time (TBT), and Cumulative Layout Shift (CLS).

Largest Contentful Paint (LCP) measures loading performance — the time it takes for the largest visible element (image, video, or text block) to appear on screen. Google recommends an LCP of under 2.5 seconds for a good user experience.

Total Blocking Time (TBT) measures interactivity — the total time that the main thread is blocked by long tasks, preventing user input from being processed. A good TBT score is under 200 milliseconds. (FID is the equivalent field metric measured from real users.)

Cumulative Layout Shift (CLS) measures visual stability — the sum of unexpected layout shifts that occur during the page's lifecycle. A good CLS score is less than 0.1. High CLS causes elements to jump around, leading to accidental clicks and a frustrating experience.

Why It Matters

Core Web Vitals directly impact both user experience and search engine rankings. Since May 2021, Core Web Vitals have been part of Google's page experience ranking signal, meaning sites with good scores are more likely to rank higher in search results. For users, pages that load quickly, respond instantly, and don't jump around create a significantly better browsing experience.

The business impact is measurable. Studies show that improving LCP from 4 seconds to 2 seconds can increase conversion rates by up to 20%. Reducing CLS prevents user frustration from accidental clicks on shifting elements, which can be especially costly on e-commerce checkout pages.

Core Web Vitals also serve as a diagnostic tool — poor scores often point to underlying issues like unoptimized images, render-blocking scripts, or layout instability caused by dynamically injected content without proper dimensions.

How WebCheckly Can Help

WebCheckly's performance detection analyzes Core Web Vitals — LCP, CLS, and TBT — for any URL you scan. It provides detailed diagnostics for each metric, including the specific element contributing to LCP, the layout shift sources affecting CLS, and the long tasks causing high TBT.

Beyond measurement, WebCheckly offers actionable optimization recommendations tailored to each issue found. Whether it's suggesting image compression for a high LCP, recommending size attributes for elements causing CLS, or identifying third-party scripts blocking the main thread, WebCheckly helps you turn diagnostic data into real improvements.

Related Concepts

  • What is Technical SEO? — Core Web Vitals are a confirmed ranking signal within technical SEO.
  • Website Availability — Performance issues can affect perceived availability.
  • HTTP Status Codes — Slow servers returning 200 OK may still fail LCP thresholds.

Measure your site's Core Web Vitals now

Scan Your URL