WebmasterID logoWebmasterID
Analytics metrics

Speed Index

Speed Index measures how quickly the contents of a page are visibly populated during load. Instead of marking one moment, it records the visual completeness of the viewport frame by frame and integrates the un-painted area over time, so a page that fills in steadily scores better than one that snaps in late. It is a lab metric computed by Lighthouse from a video capture of the load, expressed in milliseconds where lower is faster.

Verified against primary sources

What this means

Speed Index expresses how fast the visible part of a page becomes complete. Lighthouse captures the load as frames, computes each frame's visual completeness, and integrates the unfinished fraction over time. The result is a millisecond figure summarising the whole render curve, not a single paint instant.

Why integration matters

Two pages can reach full render at the same moment yet feel different: one fills in gradually while the other stays blank then snaps in. Because Speed Index sums the un-painted area across the whole timeline, the gradual page scores lower (better), capturing perceived progress that a single timestamp like FCP cannot.

Why it misleads

Speed Index depends on viewport size and the test device, and being lab-only it does not reflect the spread of real networks. It rewards visible progress, which a placeholder or skeleton can fake. Read it alongside FCP, LCP, and field data rather than as a standalone verdict.

How it appears in analytics and logs

A high Speed Index means the viewport stayed visually incomplete for longer during load — content arrived late or in one big jump rather than building up smoothly.

Diagnostic use case

Use Speed Index to compare how progressively two versions of a page render, since it rewards filling the viewport early rather than waiting and painting everything at once.

What WebmasterID can help detect

WebmasterID classifies traffic first-party; Speed Index is a lab measure you can pair with field paint metrics observed against human-classified sessions.

Common mistakes

Privacy and accuracy notes

Speed Index is derived from a render capture, not personal data. This page is educational, not legal advice.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.