Releases: sitespeedio/browsertime
Releases · sitespeedio/browsertime
v4.5.1
v4.5.0
v4.4.9
v4.4.8
Browsertime v0.8.21
Updated to the stable 2.0.0 of BrowserMobProxy.
Browsetime 0.6
Changes for 0.6:
- Fix crash while trying to run resource timing measurements in Firefox.
- Provide better error messages if chromedriver, IEDriverServer or Firefox is missing.
- Upgraded to latest version of Selenium, for (hopefully) increased stability in the interaction with browsers.
- Suppress chromedriver diagnostics output (Starting ChromeDriver...) when running Chrome
- Add --verbose and --debug option for getting additional information printed as Browsertime runs.
Browsertime 0.5
Changes for 0.5:
- Windows support - Browsertime now ships with a bat file, and Internet Explorer has been confirmed to work.
- Collect resource timing metrics (http://www.w3.org/TR/resource-timing/), included when outputting all metrics using
the --raw option. - Add support for specifying http proxy, using a new --proxyHost option.
- Updated maven groupId and Java package name to use net.browsertime instead of com.soulgalore. This does not affect
users of the command line tool, only programmers embedding the browsertime jar in other tools. - Added ignore zoom settings for Internet Explorer and type for msFirstPaint
- Include browserTimeVersion entry in static page data.
Browsertime 0.4
Changes for 0.4:
- User Timing marks and measures should now be compatible with Firefox 25. Custom user marks are also converted to "synthetic" measures, with duration as time from the navigationStart event. This way user marks are also included in statistics.
Browsertime 0.3
- Added frontEndTime (responseEnd & loadEventStart) & backEndTime (navigationStart, responseStart) measurements to make it cleaner when comparing.
- Collect page data (browser version etc.) on first timing run. This reduces the number of times the browser is
launched, making Browsertime run faster. - Added -t option to set timeout value when loading urls (default remains 60 seconds).
- Created packages as zip and tar.gz that includes a shell script to run Browsertime, all jars, README, and CHANGELOG.
Browsertime 0.2
- Add --raw flag to control if data for individual runs is included in output.
The default is to not include run data. NOTE - this is a change in the default
output from 0.1. - Add optional --compact flag to disable pretty printing of xml and json.
- Update format of xml/json (NOTE - incompatible changes from 0.1)
- all metrics and statistics are now floating point numbers
- numbers in json output are now represented as strings (surrounded by quotes). This is an
unfortunate side-effect of avoiding printing numbers in scientific notation. - time property of marks and measurements have been renamed startTime
- measurements and statistics are now sorted according to start time.
- Changed max wait time for the Selenium driver from 30 s to 60 s
- Updated org.seleniumhq.selenium:selenium-java from 2.35.0 to 2.37.1
- Fix for Firefox 25 that added toJson in window.performance.timings