Glossary
Page load time
How long a webpage takes to become usable to a visitor, measured at several different possible points.
Page load time is how long it takes a webpage to become usable after a visitor requests it, though the term is used loosely since there is no single universal measurement point. Common definitions include time to first byte, the server response, DOM Content Loaded, when the page structure is parsed, the traditional "onload" event, when all resources finish, and perceived load, approximated by when the largest visible element appears.
This ambiguity is part of what Core Web Vitals was designed to resolve: rather than one loosely defined "load time," it standardizes specific, real-user metrics like Largest Contentful Paint. A figure from a single synthetic tool run is lab data, taken under one fixed network and device condition, and can differ substantially from what real visitors on varied connections and devices actually experience.
Page speed has a well-documented relationship with visitor behavior: slower pages tend to see more visitors leave before content appears, showing up as elevated bounce rate and exit rate, and reduced conversion further down a funnel. It also affects how much of a site a search engine can economically fetch within its crawl budget. The common pitfall is optimizing only for a lab score rather than validating against real-user field data, since a fast result in one fixed test environment does not guarantee a fast experience for real visitors generally.
Last reviewed September 22, 2026