Lighthouse Metrics

Performance Score Weights
MetricWeightGoodNeeds ImprovementPoor
FCP
First Contentful Paint
10%≤ 1.8s≤ 3.0s> 3.0s
LCP
Largest Contentful Paint
25%≤ 2.5s≤ 4.0s> 4.0s
TBT
Total Blocking Time
30%≤ 200ms≤ 600ms> 600ms
CLS
Cumulative Layout Shift
25%≤ 0.1≤ 0.25> 0.25
Speed Index10%≤ 3.4s≤ 5.8s> 5.8s
Metric Descriptions
MetricWhat it measuresKey optimizations
FCPTime until first text or image is renderedEliminate render-blocking resources; preload critical fonts
LCPTime until the largest visible element is renderedOptimize hero images; use CDN; preload LCP resource
TBTSum of time the main thread is blocked (long tasks)Split long JS tasks; reduce third-party scripts; code splitting
CLSAmount of unexpected visual shiftsSet image dimensions; reserve ad space; avoid DOM insertions above fold
Speed IndexHow quickly content is visually populatedOptimize critical rendering path; reduce CSS; defer offscreen images
Score Ranges
ScoreColorCategory
90–100GreenGood
50–89OrangeNeeds Improvement
0–49RedPoor