MetaLens
Test your website

Website performance guide

Lighthouse vs Core Web Vitals

Understand when to use a fresh lab test and when real-user field data should guide the decision.

Lighthouse and Core Web Vitals answer different questions. Lighthouse runs a controlled lab test now; Core Web Vitals summarize how real Chrome users experienced a page over time.

Use Lighthouse to diagnose

A Lighthouse report helps reproduce loading problems, compare code changes and find technical opportunities. It can measure LCP and CLS in the lab, but it cannot directly measure field INP because there is no real user interacting with the simulated load. TBT is the useful lab diagnostic for main-thread blocking.

Use field data to understand visitors

Real-user Core Web Vitals are LCP, INP and CLS. They are aggregated across visits and are best for understanding the experience people actually received. A page can have a weak lab score and still pass field data, or the reverse.

The practical workflow

  1. Use field data to identify pages and metrics that affect real users.
  2. Use a fresh Lighthouse test to reproduce likely causes.
  3. Make one controlled improvement.
  4. Retest in the lab, then watch field data over time.