Speed Index

Speed Index is one of five metrics tracked in the Performance section of the Lighthouse report. Each metric captures some aspect of page load speed.

Lighthouse displays Speed Index in seconds:

The Lighthouse Speed Index audit results
Speed Index is one of five metrics tracked in the Performance section of the Lighthouse report

What Speed Index measures

Speed Index measures how quickly content is visually displayed during page load. Lighthouse first captures a video of the page loading in the browser and computes the visual progression between frames. Lighthouse then uses the Speedline Node.js module to generate the Speed Index score.

How Lighthouse determines your Speed Index score

Your Speed Index score is a comparison of your page's speed index and the speed indexes of real websites, based on data from the HTTP Archive.

This table shows how to interpret your mobile Speed Index score:

Speed Index
(in seconds)
Color-coding
0–3.4 Green (fast)
3.4–5.8 Orange (moderate)
Over 5.8 Red (slow)
Lighthouse mobile Speed Index thresholds

This table shows how to interpret your desktop Speed Index score:

Speed Index
(in seconds)
Color-coding
0–1.3 Green (fast)
1.3–2.3 Orange (moderate)
Over 2.3 Red (slow)
Lighthouse desktop Speed Index thresholds

How to improve your Speed Index score

While anything you do to improve page load speed will improve your Speed Index score, addressing any issues discovered by these Diagnostic audits should have a particularly big impact:

How to improve your overall Performance score

Unless you have a specific reason for focusing on a particular metric, it's usually better to focus on improving your overall Performance score.

Use the Diagnostics section of your Lighthouse report to determine which improvements will have the most value for your page. The more significant the opportunity, the greater the effect it will have on your Performance score. For example, the following Lighthouse screenshot shows that eliminating render-blocking resources will yield the biggest improvement:

Lighthouse: Diagnostics section showing a number of audits and their impact
Lighthouse: Diagnostics section

See the Performance audits to learn how to address the opportunities identified in your Lighthouse report.

Resources