An open API service indexing awesome lists of open source software.

https://github.com/kasparsd/perfpony

Performance Pony
https://github.com/kasparsd/perfpony

chrome chrome-headless lighthouse nodejs

Last synced: 6 months ago
JSON representation

Performance Pony

Awesome Lists containing this project

README

          

# Performance Pony

Run performance reports for multiple URLs using [Lighthouse](https://github.com/GoogleChrome/lighthouse).

## Requirements

- [Chromium](https://www.chromium.org) (version 59 or later which supports the [headless mode](https://developers.google.com/web/updates/2017/04/headless-chrome))
- [Node.js](https://nodejs.org)

### 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).