kb/data/developer.mozilla.org/en-US/docs/Glossary/Speed_index-0.md

10 KiB

title chunk source category tags date_saved instance
Speed index - Glossary | MDN 1/3 https://developer.mozilla.org/en-US/docs/Glossary/Speed_index reference web, html, css, javascript, documentation 2026-05-05T05:45:50.964557+00:00 kb-cron

MDN HTML HTML: Markup language

HTML reference

HTML guides

Markup languages

CSS CSS: Styling language

CSS reference

CSS guides

Layout cookbook

JavaScriptJS JavaScript: Scripting language

JS reference

JS guides

Web APIs Web APIs: Programming interfaces

Web API reference

Web API guides

All All web technology

Technologies

Topics

Learn Learn web development

Frontend developer course

Learn HTML

Learn CSS

Learn JavaScript

Tools Discover our tools

About Get to know MDN better

Blog

  1. Glossary
  2. Speed index

Speed index

Speed Index (SI) is a page load performance metric measuring how quickly the contents of a page are visibly populated. Speed Index is dependent on size of the viewport and expressed in milliseconds: the lower amount of time the better the score. Speed Index was introduced to address issues with other milestones and metrics and provide a gauge of real user experience. Speed Index has been implemented in several common audits including WebPageTest and Lighthouse. Speed Index is calculated by what percent of the page is visually complete at every 100ms interval until the page is visually complete. The overall score is a sum of the individual 10 times per second intervals of the percent of the screen that is not visually complete. Diagram showing how above the fold content can load before the page load event and is measured by Speed Index : Calculation of SpeedIndex

In this article

See also