Cloudflare Docs
Speed
Speed
Edit this page on GitHub
Set theme to dark (⇧+D)

Understand test results

The test result page shows you how your website performed regarding several key industry metrics. Some of these metrics are presented for synthetic tests and the real user monitoring, and others only apply to synthetic tests or only to real user monitoring.

​​ Synthetic tests and real user monitoring metrics

These metrics are presented for the synthetic tests and they are also collected as part of the real user data.

MetricDefinition
Time to First Byte ( TTFB)Measures the time between the request for a resource and when the first byte of a response begins to arrive.
First Contentful Paint ( FCP)Measures the time from when the page starts loading to when any part of the page’s content is rendered on the screen.
Largest Contentful Paint ( LCP)CP reports the render time of the largest image or text block visible within the viewport.
Cumulative Layout Shift ( CLS)Measures the largest burst of layout shift scores for every unexpected layout shift that occurs during the entire lifespan of a page.

​​ Synthetic tests metrics

These metrics result from the synthetic tests.

MetricDefinition
Time to Interactive ( TTI)Measures the time from when the page starts loading to when its main sub-resources have loaded and it is capable of reliably responding to user input quickly.
Total Blocking Time ( TBT)Measures the total amount of time between First Contentful Paint (FCP) and Time to Interactive (TTI) where the main thread was blocked for long enough to prevent input responsiveness.
Speed indexMeasures how quickly content is visually displayed during page load.

​​ Real user monitoring metrics

These metrics are collected as part of the real user data, as they require real user interaction with a page.

MetricDefinition
Interaction to Next Paint ( INP)Aims to represent a page’s overall responsiveness by measuring all click, tap, and keyboard interactions made with a page.
First input delay ( FID)Measures the time from when a user first interacts with a page to the time when the browser is actually able to begin processing event handlers in response to that interaction.