Skip to content

A NodeJS script for analyzing the website performance using lighthouse.

License

Notifications You must be signed in to change notification settings

m-avagyan/website-performance-analyzer

Repository files navigation

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 <URL> -c <CATEGORIES> -f <FORMAT> - generating a new report for your website

Command Line Options

  • -u, --url <URL>: Specifies the URL of the website to analyze. (Required)
  • -c, --categories <CATEGORIES>: Defines the categories to analyze, separated by commas. Available categories include performance, accessibility, best-practices, and seo. (Optional, default: all categories)
  • -f, --format <FORMAT>: Sets the output format of the report. Options are html or json. (Optional, default: html)

License

MIT

About

A NodeJS script for analyzing the website performance using lighthouse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published