yslownetsniff
v0.1.4
Published
Use phantomjs netsniff example to load a web page and extract a HAR file, then process that HAR file with YSlow
Downloads
5
Readme
YSlowNetSniff
Use (PhantomJs) NetSniff.js to build a har file then process with YSlow
Installation
npm install yslownetsniff
or npm install -g yslownetsniff
Usage
node_modules/.bin/yslownetsniff http://www.somewebsite.com
or yslownetsniff http://www.somewebsite.com
Usage as a module
require('yslownetsniff').run('http://somewebsite.com', function(result) { console.log(result); });
From source
Installation
git clone [email protected]:furybyname/yslownetsniff.git
cd yslownetsniff
npm install
grunt coffee
Usage
node bin/yslownetsniff http://somewebsite.com