Live demo

Test any site against Google's own numbers.

A working tool I built: type a web address and it runs Google PageSpeed Insights, the same public test anyone can use. No sign-up, and scores are kept for a day, not your details.

This page: 99/100 on Google's mobile speed test ยท verified 2026-07-22

Under the hood

Small tool, production habits.

Serverless proxy

A Cloudflare Pages Function calls Google PageSpeed Insights so the API key never reaches the browser.

Hardened input

URLs are normalised to origin only, which closes off cache poisoning and SSRF-style path tricks.

Cached & capped

Results cache for 24 hours in KV; per-IP and global hourly caps keep the free API quota honest.

Honest failure

Google's tester is cut off at 55 seconds so heavy sites get a clean answer instead of an edge error page.

Curious how it's built?Ask me anything about it.

Email meBack to the profile