googlechrome/lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 9th, 2026
Created on April 8th, 2019
Open Issues & Pull Requests: 234 (+0)
GitHub issues: Enabled
Number of forks: 716
Total Stargazers: 7,076 (+0)
Total Subscribers: 80 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 44
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 691 days
Stale 30+ days: 39
Stale 90+ days: 37

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (3)
  • P2 (2)
  • P1 (1)
  • needs-design (1)
  • needs-discussion (1)
  • needs-more-info (1)

Most active issues this week

Detailed Description

Lighthouse CI is a continuous integration tool that automates running Lighthouse audits for every commit, tracks results over time, and prevents performance regressions.

The tool solves the problem of maintaining web quality standards across development cycles by integrating Lighthouse audits directly into CI pipelines. It runs Lighthouse repeatedly to reduce variance, captures detailed reports alongside pull requests, and allows developers to compare metrics between versions to identify which resources have improved or regressed. The suite includes a server component for storing and retrieving historical audit data, enabling performance tracking and budget enforcement over time.

Teams should adopt this tool if they want automated performance and quality gates on every commit without manual setup overhead. It suits projects already using continuous integration systems like GitHub Actions, and it works across different site types including static site generators and traditional web applications. The README identifies related community projects including a GitHub Action wrapper that requires no infrastructure and a comparison action that generates markdown tables of differences, though it does not position the tool against other performance monitoring solutions.

The project maintains comprehensive documentation covering both newcomers unfamiliar with CI concepts and experienced developers integrating into existing workflows. Development activity shows consistent engagement with the codebase through regular updates and refinements to core functionality. The maintainers provide clear architectural documentation and troubleshooting resources, indicating attention to helping users understand and deploy the system successfully.