Skip to main content

← Glossary·Performance

Speed Index

Also known as: SI

A score for how quickly a page’s content visually populates. Lighthouse-only, but a useful proxy for "felt" speed.

Speed Index measures how fast the content of a page is visibly populated. Lighthouse takes screenshots at intervals during page load, calculates the visual completeness at each frame, and integrates the result. Lower is better — a fast SI means the page filled in quickly even if the absolute "complete" moment came later.

A good Speed Index is under 3.4 seconds; under 1.5 seconds is excellent. Unlike LCP, SI rewards progressive rendering — a page that streams content into view section by section will score better than one that waits for everything before drawing.

SI is a Lighthouse-only metric and isn’t in the Core Web Vitals set, but designers often use it as a tiebreaker between two LCP-equivalent options. The streaming option always wins.

Want this checked on your own site? The audit tool scores it in 30 seconds, free. Or browse the rest of the glossary.