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