Home » Free Tools » PageSpeed Checker – Test Core Web Vitals & Google Performance Scores

PageSpeed Checker – Test Core Web Vitals & Google Performance Scores

Free Tool · WritoryBuzz

Test any URL using Google's own PageSpeed Insights API. Get your performance score, Core Web Vitals, and ranked fix opportunities for desktop and mobile.

Results

Fetching Google PageSpeed Insights data. This takes 10 to 30 seconds.
Enter a URL above to test it.
Technical SEO

Core Web Vitals Explained

MetricGoodPoorRanking Signal
LCP< 2.5s> 4sCore Web Vital
INP< 200ms> 500msCore Web Vital
CLS< 0.1> 0.25Core Web Vital
FCP< 1.8s> 3sLab diagnostic
TBT< 200ms> 600msLab diagnostic

Field Data vs Lab Data

Field data comes from the Chrome User Experience Report (CrUX), reflecting real user experiences over the past 28 days. Lab data comes from Lighthouse in a controlled simulation. Google uses field data for Core Web Vitals ranking decisions, not the lab score. Pages without enough real Chrome traffic show lab data only.

Why Page Speed Is a Business Metric, Not Just a Technical One

Google's own mobile performance research found that bounce probability rises 32 percent as load time goes from 1 to 3 seconds, and Akamai's research puts the conversion cost at roughly 7 percent lost for every additional second of delay.

The numbers compound further at the extremes. The same Google dataset shows bounce probability climbing 90 percent at 5 seconds and 123 percent at 10 seconds compared to a 1-second load. On the revenue side, industry research on 0.1-second speed improvements found conversion gains of roughly 8.4 percent for retail sites and 9.2 percent for average order value, meaning speed affects not just whether someone buys but how much they buy. Google's own internal 2009 study, still cited at nearly every web performance conference since, found that a 400 millisecond delay in search results reduced search volume by 0.59 percent, a fraction that becomes enormous at Google's scale of billions of daily searches.

None of this means chasing a perfect 100 score is the goal. It means treating the metrics this tool reports as inputs to revenue and retention, not just a technical badge.

Mobile-First Indexing Changes What "Fast" Means

Google indexes and ranks the vast majority of sites using the mobile version of a page, not desktop, a policy fully rolled out years ago and still in effect in 2026. This means your mobile PageSpeed score generally carries more ranking weight than your desktop score, even for a site whose real traffic mix skews desktop. If you can only prioritise one device in this tool, prioritise mobile.

Mobile scores are also naturally lower because Lighthouse simulates a mid-range Android device on a throttled 4G connection to represent a realistic slower-end user, while desktop tests assume a fast connection and no CPU throttling. A 40 to 50 point gap between mobile and desktop scores on the same page is common and does not necessarily indicate a bug, it reflects the harsher simulated conditions.

Hosting, CDN, and Server-Side Factors

Front-end fixes like image compression and deferred scripts only go so far if the server itself is slow to respond. Time to First Byte (TTFB), the delay before the first byte of the response arrives, is often the most overlooked lever in a PageSpeed audit.

  • Shared hosting is the most common cause of slow TTFB, since server resources are split across many unrelated sites. Moving to a VPS, managed WordPress host, or dedicated plan usually improves TTFB immediately.
  • A CDN (content delivery network) caches static assets, images, CSS, JavaScript, at servers physically closer to each visitor, cutting latency for a geographically spread-out audience. Cloudflare, BunnyCDN, and most managed hosts include CDN functionality by default in 2026.
  • Server-side caching (object caching, full-page caching, opcode caching like PHP OPcache) avoids rebuilding the same page from scratch on every request.
  • Database query efficiency matters heavily for CMS-driven sites. An unoptimised WordPress database with years of accumulated post revisions and orphaned data can slow every page load measurably.

A Practical WordPress Speed Checklist

WordPress powers a large share of the sites tested with this tool, so here is a focused checklist for the platform specifically.

ActionWhy It Helps
Use a caching plugin (WP Rocket, LiteSpeed Cache, W3 Total Cache)Serves pre-built HTML instead of rebuilding on every visit
Switch to a modern image format plugin (ShortPixel, Imagify)Automatic WebP/AVIF conversion without manual re-exporting
Limit active plugins to what you actually useEach plugin adds its own CSS, JS, and database queries
Choose a lightweight, well-coded themeHeavy page builders often ship large unused CSS and JS
Use a managed WordPress host with server-level cachingReduces TTFB more reliably than plugin-only caching
Lazy-load below-the-fold images and embedsDefers work the browser does not need for the initial view

Beyond Performance: The Other Lighthouse Categories

The performance score is the headline number, but Lighthouse (the engine behind PageSpeed Insights) also audits Accessibility, Best Practices, and SEO in the full report available directly at pagespeed.web.dev. A page can score well on performance and still fail basic accessibility checks like missing alt text or insufficient colour contrast, or fail Best Practices checks like using deprecated APIs or serving images at the wrong aspect ratio. A genuinely fast page and a genuinely well-built page are related but not identical goals.

What Is Agentic Browsing in PageSpeed Insights?New, May 2026

Agentic Browsing is a new Lighthouse category, shipped in Lighthouse 13.3 on May 7, 2026 and rolled into public PageSpeed Insights within weeks, that scores whether an AI agent, not a human or a search crawler, could read your page's structure, trust its layout, and interact with it without guessing. Unlike Performance, Accessibility, Best Practices, and SEO, it reports a pass ratio like 2/3, not a 0 to 100 score.

This tool fetches and displays that category exactly as Google's own API returns it, alongside the four familiar scores, in the badge row at the top of your results. Every check that comes back is shown with a pass or fail state.

Why Google Added a Fifth Category

