Skip to content

Instantly share code, notes, and snippets.

@hofmannsven
Last active October 3, 2016 11:31
Show Gist options
  • Select an option

  • Save hofmannsven/2c449efcc8f26d2cf446 to your computer and use it in GitHub Desktop.

Select an option

Save hofmannsven/2c449efcc8f26d2cf446 to your computer and use it in GitHub Desktop.
Notes on CLI web performance metrics collectors and monitoring tools.

CLI Web Performance Tools

TMI (Too Many Images)

Website: https://github.com/addyosmani/tmi

Install

sudo npm install --global tmi

Usage

tmi hofmannsven.com

Phantomas CLI

Website: http://macbre.github.io/phantomas/

Install

sudo npm install --global phantomas

Usage

phantomas --url https://hofmannsven.com

PageSpeed Insights CLI

Website: https://developers.google.com/speed/docs/insights/v1/getting_started

Install

sudo npm install --global psi

Usage

Desktop: psi https://hofmannsven.com

Mobile: psi https://hofmannsven.com --strategy=mobile

Grunt PageSpeed CLI

Website: https://www.npmjs.org/package/grunt-pagespeed

Install

sudo npm install grunt-pagespeed --save-dev

Lighthouse

Website: https://github.com/GoogleChrome/lighthouse

YSlow

Website: http://yslow.org/

@hofmannsven
Copy link
Author

Thanks for keeping the web fast <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment