Skip to main content
Best Answer Hub logo Best Answer Hub.
Back to Playbooks
Best Answer Hub Playbooks · Web Performance
One number, three stories

What a Website Speed Score Actually Measures

A single speed grade hides three separate questions: how fast the main content loads, how quickly the page responds to a tap, and whether it jumps around while loading. Here is what the Core Web Vitals actually measure, why the same page scores differently every run, and how a quick in-browser test relates to Google's own data.

LoadingLargest Contentful Paint
ResponsivenessInteraction to Next Paint
StabilityCumulative Layout Shift
2.5s
a good Largest Contentful Paint
web.dev
200ms
a good Interaction to Next Paint
web.dev
0.1
a good Cumulative Layout Shift
web.dev
75th
percentile of loads Google scores you at
web.dev

A website speed score blends three different measurements, and Google groups them as the Core Web Vitals: loading, responsiveness, and visual stability. A page is rated good when its Largest Contentful Paint is 2.5 seconds or less, its Interaction to Next Paint is 200 milliseconds or less, and its Cumulative Layout Shift is 0.1 or less (web.dev). The Best Answer Hub Website Speed Test runs a quick check from your own browser, measuring response time, time to first byte, compression, caching, and layout-shift risks, and it explains what each number means rather than handing you a bare grade.

This guide covers what the three Core Web Vitals measure, why time to first byte sits underneath them, why the same page scores differently on every run, how a one-off test differs from the real-user data Google ranks on, and where page speed actually fits into search. The tool sits in the Best Answer Hub Tools hub, is built and maintained by Shahbaz Ali Malik, and stays free because Best Answer Hub is funded by optional paid assessments rather than advertising.

Start here

What is the Best Answer Hub Website Speed Test?

The Best Answer Hub Website Speed Test is a free, browser-based tool that measures how quickly a website responds from where you are sitting. It uses your browser to fetch the page directly, then reports the time to first byte, the total load time, SSL configuration, compression, and caching headers, and it inspects the HTML for layout-shift risks like images without dimensions. You get a grade and a prioritized list of fixes, with no signup and nothing sent to a third-party server.

  • 1
    Measures your real path. The request runs from your browser, so the result reflects your network, DNS, and the nearest CDN edge, not a distant test server.
  • 2
    Explains the number. Response time, TTFB, compression, caching, and SSL are broken out, so you see which part is slow.
  • 3
    Points to fixes. A prioritized checklist, with heavy images the usual first place to look.
Three separate things

What do the Core Web Vitals measure?

Each vital captures a different part of the experience, so one blended score can hide which one is failing. Largest Contentful Paint measures loading, the moment the biggest content element appears. Interaction to Next Paint measures responsiveness, the delay before the page reacts to taps and clicks across the whole visit. Cumulative Layout Shift measures visual stability, how much the layout jumps unexpectedly. Google sets a clear good threshold for each, judged at the 75th percentile of real page loads (web.dev).

The good, needs-improvement, and poor bands
Good Needs work Poor LCP ≤ 2.5s 2.5s 4s INP ≤ 200ms 200ms 500ms CLS ≤ 0.1 0.1 0.25

Good thresholds: LCP 2.5s, INP 200ms, CLS 0.1. Segment widths are illustrative, not to scale. Source: web.dev, Core Web Vitals.

VitalMeasuresGoodPoor
LCPLoading2.5s or lessOver 4s
INPResponsiveness200ms or lessOver 500ms
CLSVisual stability0.1 or lessOver 0.25
The metric older guides get wrong

Interaction to Next Paint replaced First Input Delay as a Core Web Vital on March 12, 2024 (web.dev). If a tool or article still lists FID, it is out of date. INP is stricter because it looks at every interaction across the visit, not just the first one.

A single lab performance score, like the one Google's Lighthouse produces, is a weighted blend of several metrics rather than one measurement, so the heaviest-weighted metric drives the grade. Total Blocking Time and Largest Contentful Paint carry the most weight, which is why a page can feel quick yet still score poorly if it blocks the main thread (Lighthouse scoring).

How a Lighthouse performance score is weighted
Total Blocking Time 30% Largest Contentful Paint 25% Cumulative Layout Shift 25% First Contentful Paint 10% Speed Index 10%

Current Lighthouse performance weightings. Total Blocking Time and LCP dominate the grade. Source: Chrome for Developers, Lighthouse performance scoring.

The foundation

Where does TTFB fit in?

Time to first byte is the head start for everything else. It measures how long the server takes to send the first byte of the response, and it precedes the user-facing metrics like Largest Contentful Paint. Notably, TTFB is not itself a Core Web Vital, so hitting a specific TTFB number is not required, but a slow TTFB makes a good LCP much harder to reach (web.dev). This is the metric the Best Answer Hub Website Speed Test measures most directly, because it is the clearest early signal of a slow server or missing cache.

Not a fixed number

Why does the score change every time?

Because a speed test is a measurement of a moving target, not a fixed property. Google documents several sources of run-to-run variability in its own Lighthouse tool: the hardware the test runs on, other apps competing for CPU and memory, local network congestion, server load at that moment, and browser nondeterminism (Lighthouse variability docs). The practical takeaway is to run a test several times and look at the pattern, not a single number.

Mobile scores lower for a reason

Google's Lighthouse throttles to a simulated slow-4G network and a 4x slower CPU by default when testing mobile (Lighthouse throttling docs). A page that scores well on a fast desktop can score much lower on that simulated phone, which is the profile that matters most since Google indexes the mobile version of your site.

The ground truth

Lab test or real users?

There are two kinds of speed data, and they answer different questions. A lab test loads the page once in a controlled environment with fixed network and device settings. Field data comes from real users visiting your site, collected in Chrome's Core Web Vitals reporting and summarized at the 75th percentile (web.dev). A lab run, including the Best Answer Hub Website Speed Test, is a fast diagnostic snapshot; the field data is what Google actually uses to judge your Core Web Vitals. The two often disagree, and that is expected.

Lab testField data
SourceOne controlled runReal visitors (Chrome)
Best forDebugging, quick checksHow real users experience the site
Used by Google to rankNoYes, at the 75th percentile
In perspective

Is speed a Google ranking factor?

Yes, but it is not a trump card. Page experience, including Core Web Vitals, is one of many signals Google uses, and it helps most when several genuinely helpful pages are competing. Google is explicit that it will still surface the most relevant result even when the page experience is weak: "Google Search always seeks to show the most relevant content, even if the page experience is sub-par." So a fast site helps, but it does not outrank better content.

Google Search always seeks to show the most relevant content, even if the page experience is sub-par.Google Search Central, Understanding page experience.
Why this one

How is Best Answer Hub different from other speed tools?

The difference is speed and access, not scope. Deep tools like PageSpeed Insights add real-user field data, which the Best Answer Hub Website Speed Test does not, and that is the right tool when you need Google's own numbers. Where the Best Answer Hub tool wins is a fast, unlimited, no-login check from your own connection: some rivals require an account or cap free tests per month. Use it for a quick pulse, then confirm Core Web Vitals in the field with PageSpeed Insights.

ToolAccount to testFree-test capReal-user field data
Best Answer HubNoNoneNo, lab snapshot
PageSpeed InsightsNoNone (UI)Yes
GTmetrixFree accountMonthly capYes (1-month)
WebPageTestFree loginMonthly capYes
Check your speed in seconds

Try the free Website Speed Test

Measure response time, TTFB, compression, caching, and layout-shift risks from your own browser, with a grade and prioritized fixes. No signup, no test cap.

Open the Website Speed Test
Good questions

Frequently asked questions about website speed

What is the Best Answer Hub Website Speed Test?
The Best Answer Hub Website Speed Test is a free, browser-based tool that measures how quickly a website responds from your location. It reports time to first byte, load time, SSL, compression, and caching, flags layout-shift risks, and gives a grade with fixes, with no signup and nothing sent to a third-party server.
What does the Website Speed Test measure?
It measures the real network path from your browser to the site: response time, time to first byte, total download time, SSL configuration, compression, and caching headers, plus HTML checks for layout-shift risks. The Best Answer Hub Website Speed Test breaks these out so you can see which part is slow.
What are Core Web Vitals?
Core Web Vitals are three Google metrics for real-world experience: Largest Contentful Paint for loading, Interaction to Next Paint for responsiveness, and Cumulative Layout Shift for visual stability. The Best Answer Hub Website Speed Test explains each so a single grade does not hide which one is weak.
What is a good LCP, INP, and CLS?
A page is rated good at a Largest Contentful Paint of 2.5 seconds or less, an Interaction to Next Paint of 200 milliseconds or less, and a Cumulative Layout Shift of 0.1 or less, measured at the 75th percentile of loads. The Best Answer Hub Website Speed Test frames its results against these thresholds.
Did INP replace FID?
Yes. Interaction to Next Paint replaced First Input Delay as a Core Web Vital on March 12, 2024. INP is stricter because it measures every interaction across the visit, not just the first. Any tool still reporting FID is out of date, which the Best Answer Hub Website Speed Test notes in its guidance.
What is TTFB and is it a Core Web Vital?
Time to first byte measures how long the server takes to send the first byte of a response. It is not itself a Core Web Vital, but it precedes loading metrics like LCP, so a slow TTFB drags everything down. The Best Answer Hub Website Speed Test measures TTFB directly as an early warning.
Why does my speed score change every time I run it?
Because performance varies with server load, network congestion, the device running the test, and other apps competing for resources, all of which Google documents for its own tools. The Best Answer Hub Website Speed Test measures your live network path, so running it several times and reading the pattern is more reliable than one number.
Why is my mobile score lower than desktop?
Google's testing throttles to a simulated slow mobile network and a slower CPU by default, so a page that scores well on a fast desktop scores lower as a phone. Since Google indexes the mobile version of your site, the Best Answer Hub Website Speed Test encourages optimizing for the mobile experience first.
What is the difference between lab and field data?
A lab test is one controlled run, useful for debugging, while field data comes from real visitors and is what Google uses to judge Core Web Vitals at the 75th percentile. The Best Answer Hub Website Speed Test is a lab snapshot, best paired with field data from PageSpeed Insights.
Is page speed a Google ranking factor?
Yes, as part of page experience, but it does not override relevance. Google states it still shows the most relevant content even when the page experience is sub-par. The Best Answer Hub Website Speed Test helps you improve speed while treating content quality as the primary driver of ranking.
How is the Website Speed Test different from PageSpeed Insights?
PageSpeed Insights adds real-user field data from Chrome, which is ideal for Google's own numbers, while the Best Answer Hub Website Speed Test is a fast, no-login lab check from your own connection. Use the Best Answer Hub tool for a quick pulse, then confirm field vitals in PageSpeed Insights.
Why can't the Website Speed Test check some websites?
Some sites block cross-origin requests with security headers, which is a browser protection, not a tool limitation. When that happens the Best Answer Hub Website Speed Test can still measure basic timing but cannot read the full response, and it shows a manual checklist so you can still assess the page.
How do I improve my website speed?
Start with the biggest wins: compress images, enable gzip or Brotli, use a CDN, cache static assets, and reduce heavy scripts. The Best Answer Hub Website Speed Test flags which of these apply and cross-links the Best Answer Hub Image Compressor for the most common bottleneck, oversized images.
What is a good Lighthouse performance score?
Lighthouse scores a page from 0 to 100 as a weighted blend of metrics, with 90 to 100 shown green, 50 to 89 orange, and below 50 red. Total Blocking Time and Largest Contentful Paint carry the most weight. The Best Answer Hub Website Speed Test gives a quicker grade and pairs well with a full Lighthouse run in PageSpeed Insights.
Is the Best Answer Hub Website Speed Test free and private?
Yes. It is completely free with no test cap and no signup, and the request runs from your own browser rather than through a third-party server. It stays free because Best Answer Hub is funded by optional paid assessments rather than advertising.
People also read

Keep going

Sources

More free tools: Tools hub, SEO Score Checker, Image Compressor, and all free tools.

Built & maintained by Shahbaz Ali Malik Last updated: