Core Web Vitals Analyzer
Analyze Core Web Vitals from imported PageSpeed Insights JSON. Extract LCP/INP/CLS/FCP/TTFB/TBT/SI metrics, score against Google thresholds, show pass/warn/fail per metric, overall 0-100 score, prioritized recommendations. CSV export, history (localStorage), shareable URL. 100% client-side.
About Core Web Vitals Analyzer
Analyze Core Web Vitals from imported PageSpeed Insights JSON. Extract LCP/INP/CLS/FCP/TTFB/TBT/SI metrics, score against Google thresholds, show pass/warn/fail per metric, overall 0-100 score, prioritized recommendations. CSV export, history (localStorage), shareable URL. 100% client-side. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.
FAQ
What are Core Web Vitals?
Google's official page-experience metrics: LCP (Largest Contentful Paint, ≤2.5s good), INP (Interaction to Next Paint, ≤200ms good, replaces FID in March 2024), CLS (Cumulative Layout Shift, ≤0.1 good). They directly affect search rankings.
How does the analyzer work?
Paste a PageSpeed Insights JSON response (from the PSI API or web UI). The tool extracts LCP, INP, FID, CLS, FCP, TTFB, TBT, and Speed Index metrics, scores each against Google's thresholds, computes an overall 0-100 score, and generates prioritized recommendations.
What are the thresholds?
LCP: ≤2500ms good, >4000ms poor. INP: ≤200ms good, >500ms poor. CLS: ≤0.1 good, >0.25 poor. FCP: ≤1800ms good. TTFB: ≤800ms good. TBT: ≤200ms good. SI: ≤3400ms good. The full threshold table is included in the tool UI.
How do I get the PageSpeed JSON?
Visit pagespeed.web.dev, enter your URL, click Analyze, then open DevTools → Network → look for the API call to www.googleapis.com/pagespeedonline/v5/runPagespeed — copy the JSON response. Or call the PSI API directly with your API key.
What extra features does this tool have compared to others?
(1) LCP analysis. (2) INP analysis (the new metric that replaced FID). (3) CLS analysis. (4) Overall 0-100 score. (5) Pass/warn/fail per metric. (6) Prioritized recommendations (core vitals first). (7) URL field extraction. (8) CSV export. (9) History (localStorage, last 20). (10) Shareable URL. (11) Full threshold reference table.
Is my data sent anywhere?
No. The tool doesn't call the PageSpeed API — you paste the JSON yourself. All parsing runs locally. History is stored in localStorage on this device only.
Related tools
Affiliate Commission Calculator
Calculate affiliate commissions across four program types — flat percent, tiered percent (progressive brackets), recurring (monthly × N months), and hybrid (initial + recurring). Apply refund-rate and tax-withholding adjustments, compute effective commission rate, compare two program types side-by-side, and project break-even sales to hit a target income. History (localStorage) + shareable URL. 100% client-side.
Affiliate Link Cloaker & Redirect Generator
Cloak affiliate links into pretty URLs and generate redirect scripts (PHP, JavaScript, HTML meta refresh), plus .htaccess, nginx, and robots.txt rules. CSV import of slug/affiliate_url pairs, slug auto-generator from hostname, click-tracking parameter builder, URL-shortener compatibility check, history (localStorage), shareable URL. 100% client-side.
Anchor Text Distribution Analyzer
Analyze anchor text distribution from backlink data. Categorize anchors as exact/partial match, branded, generic, naked URL, or image. Compute distribution %, warn on over-optimization, and export. 100% client-side.