github sitespeedio/sitespeed.io v2.5
Sitespeed.io 2.5

latest releases: v33.6.0, v33.5.0, v33.4.0...
10 years ago

This release contains two things: You can now fetch timings using multiple browsers for one run and (hopefully) all errors that can happen are logged to the error.log. The last one will make it easier to report issues and fix them.

The parameters for fetching timing metrics through the browser have changed; use the c parameter to choose browser and z how many runs per page. It looks like this now (analyze http://www.sitespeed.io fetch timings using Chrome and test each page ten times):

bin/sitespeed.io -u http://www.sitespeed.io -c chrome -z 10

Or fetching using both Chrome & Firefox:

bin/sitespeed.io -u http://www.sitespeed.io -c chrome,firefox -z 10

The changes

  • Better error handling: Log all errors to the error log file and #334 and make sure one page error will not break the whole test #329
  • Test in multiple browsers in one run #341

http://www.sitespeed.io/documentation/

Don't miss a new sitespeed.io release

NewReleases is sending notifications on new releases.