lighthouse-parade icon indicating copy to clipboard operation
lighthouse-parade copied to clipboard

A Node.js command line tool that crawls a domain and gathers lighthouse performance data for every page.

Results 31 lighthouse-parade issues
Sort by recently updated
recently updated
newest added

Thanks for great tool! I ran into a problem during testing. Normalized score is `-1` sometimes. For example Overall Score and LCP here: ![image](https://user-images.githubusercontent.com/16641/101981233-9e4dd400-3c6b-11eb-8736-c4bda231f175.png) PageSpeed Insights works well for this...

It would be nice to have the ability to disable (specific) query parameters to be counted as separate pages. For example we use query parameters to show analytics where the...

We currently consume the CSV output from lighthouse-cli, which only includes normalized scores (0-1). For some metrics it would be nice to see the original value. If we eventually switch...

enhancement

https://github.com/cloudfour/lighthouse-parade/pull/45#discussion_r510261635 > I was thinking it would eventually be optimal if we could configure the crawler to only discover HTML pages. Just skip the assets entirely.

enhancement

Benefits of bundling all `dist/` files into one: - Smaller npm publish size - Possibility of inlining small dependencies, so users get faster `npm install` times - No need to...

Ex: ``` $ lighthouse-parade htts://www.baptistjax.com Created CSV file Starting the crawl... Crawled https://www.baptistjax.com/sitemap.xml [text/xml] (646288 bytes) Crawled https://www.baptistjax.com/ [text/html; charset=utf-8] (289135 bytes) Report is done for https://www.baptistjax.com/ Wrote report for...

question

Suggested by @Paul-Hebert: > It would be nice to be able to skip the first step (crawling for URLs) if you have a reliable sitemap.xml to speed things up. I...

enhancement

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.17 to 2.9.18. Changelog Sourced from vite's changelog. 2.9.18 (2024-03-24) fix: port #15653 to v2 (#15657) (1f855dc), closes #15653 #15657 fix: port #16250 to v2 (#16254) (011bbca),...

dependencies