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
- Host: GitHub
- URL: https://github.com/kasparsd/perfpony
- Owner: kasparsd
- Created: 2017-10-03T14:07:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T14:35:09.000Z (about 8 years ago)
- Last Synced: 2025-03-24T07:05:15.764Z (7 months ago)
- Topics: chrome, chrome-headless, lighthouse, nodejs
- Language: JavaScript
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).