https://github.com/samdutton/eperf
https://github.com/samdutton/eperf
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samdutton/eperf
- Owner: samdutton
- Created: 2018-12-17T16:20:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T11:09:50.000Z (over 7 years ago)
- Last Synced: 2025-02-01T06:27:49.379Z (about 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Run Lighthouse audits on multiple sites defined in the file _input.csv_.
Each line in _input.csv_ begins with a URL, optionally followed by other comma-separated data for the URL.
For example: `https://johnlewis.com,John Lewis,homepage`.
Results are written to _output.csv_ with one line per URL. Each line begins with audit scores for performance, PWA, accessibility, best practices and SEO, followed by the URL and then other data.
For example: `0.50,0.38,0.78,0.87,1,https://johnlewis.com,John Lewis,homepage`