Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-avagyan/website-performance-analyzer
A NodeJS script for analyzing the website performance using lighthouse.
https://github.com/m-avagyan/website-performance-analyzer
Last synced: about 2 months ago
JSON representation
A NodeJS script for analyzing the website performance using lighthouse.
- Host: GitHub
- URL: https://github.com/m-avagyan/website-performance-analyzer
- Owner: m-avagyan
- License: mit
- Created: 2024-04-27T19:33:25.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-27T20:35:35.000Z (8 months ago)
- Last Synced: 2024-04-28T20:31:54.248Z (8 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Website Performance Analyzer 🚀
A NodeJS script for analyzing the website performance using lighthouse.
---
### Getting Started
Installation
- `git clone https://github.com/m-avagyan/website-performance-analyzer.git`
- `cd website-performance-analyzer`
- `npm install`Execution
- `npm run analyze -- -u -c -f ` - generating a new report for your website
Command Line Options
- `-u, --url `: Specifies the URL of the website to analyze. (Required)
- `-c, --categories `: Defines the categories to analyze, separated by commas. Available categories include performance, accessibility, best-practices, and seo. (Optional, default: all categories)
- `-f, --format `: Sets the output format of the report. Options are html or json. (Optional, default: html)---
### License
[MIT](https://choosealicense.com/licenses/mit/)