Lighthouse Audit Categories Reference

Lighthouse audit IDs, categories and scoring weights for Performance, A11y, SEO

Searchable Lighthouse reference covering the Performance, Accessibility, Best Practices, SEO and PWA categories, the metric audit IDs, and the exact scoring weights (LCP 25%, TBT 30%, CLS 25%) that build the Performance score. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

What are the Lighthouse performance score weights?

In Lighthouse 10 and 11 the Performance score is a weighted blend of five lab metrics: Total Blocking Time at 30 percent, Largest Contentful Paint and Cumulative Layout Shift at 25 percent each, and First Contentful Paint and Speed Index at 10 percent each. They sum to 100 percent.

Lighthouse runs a battery of automated audits and rolls them up into category scores, but the headline number hides how it is calculated. Understanding which audits belong to which category — and how much each weighs — is the difference between guessing and fixing the right thing. This reference lists every category, the key audit IDs, and the precise weights that build the Performance score.

The five Lighthouse categories

CategoryScored?Notes
PerformanceYes (0–100)Weighted blend of five lab metrics
AccessibilityYes (0–100)Axe-based automated checks
Best PracticesYes (0–100)Security, modern APIs, safe practices
SEOYes (0–100)Crawlability, meta, links, structured data
PWANo (informational)Demoted from scored in Lighthouse 12

Performance score weights

In Lighthouse 10 and 11 the Performance score is a weighted average of five lab metrics:

MetricAudit IDWeight
Total Blocking Timetotal-blocking-time30%
Largest Contentful Paintlargest-contentful-paint25%
Cumulative Layout Shiftcumulative-layout-shift25%
First Contentful Paintfirst-contentful-paint10%
Speed Indexspeed-index10%

Each metric is first converted to a 0–1 score using a log-normal curve calibrated against real-world data, then multiplied by its weight and summed. The curves differ between mobile and desktop configurations, which is why the same page can score differently on each preset.

TBT carries the heaviest weight (30%) because it is the best lab proxy for the field INP (Interaction to Next Paint) responsiveness metric. Lighthouse cannot measure real user interactions in a lab environment, so it uses the total time the main thread is blocked between First Contentful Paint and Time to Interactive as its stand-in.

Score bands

ScoreBandGauge colour
90–100GoodGreen
50–89Needs ImprovementOrange
0–49PoorRed

These same bands apply to all four scored categories.

What automated audits cannot catch

The Accessibility and SEO categories are particularly susceptible to false confidence. A score of 100 means automated checks passed — it does not mean the experience is accessible or discoverable. Rough guidance:

  • Accessibility: automated tools catch roughly 30–40% of issues. Colour contrast, missing labels and invalid ARIA are detectable; logical focus order, meaningful alt text, and screen-reader announcement order require manual testing.
  • SEO: Lighthouse checks technical signals (canonical, meta description, crawlable links) but cannot evaluate content quality, topical authority or off-page signals.

When optimizing Performance, attack the heavily weighted metrics first. Shaving TBT (30%) and LCP (25%) moves the headline score dramatically more than tuning Speed Index (10%).