2.0.4 • Published 9 years ago

node-gtmetrix v2.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

node-gtmetrix

test the speed and performance of your site, based on https://gtmetrix.com/

Version depend

install

npm install -g node-gtmetrix

usage

Usage: gtmetrix [options]

  Test local site performance and show the result in the browser or a pdf file

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -r, --remote <url>       will test the given [url]
    -p, --port [port]        will test http://localhost:[port]
    -d, --dir [dirname]      will serve from [dirname] as a http root path and do test
    -b, --browser            show the reporter in default browser
    -f, --pdf [output_path]  download and save the reporter pdf file to [output_path] and open it acquiescently
    -n, --no-open            do not open browser or pdf automatically, used with option '-p'

example

  • gtmetrix -r https://google.com -f perf_google // will test google.com and save the report as a pdf file to ./pref_google
  • gtmetrix -d public -b // will start a http server at public directory and show the report in browser
  • gtmetrix -p 8080 -fn // will test http://127.0.0.1:8080 and just download the report pdf file to current path

license

MIT

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.2

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago