Free Website Speed Test

Analyze website page load time, performance metrics, and optimization opportunities. Free, fast, and works entirely in your browser with no sign-up required.

Updated

Popular
Share:
Read the guide: How to Test Your Website's Loading Speed
Home/Website Tools/Website Speed Test

Website Speed Test

Analyze your website's loading speed and performance with client-side heuristic scoring.

Client-side estimation only. This tool uses URL pattern analysis and heuristics to generate educational performance estimates. For accurate results, use Google PageSpeed Insights.

Website Speed Test

Understanding the Scores

90-100: Good
50-89: Needs Improvement
0-49: Poor

How it works: This tool analyzes the URL you provide using client-side heuristics:

  • HTTPS detection -- checks if your site uses a secure connection
  • CDN / edge platform recognition -- identifies known fast hosting providers
  • URL structure analysis -- evaluates path depth and query parameters
  • File extension analysis -- detects server-side rendering technologies
  • Lighthouse-weighted scoring -- applies the same metric weights as Lighthouse v10

Metrics explained:

  • FCP -- First Contentful Paint: when content starts appearing
  • LCP -- Largest Contentful Paint: when the main content is visible (Core Web Vital)
  • TTI -- Time to Interactive: when the page is fully interactive
  • CLS -- Cumulative Layout Shift: visual stability (Core Web Vital)
  • TBT -- Total Blocking Time: main thread blocking time

These are estimated values based on URL analysis. Actual performance depends on server configuration, page content, third-party scripts, and user device/network. Use Google PageSpeed Insights or Lighthouse for real measurements.

Frequently Asked Questions

What is the Website Speed Test?

The Website Speed Test is a free online tool that analyzes page load times and performance metrics for any website, with recommendations for improvement.

Is the Website Speed Test free?

Yes, the Website Speed Test is completely free with no registration required.

What metrics does it measure?

The Website Speed Test measures page load time, time to first byte, DOM content loaded, largest contentful paint, and other Core Web Vitals metrics.

Is my data safe with this tool?

Absolutely. The Website Speed Test processes everything client-side in your browser. No data is uploaded to or stored on any server. Your content remains private on your device at all times.

Does the Website Speed Test work on mobile devices?

Yes, the Website Speed Test is fully responsive and works on smartphones and tablets. You can use it on any device with a modern web browser -- no app download required.

Do I need to create an account to use this tool?

No account or registration is needed. Simply open the Website Speed Test in your browser and start using it immediately. There are no sign-up walls or usage restrictions.

How do I use the Website Speed Test?

Simply enter your input in the provided field, adjust any settings to your preference, and the tool will process it instantly. You can then copy the result to your clipboard or download it.

Which browsers are supported?

The Website Speed Test works in all modern browsers including Chrome, Firefox, Safari, Edge, and Opera. For the best experience, use the latest version of your preferred browser.

What is a good website speed test score?

Scores follow the familiar Lighthouse 0–100 scale, and the same banding applies: 90 to 100 is good (shown green), 50 to 89 needs improvement (orange), and 0 to 49 is poor (red). The number is a weighted blend of the page's Core Web Vitals rather than a single load time, so a slow Largest Contentful Paint or high blocking time pulls the total down even when other metrics pass. Total Blocking Time carries the heaviest weight here, with LCP and CLS close behind, mirroring Lighthouse v10. Aim for 90-plus across performance, accessibility, best practices, and SEO, but treat anything under 90 as a prompt to read the recommendations rather than a verdict. Enter your URL above to see your score and exactly which metrics are dragging it down.

What is the difference between this tool and Google PageSpeed Insights?

PageSpeed Insights loads your page in a real environment and reports lab data from Lighthouse plus field data from real Chrome users, so its numbers are authoritative. This tool is faster but lighter: it produces an educational estimate from signals in the URL itself — HTTPS, detected CDN or edge platform, path depth, query strings, and file extension — then applies Lighthouse-style scoring weights to generate consistent, plausible figures. It never loads or downloads the page, which is why it returns results in moments and works fully in your browser. Think of it as a quick first read and a learning aid that explains what each metric means, not a replacement for a measured test. When you need verified results, use the built-in link straight to PageSpeed Insights for the same URL, then come back here to interpret them.

How accurate is an estimated speed test, and when should I run a real one?

Because this tool reads the URL rather than loading the page, its numbers are a plausible estimate, not a measurement — they reflect speed-friendly patterns like HTTPS, a recognized CDN, and a clean shallow path, but they cannot see your actual images, scripts, or server response time. That makes it ideal for a fast first look, for learning how the metrics fit together, and for spotting obvious structural issues before a full audit. Run a real test when you need numbers you can act on or report: before and after a performance change, when diagnosing a specific slow page, or when Core Web Vitals affect your search rankings. For those cases, follow the built-in link to Google PageSpeed Insights for lab and field data. Enter your URL above to get the quick estimate first.

