How can we help you?
Google’s Lighthouse and Core Web Vitals are two different methods for measuring your website's performance and user experience. There are several differences in how Lighthouse and Core Web Vitals measure website performance, what metrics are used, what constitutes a passing score, and which tools you can use to run each report. This article compares the two approaches so you can make an informed decision about when to use each one.
How Performance Scores are Determined
Lighthouse
Lighthouse measures the performance, accessibility, SEO, and other best practice quality indicators of your web pages. To do this, Lighthouse uses lab data that is generated in a fixed testing environment. This lab data is used to simulate visits to your web page with a fixed CPU speed, 3G internet connection, and a Moto G4 mobile device. The use of a slightly underpowered CPU, slower internet connection, and less powerful smartphone reflects the real world conditions of users visiting your site.
Core Web Vitals
Core Web Vitals are a set of three metrics that attempt to measure and summarize the overall user experience of visiting your web pages by focusing on loading speed, interactivity, and visual stability. These metrics use field data, which is real-world data anonymously sent to Google from actual users when they visit a specific page.
We recommend that you rely on Core Web Vitals data as much as possible because real-world aggregated data is a better indicator of performance than point-in-time data based on a controlled set of lab conditions. And, the score you receive on Core Web Vital's metrics can make a difference in how prominently you appear within Google’s own search engine results pages for your targeted search queries.
Metrics and Scores
Both Lighthouse and Core Web Vitals use different metrics to generate their reports. Each set of metrics have optimal thresholds that dictate whether or not a page is considered passing.
Lighthouse
Lighthouse uses six different metrics to generate its report:
The Lighthouse performance report converts raw scores into standard 0-100 values then uses a weighted average to calculate your website’s total performance score. A passing score for any individual metric or the total performance score is anything above 90.
Core Web Vitals
Core Web Vitals measures CLS and LCP in the same way as Lighthouse and uses the same optimal thresholds. In addition, Core Web Vitals also measures First Input Delay (FID), which measures the time it takes from the user's first interaction, such as clicking a button, until the browser responds to that action. The optimal threshold is less than 0.1 seconds. FID is similar to Lighthouse’s TBT metric and has the same optimal threshold. For a page on your website to be considered passing it needs to achieve the optimal threshold for each metric at the 75th percentile.
For more information, see Introduction to Core Web Vitals.
Note
Core Web Vital scores are calculated using aggregated field data from many users over a 28-day period. This 28-day period is important to remember because if you score badly and then make some improvements, you’ll need to wait for Google to identify those improvements.
Tools
If you want to get a Lighthouse report, the most user-friendly ways are to use the Lighthouse extension for your Chrome web browser or to visit Google's Web Dev Portal and enter your URL. Other options include Chrome Dev Tools, Page Speed Insights, and using the command line.
A number of tools measure Core Web Vitals, including Chrome User Experience Report (CrUX), Google Search Console, and PageSpeed Insights. The quickest and simplest way to check any URL’s Core Web Vitals is through PageSpeed Insights.