Skip to main content

Core Web Vitals

Core web vitals are Google's measurements of the experience real visitors get on your site. Strong scores help with search rankings and reduce the chance that visitors leave before your page finishes loading.

Core web vitals card showing LCP, TBT, and CLS values for desktop and mobile

What you see

The card has three rows, one per metric, with separate values for Desktop and Mobile. Color coding tells you at a glance how each metric is doing.

MetricWhat it measuresGood
LCP — Largest Contentful PaintHow quickly your main content appears on screenUnder 2.5 seconds
TBT — Total Blocking TimeHow long the page is unresponsive to clicks while loadingUnder 200 ms
CLS — Cumulative Layout ShiftHow much elements jump around as the page loadsUnder 0.1

When a score is poor

  • Slow LCP — Compress hero images, enable the CDN, or upgrade to a faster PHP version.
  • High TBT — Remove or defer heavy third-party scripts (chat widgets, marketing tags).
  • High CLS — Set explicit width and height on images, reserve space for ads and embeds.

For specific, prioritized fixes, open Performance improvement opportunities from the Performance card.

tip

Core Web Vitals are part of Google's search ranking signals. Improving them often improves both search visibility and conversion.