Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)