Lighthouse performance score needs improvement — the fix
Google Lighthouse's overall performance score for this page (measured on mobile) is between 50 and 89 — the 'needs improvement' band. 90+ is good; under 50 is poor. The score is a weighted roll-up of load and responsiveness metrics including LCP, CLS, and TBT.
Where this fits: performance in SEO
Performance is both a ranking signal (Core Web Vitals) and a conversion multiplier. Google measures real-user loading (LCP), interactivity (INP), and visual stability (CLS) — and slow sites lose visitors before analytics even registers them. Most performance issues concentrate in a few repeat offenders: unoptimised images, render-blocking resources, and third-party scripts. Fixing the top three usually moves the needle more than fixing the next thirty.
Why lighthouse performance score needs improvement hurts your rankings
The performance score is the headline number Google's own tooling reports for a page. A middling score usually means one or two heavy assets or scripts rather than a broken page — cheap to fix, and each point moves both the Core Web Vitals assessment and conversion.
This is a medium-severity issue: individually modest, but it compounds — dozens of medium issues across hundreds of pages add up to a real quality deficit in how search engines assess the site.
How to fix it
Open the full PageSpeed Insights report and take the top two Opportunities: they are almost always oversized images and render-blocking or unused JavaScript. Fix any individual Core Web Vital flagged in this audit first.
Performance best practices
- Serve images in modern formats (WebP/AVIF), sized to their container, with explicit dimensions.
- Inline critical CSS and defer everything else; eliminate render-blocking third parties.
- Set far-future cache headers on static assets and an ETag on everything.
- Preload the fonts and hero image; font-display: swap to avoid invisible text.
- Measure with real-user Core Web Vitals, not just lab scores — Google ranks on field data.
The full library: SEO best practices, by category.
Frequently asked questions
What does "Lighthouse performance score needs improvement" mean?
Google Lighthouse's overall performance score for this page (measured on mobile) is between 50 and 89 — the 'needs improvement' band. 90+ is good; under 50 is poor. The score is a weighted roll-up of load and responsiveness metrics including LCP, CLS, and TBT.
Why does lighthouse performance score needs improvement matter for SEO?
The performance score is the headline number Google's own tooling reports for a page. A middling score usually means one or two heavy assets or scripts rather than a broken page — cheap to fix, and each point moves both the Core Web Vitals assessment and conversion.
How do I fix lighthouse performance score needs improvement?
Open the full PageSpeed Insights report and take the top two Opportunities: they are almost always oversized images and render-blocking or unused JavaScript. Fix any individual Core Web Vital flagged in this audit first.
How serious is this issue?
This is a medium-severity issue: individually modest, but it compounds — dozens of medium issues across hundreds of pages add up to a real quality deficit in how search engines assess the site. It belongs to the performance family of checks.
How do I find every page affected by this on my site?
Run a free Dr Urls audit: it crawls your site, detects lighthouse performance score needs improvement on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.
Does your site have this issue?
A free Dr Urls audit crawls your site, finds every page affected by lighthouse performance score needs improvement, and hands you a ready-made fix task.
Check my site free