First Contentful Paint
First Contentful Paint (FCP)
FCP measures the time from when the page starts loading to when any part of the page's content is rendered on screen. This marks the first point where the user sees something happening.
Total Blocking Time
Total Blocking Time (TBT)
TBT measures the total amount of time between FCP and TTI where the main thread was blocked long enough to prevent input responsiveness. It's the lab equivalent of INP.
Speed Index
Speed Index (SI)
Speed Index measures how quickly content is visually displayed during page load. It captures how fast the page appears to fill in with content from the user's perspective.
Time to First Byte
Time to First Byte (TTFB)
TTFB measures the time it takes for the browser to receive the first byte of response from the server. It reflects server response time and network latency.
Time to Interactive
Time to Interactive (TTI)
TTI measures the time it takes for the page to become fully interactive – meaning the page displays useful content, event handlers are registered, and the page responds to interactions within 50ms.