Search asks whether your content deserves to be discovered and ranked by a crawler. Agentic Browsing asks a different question entirely: could autonomous software, tools like OpenAI's Operator, Google's own Project Mariner, or an AI shopping assistant, actually operate your site well enough to complete a task on a person's behalf? A page can rank well in Google Search and still be genuinely awkward for an agent to navigate, and the reverse is also possible. The two are related but measure different things.

What the Checks Likely Cover

Based on Google's own documentation and early reporting since the May 2026 rollout, the category evaluates machine comprehension rather than keywords or backlinks. The checks commonly referenced include:

Likely CheckWhat It Verifies
Accessibility tree integrityWhether the page's underlying structure is well-formed enough for an agent to parse reliably
Layout stabilityWhether the page shifts unexpectedly (tied to the same CLS metric behind Core Web Vitals), which risks an agent clicking the wrong element
llms.txt presenceWhether an AI discovery file exists at your domain root, the same file our llms.txt Generator builds
WebMCP tool registrationAn emerging, early-stage check for structured agent-callable actions, not yet common on most sites

Google and reporting outlets both describe the standards behind this category as still emerging, so the exact audits and thresholds may continue to change through the rest of 2026.

Should You Worry About a Low Score Right Now?

Not urgently. Google itself marks Agentic Browsing as experimental and under development, and it explicitly does not factor into your Performance, Accessibility, Best Practices, or SEO scores. A failing result here is a signal to watch, not an emergency to fix overnight. That said, the underlying fixes overlap heavily with things worth doing anyway: a clean accessibility tree, a stable layout with low CLS, and an llms.txt file. If you already run this checker's Core Web Vitals section and our llms.txt Generator, you are likely closer to a passing score than most sites.

Synthetic Testing vs Real User Monitoring

This tool, like GTmetrix and WebPageTest, runs a synthetic test: a single simulated visit under controlled conditions. That is useful for consistent before-and-after comparisons and for catching regressions immediately after a deploy. It is not the same as Real User Monitoring (RUM), which captures actual visitor performance across every device, connection type, and location in production. The CrUX field data this tool surfaces when available is Google's own aggregated RUM dataset. For ongoing monitoring beyond a single spot check, pairing a synthetic tool like this one with a RUM solution gives the fullest picture.

FixTypical SavingMetrics Improved
Convert images to WebP or AVIF1 to 4sLCP, FCP
Add image width and heightCLS fixCLS
Defer offscreen images0.5 to 2sLCP, FCP, TBT
Eliminate render-blocking resources0.5 to 3sFCP, LCP, TBT
Enable text compression0.5 to 1.5sFCP, TTFB

Frequently Asked Questions

What is a good PageSpeed score?+
Google classifies 90 to 100 as Good, 50 to 89 as Needs Improvement, and 0 to 49 as Poor. A score above 90 on both devices means the page passes Core Web Vitals thresholds.
Does the PageSpeed score directly affect rankings?+
Google's page experience signal uses Core Web Vitals field data, not the overall Lighthouse score. The score is a diagnostic tool to help you prioritise fixes, not a direct ranking input.
Why is my mobile score lower than desktop?+
Lighthouse simulates a mid-range Android device on a throttled connection for mobile, while desktop tests assume no throttling. A gap between the two is common and expected.
What replaced FID in Core Web Vitals?+
Google replaced First Input Delay with INP (Interaction to Next Paint) in March 2024. INP measures the latency of all interactions, not just the first one.
How does page speed actually affect conversions and revenue?+
Directly and measurably. Akamai research found conversions drop roughly 7 percent for every additional second of load time, and Google's own mobile study found bounce probability rises 32 percent as load time goes from 1 to 3 seconds. Industry research on 0.1-second improvements found conversion gains around 8.4 percent for retail sites specifically. These effects compound with each other rather than existing independently.
Why does mobile-first indexing make my mobile score more important?+
Google predominantly uses the mobile version of your page for indexing and ranking, a policy fully in effect since prior years. That means your mobile Core Web Vitals generally carry more weight for search visibility than your desktop numbers, even if most of your actual traffic arrives on desktop.
What is TTFB and why does hosting matter so much?+
Time to First Byte measures how long the server takes to send the first byte of a response, before any rendering starts. Shared hosting is the most common cause of slow TTFB since resources are split across unrelated sites. Moving to better hosting, adding server-level caching, and using a CDN typically improve TTFB more than any front-end fix can.
Is this tool the same as running Lighthouse in Chrome DevTools?+
Very close. Both use the same Lighthouse engine. This tool calls Google's public PageSpeed Insights API, which runs Lighthouse on Google's servers and also attaches real-user CrUX field data when available, something DevTools alone does not show. Chrome DevTools tests from your own machine and network, which can vary; this tool gives a consistent, shareable result.
What is the difference between synthetic testing and real user monitoring?+
Synthetic testing, what this tool does, runs one simulated visit under controlled conditions, useful for consistent before-and-after comparisons. Real User Monitoring (RUM) captures actual visitor performance in production across every device and connection. The CrUX field data shown here is Google's own aggregated RUM dataset, which is why it can differ from the lab score.
What is the Agentic Browsing score in PageSpeed Insights?+
Agentic Browsing is a Lighthouse category added in May 2026 that scores whether an AI agent could read, understand, and act on your page, reported as a pass ratio like 2/3 rather than a 0 to 100 score. It checks things like a clean accessibility tree, layout stability, and llms.txt presence. Google marks it experimental and it does not factor into your other four scores.
Do I need to fix a failing Agentic Browsing score immediately?+
No. Google itself describes this category as experimental and under development, with the standards still emerging. It is worth watching and worth fixing over time, since the checks overlap with good practices anyway, but it is not an urgent fire the way a broken Core Web Vitals score can be.