Skip to content

Releases: sitespeedio/browsertime

v4.5.1

22 Mar 14:21
Compare
Choose a tag to compare

-Fixed broken getting Visual Metrics and navigating by clicking on links on Android (#803) 3a9e799

v4.5.0...v4.5.1

v4.5.0

19 Mar 10:23
Compare
Choose a tag to compare

v4.4.9...v4.5.0

v4.4.9

12 Mar 22:54
Compare
Choose a tag to compare

v4.4.8...v4.4.9

v4.4.8

04 Mar 22:31
Compare
Choose a tag to compare

Fixed:

  • Delay only worked when iterations > 2 and did not delay the last two runs (#784) 1fe067c
  • Add padding to video when using width/height not divisible by 2. Resolves #565 (#790) 92fe226

v4.4.7...v4.4.8

Browsertime v0.8.21

31 Jan 12:22
Compare
Choose a tag to compare

Updated to the stable 2.0.0 of BrowserMobProxy.

Browsetime 0.6

05 Feb 18:57
Compare
Choose a tag to compare

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

08 Jan 23:14
Compare
Choose a tag to compare

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

14 Nov 23:57
Compare
Choose a tag to compare

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

09 Nov 17:23
Compare
Choose a tag to compare
  • 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

08 Nov 20:35
Compare
Choose a tag to compare
  • 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