Lighthouse Audit Summary
Turn Lighthouse scores or a full report into prioritized actions
Enter category scores (0–100)
Overall score
—
Performance
—
—
Accessibility
—
—
Best Practices
—
—
SEO
—
—
Examples
Quick score read
Performance 62 · Accessibility 88 · Best Practices 92 · SEO 100Overall 86 (grade B) — weakest area Performance (62), flagged high priority.Enter just the four scores to get an instant grade and a prioritized checklist without the full report.
Find the biggest win
A full Lighthouse JSON report with several failed Performance auditsFailed audits ranked by estimated savings, e.g. 'Render-blocking resources — 1,500 ms' first.In report mode the tool sorts failed audits by wasted milliseconds so you fix the highest-impact issue first.
About this tool
Lighthouse audits dozens of signals across Performance, Accessibility, Best Practices, and SEO, and the raw report can be hard to turn into a plan. This tool distills it into an overall grade, the weakest categories, the failed audits with the largest estimated savings, and a ranked checklist of what to fix first.
Enter the four category scores for a quick read, or paste a full Lighthouse JSON report (the output of `lighthouse --output=json` or an export from PageSpeed Insights) to extract category scores and failed audits automatically. Everything is parsed in your browser — nothing is uploaded.
How to use
Choose a mode
Use Quick scores to enter the four category scores, or Paste report to analyze a full Lighthouse JSON file.
Read the overall grade
Review the overall score, the weakest category, and the per-category cards.
Work the checklist
Fix items in priority order (high before low) for the fastest overall improvement.
Triage failed audits
In report mode, sort the failed-audit table by estimated savings to find the biggest win.
Use cases
Turn a report into a sprint plan
Convert a dense JSON report into a ranked checklist a team can act on in one pass.
Quick health check
Enter the four scores from the Lighthouse UI to get an instant grade without the full report.
Frequently asked questions
Related guides
References & standards
Related tools
SSL Chain Analyzer
Paste a PEM certificate bundle and verify the chain order — find missing intermediates, broken links, expired or not-yet-valid certificates, self-signed roots, and duplicates. All in-browser.
SQL Injection Detector
Scan an input string or query for SQL injection signatures — tautologies, UNION SELECT, stacked queries, time-based blind, comments, and destructive statements — with a risk score and classification.
NoSQL Validator
Validate a JSON document against a JSON Schema or MongoDB $jsonSchema. Get clear, path-precise errors for missing fields, wrong types, patterns, ranges, and disallowed properties.
JSON Schema Builder
Build a JSON Schema or MongoDB $jsonSchema validator visually — add properties, pick types, mark required, set patterns and ranges — with live output and a test document.
SQL Performance Analyzer
Paste a SQL query to find performance anti-patterns — SELECT *, leading-wildcard LIKE, missing WHERE, cross joins, NOT IN, functions on columns — with a score and ranked fixes.
Redis CLI Simulator
Practice Redis commands in an in-browser terminal. Run GET, SET, HSET, LPUSH, SADD, ZADD, EXPIRE, KEYS and more against a local store — no Redis server required.