Lighthouse CI (or LHCI
) is a Node.js-based server for the storage and review of Google Lighthouse
report data. The server saves historical Lighthouse data displays it in various dashboards and offers and in-depth build comparison UI to
uncover differences between CI builds. During CI we export the results to the LHCI
server using a component capable of exporting it to
LHCI
like the lighthouse-ci-action
or different tools like Unlighthouse.
# run the latest LHCI image
docker run -p 9000:9001 fmjstudios/lhci:latest
Refer to our documentation for contributors for contributing guidelines, commit message formats and versioning tips.
This project is owned and maintained by FMJ Studios refer to the AUTHORS
or CODEOWNERS
for more information.
- Assets provided by: Google Lighthouse
- Sources provided by: FMJ Studios under the GPL-3.0 License