---
title: "Lighthouse performance score is low (perf/lighthouse-score-low)"
description: "perf/lighthouse-score-low: Lighthouse's simulated-throttling score is a deterministic cross-machine summary of load performance."
canonical: https://void-design.vercel.app/rules/perf/lighthouse-score-low
lastModified: 2026-09-16
---

# Lighthouse performance score is low

`perf/lighthouse-score-low` · severity **warn** · category Performance · detected by `void perf` and `void audit`

## Why it matters

Lighthouse's simulated-throttling score is a deterministic cross-machine summary of load performance.

## How to fix it

Work through the lab metrics and the Lighthouse opportunities listed with this report.

## References

- https://developer.chrome.com/docs/lighthouse/performance/performance-scoring

## More performance rules

`void perf` reports 25 rules in this category. Core Web Vitals and bytes: LCP, CLS, TBT, TTFB, JavaScript, CSS, fonts, images, caching and compression, measured as the median of several runs on a throttled mobile and a desktop profile.

- `images-missing-dimensions` Images without width/height or aspect-ratio — [perf/images-missing-dimensions](https://void-design.vercel.app/rules/perf/images-missing-dimensions)
- `render-blocking` Render-blocking resources delay first paint — [perf/render-blocking](https://void-design.vercel.app/rules/perf/render-blocking)
- `no-text-compression` Text resources are served uncompressed — [perf/no-text-compression](https://void-design.vercel.app/rules/perf/no-text-compression)
- `cache-headers` Hashed static assets are not cached long-term — [perf/cache-headers](https://void-design.vercel.app/rules/perf/cache-headers)
- `third-party-heavy` Heavy third-party footprint — [perf/third-party-heavy](https://void-design.vercel.app/rules/perf/third-party-heavy)
- `dom-size` DOM is very large — [perf/dom-size](https://void-design.vercel.app/rules/perf/dom-size)
- `bfcache-blocked` Page is not eligible for the back/forward cache — [perf/bfcache-blocked](https://void-design.vercel.app/rules/perf/bfcache-blocked)
- `lighthouse-audit` Lighthouse flagged an opportunity — [perf/lighthouse-audit](https://void-design.vercel.app/rules/perf/lighthouse-audit)

Detected by `void perf` and `void audit`. Explain it in a terminal: `void rules perf/lighthouse-score-low`
