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.
I was running an audit and suddenly the audit got stuck with this error: > Error: Range ('Lighthouse Results'!A1001) exceeds grid limits. Max rows: 1000, max columns: 121 I manually...
I ran Lighthouse Parade with the `--output google-sheets` option. I stepped away from my computer because an audit can take hours. I forgot to disable my laptop's sleep feature. I...
Will the reports be affected if I'm doing something processor intensive while the report is running?
@calebeby When I ran a report recently, my laptop was chugging. It made me wonder if it was better to leave my laptop alone or if it was okay to...
This PR is not ready to be merged, but I wanted to be able to show the changes I made to get this working. The goal was to use Puppeteer...
## TODO - [ ] Create a `next` Google Sheets template - connect with @grigs as he may have the most up-to-date Google Sheets to use as the `next` starter...
A "working concept" of this feature can be found here: https://github.com/cloudfour/lighthouse-parade/pull/143/files Maybe something like: ``` npx lighthouse-parade --cookies ``` cookie file (JSON): ``` { "myCookie": "someValue" } ```
I'm noticing a considerable difference between the score from Lighthouse Parade and from any of the pages in Google Lighthouse. I'm not sure why they would be different. It definitely...
Hello ! Today, I tried to lighthouse parade this website : [https://monsieurcocorico.com/](https://monsieurcocorico.com/) The crawler found a lot of urls that doesn't exist on the website and the script keep trying...
Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...