What problem does it solve?
This Skill enables developers and SEO specialists to run Lighthouse audits locally or within CI pipelines, helping them identify performance bottlenecks and ensure optimal website speed and accessibility.
Core Features & Use Cases
- Run Performance Audits: Execute Lighthouse scans on websites via CLI or Node API to evaluate speed, accessibility, and best practices.
- Set Performance Budgets: Define resource and timing limits to maintain site efficiency during development.
- Integrate with CI/CD: Automate performance testing in continuous integration workflows using GitHub Actions or LHCI.
- Generate Reports: Output detailed HTML or JSON reports for in-depth analysis and comparison between builds.
- Use Case: A developer wants to automatically test a staging site after each deployment to verify that performance scores meet predefined thresholds.
Quick Start
Install Lighthouse globally with npm, run an audit on a website, and save the report or check performance scores easily.