---
title: "Lighthouse flagged an opportunity (perf/lighthouse-audit)"
description: "perf/lighthouse-audit: Lighthouse insights point at specific causes (unused JS, render-blocking requests, image delivery, third parties)."
canonical: https://void-design.vercel.app/rules/perf/lighthouse-audit
lastModified: 2026-09-16
---

# Lighthouse flagged an opportunity

`perf/lighthouse-audit` · severity **info** · category Performance · detected by `void perf` and `void audit`

## Why it matters

Lighthouse insights point at specific causes (unused JS, render-blocking requests, image delivery, third parties).

## How to fix it

Open the Lighthouse audit named in the evidence and apply its recommendation.

## 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-score-low` Lighthouse performance score is low — [perf/lighthouse-score-low](https://void-design.vercel.app/rules/perf/lighthouse-score-low)

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