lighthouse-parade
lighthouse-parade copied to clipboard
A Node.js command line tool that crawls a domain and gathers lighthouse performance data for every page.
[Chrome provides an API ](https://developer.chrome.com/docs/crux/api/)to query their "CrUX" data (Chrome Rel user experience data). This data shows the CWV scores for real logged in Chrome users. I'm currently using this...
We are working on a new big release! There are lots of changes, and I'm keeping track of them here: - [x] New CSV output writer (#111) - [x] Use...
User Flows is an upcoming lighthouse feature: https://github.com/GoogleChrome/lighthouse/blob/HEAD/docs/user-flows.md It would be cool to integrate it somehow. (found by: @Paul-Hebert)
Sometimes clients can have pretty long file names. Is it possible to expand the defaults? Currently I'm excluding it with --exclude-path-glob So often GET strings can get totally out of...
I wondered about ways to improve the Google template in the future. A Lighthouse Parade Template v2.1 could include conditional formatting. That's a really easy way to highlight which pages...
Rather than aggregatedMobileReport.csv (This is an aggregated report, but is it mobile?) Could the filename be something like: cloudfour.com-31-12-2022-lighthouse-parade.csv If a consistent filename was important, just create a symbolic link...
I assume it would be pretty trivial to collect other metrics, for instance accessibility, via Lighthouse Parade. Could that be something that is just enabled optionally from the command line?...
First off, this is a fantastic package. One thing I could really use for my project is an additional aggregatedDesktopReport alongside the existing aggregatedMobileReport. Is there a way to get...
Hey this is a cool tool. Here's a feature idea assuming you're open to it. Currently one can use: ``` --max-crawl-depth 2 ``` to get, say, index page + 1st...
Patrick M: > ...reach into the individual audits and pull out recommendations that repeat across the most pages for the highest site-wide impact items to work on