frontend-tooling / cli
Lighthouse
Capability: Lighthouse
Use it when
- audit repeatable web performance and accessibility metrics
- set CI budgets for page regressions
What it solves
Not the fit when
- lab measurements do not replace real-user monitoring
Install
npm install --global lighthouse
Invoke
Run `lighthouse URL --output=json --output-path=report.json`, then enforce selected performance, accessibility, and best-practice budgets in CI.
Alternatives
No reviewed alternatives recorded yet.