Skip to content

Instantly share code, notes, and snippets.

@rupl
Created August 30, 2013 17:24
Show Gist options
  • Save rupl/6392257 to your computer and use it in GitHub Desktop.
Save rupl/6392257 to your computer and use it in GitHub Desktop.
reproducing differences between phantomjs/netsniff.js + node yslow versus phantomjs/yslow.js
chris-fk [~/src/pjs] 🌟 phantomjs ../phantomjs/examples/netsniff.js http://fourkitchens.com | yslow --format plain -i basic
size: 513.7K (513750 bytes)
overall score: B (89)
url: http://fourkitchens.com/
# of requests: 23
ruleset: ydefault
page load time: 724
chris-fk [~/src/pjs] 🌟 phantomjs yslow.js -i basic -f plain http://fourkitchens.com
size: 623.2K (623245 bytes)
overall score: B (88)
url: http://fourkitchens.com/
# of requests: 23
ruleset: ydefault
page load time: 1586
chris-fk [~/src/pjs] 🌟 phantomjs yslow.js -i basic -f plain http://fourkitchens.com
size: 623.2K (623245 bytes)
overall score: B (88)
url: http://fourkitchens.com/
# of requests: 23
ruleset: ydefault
page load time: 898
chris-fk [~/src/pjs] 🌟 phantomjs ../phantomjs/examples/netsniff.js http://fourkitchens.com | yslow --format plain -i basic
size: 513.7K (513750 bytes)
overall score: B (89)
url: http://fourkitchens.com/
# of requests: 23
ruleset: ydefault
page load time: 729
chris-fk [~/src/pjs]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment