sitespeedio / coach

Clear Eyes. Full Hearts. Can’t Lose.
MIT License
1.21k stars 64 forks source link

Different page size in Chrome & Firefox #45

Closed soulgalore closed 8 years ago

soulgalore commented 8 years ago

This is coming from the HAR files, could be a bug in snufkin or Browsertime, or Chrome/Firefox. Or could it be different DPI? Lets investigate.

 $ bin/webcoach.js -u https://en.wikipedia.org/wiki/Barack_Obama -b chrome

...
The page total transfer size is 3.8 MB, which is more than the limit 2 MB. That is really big and you should check what you can do to make it smaller. 

$ bin/webcoach.js -u https://en.wikipedia.org/wiki/Barack_Obama -b firefox
....
The page total transfer size is 2.1 MB, which is more than the limit 2 MB. That is really big and you should check what you can do to make it smaller.            
soulgalore commented 8 years ago

Fixed in BT and updated to latest version.