Why does a CDN improve my website speed score?

A content delivery network stores copies of your site on servers spread around the world and serves each visitor from the location nearest them, cutting the distance data has to travel and lowering latency. That shorter round trip speeds up the first byte and helps the page start rendering sooner, which improves metrics like First Contentful Paint and Largest Contentful Paint. This tool detects common providers — Cloudflare, Fastly, Akamai, Vercel, Netlify, and others — from the URL and factors a recognized CDN into its estimate as a positive signal. It is not a guarantee of speed, since a poorly optimized page can still be slow behind a CDN, but edge delivery removes one of the biggest sources of avoidable delay. Enter your URL above to see whether a CDN is detected and how it affects your estimated score.

Why does HTTPS matter for page speed and SEO?

HTTPS encrypts the connection between the visitor and your site, and it is treated as both a security baseline and a confirmed Google ranking signal, so a secure page starts with an advantage in search. On the performance side, HTTPS is the gateway to HTTP/2 and HTTP/3, the modern protocols that let a browser request many resources over one connection and load pages faster than older HTTP/1.1 could. Browsers also flag non-HTTPS pages as "Not Secure," which erodes trust and can raise bounce rates that indirectly hurt rankings. This tool checks for HTTPS first and counts a secure connection as a positive factor in its estimate, since serving over plain HTTP today is a clear red flag. Enter your URL above to confirm your page is secure and see how it shapes your overall score.

About the Website Speed Test

The Website Speed Test is a free tool that estimates how a web page is likely to perform and turns the result into a familiar 0–100 score, a set of Core Web Vitals figures, and a checklist of recommendations. Enter any URL and it returns a performance grade alongside scores for accessibility, best practices, and SEO, plus an explanation of where the page could improve. It is built for site owners, marketers, and developers who want a quick, jargon-free read on page speed before a full audit.

One thing to be clear about up front: this tool produces an educational estimate, not a live lab measurement. It does not load the target page in a real browser or download its assets. Instead it analyzes the URL you enter — using the heuristics below — and applies Lighthouse-style scoring weights to generate consistent, plausible numbers. For authoritative results, it links you straight to Google PageSpeed Insights for the same URL. Treat it as a fast first look and a learning aid, not a replacement for a real test.

What it analyzes and reports

The estimate is built from signals in the URL itself:

  • HTTPS — whether the page uses a secure connection, which is both a security baseline and a Google ranking signal.
  • CDN and edge platform detection — it recognizes common providers (Cloudflare, Fastly, Akamai, Vercel, Netlify, and others) that cut latency by serving from locations near the visitor.
  • URL structure — deep paths (more than four segments) and query strings can correlate with slower, less cacheable responses.
  • File extension — endings like .php, .aspx, or .jsp suggest traditional server-side rendering.

From those signals it generates the five metrics below, weights them the way Lighthouse does, and presents a benchmark comparison against Google's "Good" thresholds, plus a downloadable report.

The Core Web Vitals it covers

The tool reports the metrics Google uses to judge real-world experience. The accepted "Good" thresholds are:

  • Largest Contentful Paint (LCP) — when the largest visible element finishes rendering. Good is 2.5 seconds or less.
  • Cumulative Layout Shift (CLS) — how much the layout jumps while loading. Good is 0.1 or less.
  • First Contentful Paint (FCP) — when the first text or image appears. Good is roughly 1.8 seconds or less.
  • Total Blocking Time (TBT) — total time the main thread was blocked beyond 50 ms; a lab proxy for responsiveness. Good is 200 ms or less.
  • Time to Interactive (TTI) — when the page reliably responds to input.

Total Blocking Time carries the single heaviest weight in the overall score, with LCP and CLS close behind — the same priority order Lighthouse v10 uses. Google's official Core Web Vitals set now uses Interaction to Next Paint (INP) rather than the older First Input Delay; TBT here serves as a lab-side stand-in for that responsiveness dimension.

Why page speed is worth checking

Speed shapes both rankings and revenue. Core Web Vitals are a confirmed Google ranking factor, and the link to behavior is well documented: as load time stretches from one to several seconds, the chance a visitor abandons the page rises sharply. The recommendations this tool surfaces — enabling Gzip or Brotli compression, serving images as WebP or AVIF, deferring render-blocking CSS and JavaScript, preconnecting to third-party origins, and setting proper cache headers — are the same high-impact fixes that move real Lighthouse scores.

Privacy and how it runs

Everything happens in your browser. The Website Speed Test never sends the URL you type to a server, stores nothing, and requires no account or sign-up. Because the analysis is purely local, it returns results in moments and works on any modern browser, desktop or mobile. When you need verified field and lab data, use the built-in link to Google PageSpeed Insights — then come back here to learn what each metric means and which fixes to tackle first.