sven
9/19/2014 - 8:50 AM

Notes on CLI web performance metrics collectors and monitoring tools.

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/