Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project list using lighthouse: lightmon #9701

Closed
LarsKumbier opened this issue Sep 19, 2019 · 3 comments · Fixed by #9716
Closed

Project list using lighthouse: lightmon #9701

LarsKumbier opened this issue Sep 19, 2019 · 3 comments · Fixed by #9716

Comments

@LarsKumbier
Copy link
Contributor

LarsKumbier commented Sep 19, 2019

Hi there,
we've been working with one of our clients on continuous monitoring of their web performance and build a tool for that called Lighthouse Monitor (or lightmon for short). It features

  • running lighthouse against a set of URLs with a set of presets (e.g. desktop, smartphone on fast connection, smartphone on slow connection),
  • distributing the results to different places (e.g. prometheus feeding graphana or chatbots),
  • saving the complete reports (including all traces),
  • a webpage to compare any two saved reports with each other side-by-side, and
  • automatic cleanup of saved data (e.g. to reduce the number of reports from hourly to daily or from daily to weekly after a specific timespan)

Lightmon can perform evaluations in parallel by sharding the data across different worker nodes (instead of the internal parallel option, which we found often skews the results) and therefore and has been running at Verivox for about a year now.

@paulirish
Copy link
Member

That sounds pretty incredible.

Ah this is it, yes? https://github.com/Verivox/lighthouse-monitor

@LarsKumbier
Copy link
Contributor Author

...I knew I forgot some important point. 😂
yes, that one. Would you add it to the mainpage? I'd like to get some momentum going with it, think it helps companies with bringing web performance more in focus.

@connorjclark
Copy link
Collaborator

neat. feel free to open a PR adding your project to the readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants