Skip to content

Releases: sitespeedio/sitespeed.io

v34.1.2

12 Jun 09:10
Compare
Choose a tag to compare

Fixed

  • Using --preWarmServer resulted in trying to use an Android phone to prewarm. Fixed in #4182.

v34.1.1...v34.1.2

v34.1.1

07 Jun 04:00
Compare
Choose a tag to compare

Fixed

  • Enabling extra profile run/video run didn't stop the Browsertime engine in the correct place. PR #4179 fixes that.

v34.1.0...v34.1.1

v34.1.0

06 Jun 07:33
Compare
Choose a tag to compare

Added

  • Add --enableVideoRun. You can use it together with --video false --visualMetrics true to do one extra run where the video is kept. This is useful for tests against replay proxies #4177.

v34.0.3...v34.1.0

v34.0.3

05 Jun 17:11
Compare
Choose a tag to compare

Fixed

  • Make sure extra options are passed on to S3 #4176.

v34.0.2...v34.0.3

v34.0.2

04 Jun 11:00
Compare
Choose a tag to compare

Fixed

  • Update to Pug 3.0.3 #4172.

v34.0.1...v34.0.2

v34.0.1

30 May 04:00
Compare
Choose a tag to compare

Fixed

  • The +1 container has updated to code to take care of if GPSI is missing metrics GPSI #56.

v34.0.0...v34.0.1

v34.0.0

29 May 12:00
Compare
Choose a tag to compare

Breaking

  • Woho! There's now a way to deploy your own version of sitespeed.io online for your own testing using [onlinetest)[https://github.com/sitespeedio/onlinetest]! It has a HTML GUI and an API that you can use using sitespeed.io command line. There's one server part (the frontend and the API) and a testrunner part. You can run desktop, emulated mobile and Android test. I do not host a global version but I worked hard to make it easy to host yourself. I still work on the documentation but feel free to start to try it out before all documentation is finished :) If you have quick question and need help, please use the Slack channel. If you have more complicated problems, please feel free to create issues here.

  • With this release we remove all dependencies to WebPageTest #4085. You are only affected if you used the plugin-webpagetest or the +webpagetest Docker container. If you still want to use WebPageTest with sitespeed.io you can build something on the archived plugin-webpagetest.

  • The S3 plugin has been upgraded to @aws-sdk/client-s3 v3 #4138. If you are using the S3 plugin and not set region, that will now fail. The v2 version of the aws-sdk used us-east-1 region as default, but v3 has removed the default setting. If you didn't used to set region you can add --s3.region us-east-1 and it will work as before. If you do not do that, the uploads to S3 will fail.

  • The -plus1 Docker container now has plugin-lighthouse and plugin-gpsi installed from npm instead of the git repository. It will work as before, but if you want to disable one of them, that has changed. To not run the GPSI plugin add --plugins.remove @sitespeed.io/plugin-gpsi and to disble Lighthouse you add --plugins.remove @sitespeed.io/plugin-lighthouse.

  • Updated to Browsertime 22. This version of Browsertime drops the Browsertime extension and start use the kind of new HAR exporter using Bidi as the default HAR exporter! If you add request headers to your Firefox test or clear the cache inside of your script using Firefox, this will stop to work for now until support is added in Firefox (request headers are coming soon!).

Added

  • Updated to Chrome 125, Firefox 126 and Edge 124 in the Docker container #4156.

Fixed

  • Fix loading globally installed plugins #4167.
  • Fix configurations documentation for scp, thank you Arash Hatam for #4166.

v33.6.0

17 Apr 09:40
Compare
Choose a tag to compare

Added

  • Updated to Chrome 124 and Firefox 125 in the Docker container #4142 and #4142.

Fixed

  • Add new tag: axeType for axe data in InfluxDB #4139. Before the fix there was no way to query some of the Axe data.

v33.5.0...v33.6.0

v33.4.0

20 Mar 14:25
Compare
Choose a tag to compare

Added

  • Chrome 123, Firefox 124 and Edge 122 in the Docker container #4114.
  • Browsertime 21.6.0 with updated Chrome/Edgedriver and a fix for runnin .stopAsError.

v33.3.0...v33.4.0

v33.3.0

16 Mar 13:01
Compare
Choose a tag to compare

Added

  • Show Long Animation frames (enabled in Chrome 123) #4180. Using the timeline/profiling is still best doing your tests but long animation frames can help you if you do not have it turned on or familiar with thart data in RUM. Please create an issue if you have any ideas on how we shoudl display the metrics/information!
  • Show CPU power consumption (when using Firefox) #4104. You can try it with: sitespeed.io -b firefox -n 1 --firefox.geckoProfiler --firefox.geckoProfilerParams.features "power" --firefox.powerConsumption https://www.sitespeed.io/

Fixed

v33.2.0...v33.3.0