Next-Gen App & Browser Testing Cloud
Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

To test website speed, run your page through a tool such as Google PageSpeed Insights, Lighthouse, WebPageTest, or GTmetrix, then read two things: the performance score and the Core Web Vitals. PageSpeed Insights scores a page from 0 to 100, where higher is better, and it works for both desktop and mobile. But the score is only a lab estimate. What truly reflects user experience, and what Google ranks on, is the field data behind metrics like Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift. The reliable approach is to test with the right tool, read the metrics that matter, and re-test across real devices and networks after each fix.
"Website speed" is not a single number. It is a set of timing and stability metrics that describe how quickly a page loads, how fast it responds to interaction, and how steady it stays while rendering. Modern speed testing centers on Core Web Vitals, the three user-centric metrics Google uses, supported by a few classic loading metrics. The table below summarizes what each one measures and the threshold for a "good" result.
| Metric | What it measures | "Good" threshold |
|---|---|---|
| LCP (Largest Contentful Paint) | Loading: when the largest visible element finishes rendering | ≤ 2.5 s |
| INP (Interaction to Next Paint) | Responsiveness: latency of interactions across the visit | ≤ 200 ms |
| CLS (Cumulative Layout Shift) | Visual stability: how much the layout unexpectedly shifts | ≤ 0.1 |
| TTFB (Time to First Byte) | Server responsiveness: time until the first byte arrives | < 800 ms |
| FCP (First Contentful Paint) | When the first text or image is painted | < 1.8 s |
| Speed Index | How quickly the visible area is filled in (lab) | Lower is better |
| TBT (Total Blocking Time) | Main-thread blocking; lab proxy for INP | < 200 ms |
Two more numbers tie everything together: page weight (the total bytes a page transfers) and request count (the number of HTTP requests it makes). Heavier pages and longer request chains almost always translate into slower metrics, so most speed tools surface both prominently.
One important update to keep straight: INP replaced First Input Delay (FID) as a Core Web Vital on 12 March 2024. If a guide or tool still lists FID as a ranking metric, it is out of date. INP measures the latency of all interactions across a visit, not just the first one, so it is a far more complete measure of responsiveness.
Every speed test produces one of two kinds of data, and understanding the difference is the single most common gap in interpreting results.
The practical takeaway: use lab data to find and fix problems quickly, and use field data to confirm those fixes actually improved the experience for real visitors.
No single tool does everything well. Here are the five you will use most, and what each is best at.
The workflow is the same regardless of which tool you pick:
A single test from your own laptop on fast office Wi-Fi is misleading. Real users arrive on a wide range of devices, from different countries, on connections that range from fiber to congested mobile data. Speed varies dramatically across all three, so your testing should too.
To validate speed the way real users experience it, you can run performance checks across thousands of browser and OS combinations and on real handsets using TestMu AI'sReal Device Cloud, with built-in network throttling and geolocation so you can reproduce slow-network and far-from-server conditions without owning every device yourself.
Once a test shows where you are losing time, these are the highest-impact fixes, roughly in the order most sites benefit from them.
loading="lazy" to images and iframes below the fold so the browser defers them until they are needed, improving the initial load.After each change, re-run your speed test and confirm the metric you targeted actually moved. Real improvement shows up in field data over the following weeks, so treat speed testing as an ongoing loop rather than a one-time audit.
A Lighthouse or PageSpeed Insights performance score of 90 or above (out of 100) is considered good, but the score is only a lab estimate. The signal that matters for users and for Google is the Core Web Vitals field assessment: LCP at or under 2.5 seconds, INP at or under 200 milliseconds, and CLS at or under 0.1, measured at the 75th percentile of real visits.
Lab data is collected in a controlled environment by tools like Lighthouse and WebPageTest using a fixed device and network profile, so it is reproducible and good for debugging. Field data is collected from real users through the Chrome User Experience Report (CrUX) over a rolling 28-day window and reflects the experience Google ranks on. INP can only be measured in the field because it depends on real interactions.
Yes. Interaction to Next Paint (INP) officially replaced First Input Delay (FID) as a Core Web Vital on 12 March 2024. INP measures the full latency of all interactions across a page visit, where FID only measured the delay of the first input, so INP is a more complete measure of responsiveness.
There is no single best tool. PageSpeed Insights is the quickest starting point because it shows both lab and field data with Core Web Vitals. Lighthouse in Chrome DevTools is best for debugging during development, WebPageTest is best for deep waterfall and multi-location analysis, and GTmetrix gives the cleanest report for sharing with stakeholders. Most teams use two or three together.
Your own visits are usually cached, run on a fast device, and come from a connection close to your server. A speed test often simulates a mid-tier mobile device on a throttled network from a different geographic location, which is closer to what many real users experience. Testing across multiple devices, locations, and network speeds reveals the gap.
Run a speed test before and after any significant change, and monitor continuously in production. Adding Lighthouse CI to your build pipeline catches performance regressions before release, while field monitoring through CrUX or Search Console tracks how real users experience the site over time.
KaneAI - Testing Assistant
World’s first AI-Native E2E testing agent.

TestMu AI forEnterprise
Get access to solutions built on Enterprise
grade security, privacy, & compliance