LHCI
LHCI, short for Lighthouse CI, is an open-source suite of tools that enables running Lighthouse audits in continuous integration (CI) environments, storing the results, and tracking performance over time. It extends the Lighthouse tooling to automated workflows, allowing teams to verify performance budgets and detect regressions across builds.
The suite comprises a server component that hosts a results dashboard and a storage backend, and a
Usage typically involves configuring a CI job to execute collection against a set of URLs, optionally with
LHCI is part of the Lighthouse project ecosystem and is maintained as an open-source tool. It supports