page-speed-analyzer
Page speed analysis measures how fast a page loads and becomes interactive β Core Web Vitals (LCP, FID/INP, CLS) plus supplementary metrics (FCP, TTFB, Speed Index). Page speed is a Google ranking factor, so improvements directly affect SEO. The ZTools Page Speed Analyzer uses the browser's Performance Observer API to measure actual loading metrics for the current page, plus optional remote-URL analysis (limited by CORS). For comprehensive analysis, also use Lighthouse and PageSpeed Insights.
Use casesβ
Quick local-page auditβ
Open a page; tool reports load metrics. Faster than running Lighthouse for a quick check.
Compare your page vs competitorβ
Side-by-side metrics for two URLs (where CORS allows).
Track improvement over timeβ
Run before / after a performance fix to verify the speedup.
Identify which metric needs most workβ
High LCP? Optimize hero image. High CLS? Fix layout shifts. Each metric has its own fixes.
How it worksβ
- Open the page or paste URL β For current page, just visit the tool. For remote URL, fetch via iframe or proxy (CORS permitting).
- Performance Observer collects metrics β LCP (Largest Contentful Paint), FCP, FID, CLS, TTFB are all standard browser APIs.
- Display β Each metric with green / amber / red threshold (per Google's Core Web Vitals). Plus suggestions per failing metric.
Examplesβ
Input: Page with 4-second LCP
Output: Red β needs fixing. Likely heavy hero image / late-loading font / slow server.
Input: Page with CLS 0.05
Output: Green β < 0.1 is good. Layout is stable.
Frequently asked questionsβ
How is this different from Lighthouse?
Lighthouse runs a full simulated audit (mobile, throttled CPU). This tool measures real performance in your current environment. Both useful β different angles.
Will it work on remote URLs?
Limited by CORS. Some sites allow embedding via iframe; most don't. Best use on your own pages.
Privacy?
All measurements in browser.
Tipsβ
- Run on the actual production URL, not localhost β CDN, network, real-world conditions matter.
- Test on mobile via DevTools throttling β desktop speeds hide issues.
- For the most accurate metrics, run multiple times (3-5) and average β first load includes cold-cache delays.
- For comprehensive optimization, also run Lighthouse and PageSpeed Insights.
Try it nowβ
The full page-speed-analyzer runs in your browser at https://ztools.zaions.com/page-speed-analyzer β no signup, no upload, no data leaves your device.
Last updated: 2026-05-06 Β· Author: Ahsan Mahmood Β· Edit this page on GitHub