Website Speed Test Tools: Best Free Options for 2025
Use PageSpeed Insights for a quick check and Google Search Console for ranking impact. Use WebPageTest when you need to diagnose a specific performance problem in depth.
PageSpeed Insights
Google's own tool that shows both Lab data (Lighthouse scores run by the tool) and Field data (real user measurements from Chrome users via CrUX). Always check the Field data tab - this is what Google actually uses for rankings. Lab scores are useful for debugging but field data is the ground truth. Enter any URL and get LCP, INP, CLS scores and specific improvement recommendations.
Google Search Console Core Web Vitals report
Shows field data for your entire site grouped by URL patterns, with counts of Good, Needs Improvement, and Poor URLs. The most important tool for understanding ranking impact - it shows where your actual users are experiencing slow pages. Only available for sites you own and have verified in Search Console.
WebPageTest
The most detailed free speed testing tool. Run tests from specific global locations, on specific devices, and with specific connection speeds. The Waterfall view shows every resource loading in sequence, which is invaluable for diagnosing bottlenecks. Test your page as it appears to a user in Singapore on a 4G connection to understand global performance.
Chrome DevTools Lighthouse
Open Chrome DevTools (F12), go to the Lighthouse tab, and run an audit. Tests the current page in your browser under throttled conditions. Useful for testing pages behind authentication or in local development. The Performance tab in DevTools also lets you record a page load and inspect exactly which JavaScript runs and when.
GTmetrix
Combines Google Lighthouse and WebPageTest data in a single report. Shows a waterfall chart, video of the page loading, and prioritized recommendations. The free tier tests from Vancouver; paid tiers allow testing from global locations. Useful for getting a second opinion alongside PageSpeed Insights.
Cloudflare Observatory
Tests Core Web Vitals from multiple global locations simultaneously, showing how performance varies by geography. Particularly useful if you suspect your CDN is not effectively distributing content globally.
Pingdom Website Speed Test
One of the longest-running web performance tools with a straightforward graded report. Tests from multiple locations including North America, Europe, and Asia-Pacific. The waterfall chart shows request timing clearly and the summary recommendations are written for non-technical site owners. Use Pingdom as a quick sanity check alongside PageSpeed Insights for a second opinion on load time from a real browser perspective.
Treo Site Speed
Aggregates real-user CrUX (Chrome UX Report) data for any domain - the same dataset Google uses for Core Web Vitals field data. Shows LCP, INP, CLS, FCP, and TTFB distributions for the past 28 days across all pages on a domain. Unlike PageSpeed Insights which tests one URL at a time, Treo shows site-wide field data patterns. Useful for identifying which page types (category pages, product pages, blog posts) consistently underperform across your site.
Chrome UX Report (CrUX) on BigQuery
For advanced users, the full Chrome UX Report dataset is available in Google BigQuery with a free monthly data quota. Query field data for any origin with SQL to analyze performance trends over months, compare against competitors in the same industry, and identify which pages have insufficient field data to generate reliable CWV scores. This level of analysis is impractical with web-based tools but straightforward with basic SQL once you have accessed the CrUX tables.
DebugBear
Runs continuous Lighthouse monitoring on a schedule - daily, hourly, or after each deploy - and sends alerts when performance degrades. Unlike one-off test tools, DebugBear shows performance trends over time with annotations for deploys and external changes. The free trial is sufficient for diagnosing a single site's regressions. Essential for teams that need to catch speed regressions before they accumulate into significant CWV failures.