/perfpony

Performance Pony

Primary LanguageJavaScript

Performance Pony

Run performance reports for multiple URLs using Lighthouse.

Requirements

On Debian

$ sudo apt-get install chromium
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ sudo apt-get install nodejs

Usage

$ node perfpony path/to/urls.csv

where path/to/urls.csv is a path to a file with URLs to check (one per line or CSV).