Skip to content

Releases: sitespeedio/sitespeed.io

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

v33.2.0

12 Mar 06:31
Compare
Choose a tag to compare

Added

  • Updated to Browsertime 21.5.0 in #4103 also included changes released in 21.4.0.
    • Firefox:
      • Move injectJS functionality to Bidi #2088. This makes it possible to inject JS in Firefox on mobile.
      • Expose Bidi in commands #2091. You can now use webdriver bidi direct in your commands.
    • Fixed command action.clear() that actually didn't clear the command #2095.
    • Added the following trace categories for Chrome that now is used by default when you turn on the timeline: 'disabled-by-default-devtools.timeline.frame', 'disabled-by-default-devtools.timeline.invalidationTracking','loading', 'latencyInfo' - done in #2086.
    • Added a simple Loaf-script to get the 10 largest loaf. Lets iterate over the script and see how we can get the most useful information from it #2087.

v33.1.1...v33.2.0

v33.1.1

26 Feb 14:24
Compare
Choose a tag to compare

Fixed

  • Updateds to Browsertime 21.3.1 that has an updated version of the Chromedriver isntaller that fixes the bug installing on Windows #4096.

v33.1.0...v33.1.1

33.1.0

21 Feb 17:33
Compare
Choose a tag to compare

Added

v33.0.0

11 Feb 10:23
Compare
Choose a tag to compare

Announcement: In the next major release we will remove all support for WebPageTest. If you still plan to use WebPageTest you can probaly still use the plugin for a while if your WebPageTest installation works.

Breaking

This is a breaking change if you use the compare plugin and do not set an id (--compare.id) for your test.

  • If you auto generate the id for your compare test, this PR add browser, connectivity name and slug to the file name where the compare metrics is stored #4083.

Added

  • Updated to Browsertime 21.2.0 that adds a new way to stop your measureemnts if your navigation fails measure.stopAsError(failureMessage, optionalURL). Perfect to use in a try/catch.
  • Use darkmode for result HTML by adding --html.darkMode, thank you petemyron for PR #4081.

Fixed

  • Update co2.js to 0.14.2 #4074
  • More solid error handling if one page fail in scripting. This fixes so that the HTML for the rest of pages should be generated #4079.
  • Remove console.errors of errors (they have already been reported in the log) #4080.
  • Fix automatically switch to Throttle as engine on Mac and Linux if you add -c THROTTLING#4082.

v32.2.0

24 Jan 05:46
Compare
Choose a tag to compare

Added

  • Chrome and Chromedriver 121 in the Docker container #4069.
  • Browsertime 21.1.0 #4070.

v32.1.0...v32.2.0