sitespeed.io 37.8.0 → 37.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
 
2
2
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
3
3
 
4
+ ## 37.9.0 - 2025-06-30
5
+ ### Added
6
+ * Updated Docker containers to include Chrome/Edge 138, Firefox 140. Edgedriver and Chromedriver 138. Browsertime 24.9.0. [#452](https://github.com/sitespeedio/sitespeed.io/pull/4528) and [#4530](https://github.com/sitespeedio/sitespeed.io/pull/4530).
7
+
4
8
  ## 37.8.0 - 2025-06-01
5
9
  ### Added
6
10
  * Updated to Browsertime 24.8.0 and then 24.8.1 with Chromedriver 137, Edgedriver 137 and [a couple of fixes and new commands](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2480---2025-05-30) in [4524](https://github.com/sitespeedio/sitespeed.io/pull/4524) and [#4525](https://github.com/sitespeedio/sitespeed.io/pull/4525).
@@ -23,7 +27,7 @@
23
27
 
24
28
  ## 37.5.0 - 2025-04-30
25
29
  ### Added
26
- * Upgraded to Firefox 138 and Chrome 136 in the Docker container [#4507](https://github.com/sitespeedio/sitespeed.io/pull/4507).
30
+ * Upgraded to Firefox 138 and Chrome 136 in the Docker container [#4507](https://github.com/sitespeedio/sitespeed.io/pull/4507).
27
31
 
28
32
  ### Fixed
29
33
  * Updated to latest Browsertime with a fix for Firefox 138 [#4506](https://github.com/sitespeedio/sitespeed.io/pull/4506).
@@ -230,7 +234,7 @@ This release contains a couple of breaking changes. Please read the breaking sec
230
234
  * Update dev dependencies [#4345](https://github.com/sitespeedio/sitespeed.io/pull/4345).
231
235
  * Let analysisstorer know about webpagereplay so that correct information is displayed [#4349](https://github.com/sitespeedio/sitespeed.io/pull/4349).
232
236
  * Pass on webpagereplay flag to browsertime [#4350](https://github.com/sitespeedio/sitespeed.io/pull/4350).
233
- * Update to Browsertime 23.5.0 [#4351](https://github.com/sitespeedio/sitespeed.io/pull/4351)
237
+ * Update to Browsertime 23.5.0 [#4351](https://github.com/sitespeedio/sitespeed.io/pull/4351)
234
238
 
235
239
  ## 35.7.4 - 2024-12-20
236
240
  ### Fixed
@@ -251,7 +255,7 @@ This release contains a couple of breaking changes. Please read the breaking sec
251
255
  * Make sure Firefox displays power consumption in mWH [#4334](https://github.com/sitespeedio/sitespeed.io/pull/4334).
252
256
 
253
257
  ## 35.7.0 - 2024-11-30
254
- ### Added
258
+ ### Added
255
259
  * Firefox 133 in the Docker container [#4327](https://github.com/sitespeedio/sitespeed.io/pull/4327).
256
260
 
257
261
  ### Fixed
@@ -289,7 +293,7 @@ Andy Davies](https://github.com/andydavies) and the cool [https://github.com/and
289
293
 
290
294
  ## 35.3.0 - 2024-10-20
291
295
  ### Added
292
- * Update to Chrome 130 in the Docker container [#4299](https://github.com/sitespeedio/sitespeed.io/pull/4299).
296
+ * Update to Chrome 130 in the Docker container [#4299](https://github.com/sitespeedio/sitespeed.io/pull/4299).
293
297
  * Updated to Browsertime [23.2.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2320---2024-10-20) that has a fix for installting Geckodriver on ARM containers [#4303](https://github.com/sitespeedio/sitespeed.io/pull/4303).
294
298
  * Updated Chromium from 107 to 130 in the ARM Docker container. This was possible by using the Chromium built by Microsoft (M$) in Playwright [#4304](https://github.com/sitespeedio/sitespeed.io/pull/4304).
295
299
 
@@ -496,7 +500,7 @@ From this release we release a new Docker container with the major version tag!
496
500
  ### Breaking
497
501
 
498
502
  * 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](https://join.slack.com/t/sitespeedio/shared_invite/zt-296jzr7qs-d6DId2KpEnMPJSQ8_R~WFw). If you have more complicated problems, please feel free to create issues [here](https://github.com/sitespeedio/onlinetest/issues/new).
499
-
503
+
500
504
  * With this release we remove all dependencies to WebPageTest [#4085](https://github.com/sitespeedio/sitespeed.io/pull/4085). You are only affected if you used the [plugin-webpagetest](https://github.com/sitespeedio/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](https://github.com/sitespeedio/plugin-webpagetest).
501
505
 
502
506
  * The S3 plugin has been upgraded to @aws-sdk/client-s3 v3 [#4138](https://github.com/sitespeedio/sitespeed.io/pull/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. With v3 your `endpoint` need to start with http/https.
@@ -515,7 +519,7 @@ From this release we release a new Docker container with the major version tag!
515
519
 
516
520
  ## 33.6.1 - 2024-05-13
517
521
  ### Fixed
518
- * The plus1 container was updated with the latest version of the gpsi-plugin, since the old version broke when GPSI was updated to Lighthouse 12.
522
+ * The plus1 container was updated with the latest version of the gpsi-plugin, since the old version broke when GPSI was updated to Lighthouse 12.
519
523
 
520
524
  ## 33.6.0 - 2024-04-17
521
525
  ### Added
@@ -557,7 +561,7 @@ From this release we release a new Docker container with the major version tag!
557
561
  ## 33.2.0 - 2024-03-12
558
562
  ### Added
559
563
  * Updated to Browsertime 21.5.0 in [#4103](https://github.com/sitespeedio/sitespeed.io/pull/4103) also included changes released in 21.4.0.
560
- * Firefox:
564
+ * Firefox:
561
565
  * Move injectJS functionality to Bidi [#2088](https://github.com/sitespeedio/browsertime/pull/2088). This makes it possible to inject JS in Firefox on mobile.
562
566
  * Expose Bidi in commands [#2091](https://github.com/sitespeedio/browsertime/pull/2091). You can now use webdriver bidi direct in your commands.
563
567
  * Fixed command action.clear() that actually didn't clear the command [#2095](https://github.com/sitespeedio/browsertime/pull/2095).
@@ -571,7 +575,7 @@ From this release we release a new Docker container with the major version tag!
571
575
  ## 33.1.0 - 2024-02-21
572
576
  ### Added
573
577
  * Firefox 123 and Chrome 122 in the Docker container [#4090](https://github.com/sitespeedio/sitespeed.io/pull/4090) and [#4089](https://github.com/sitespeedio/sitespeed.io/pull/4089).
574
- * Chromedriver 122 and Edgedriver 121
578
+ * Chromedriver 122 and Edgedriver 121
575
579
  * [Browsertime 21.3.0](https://github.com/sitespeedio/sitespeed.io/pull/4091).
576
580
 
577
581
  ## 33.0.0 - 2024-02-11
@@ -636,8 +640,8 @@ The new version of Browsertime also adds code completion/IntelliSense support. R
636
640
  * @param {import('browsertime').BrowsertimeContext} context
637
641
  * @param {import('browsertime').BrowsertimeCommands} commands
638
642
  */
639
- export default async function (context, commands) {
640
-
643
+ export default async function (context, commands) {
644
+
641
645
  };
642
646
  ```
643
647
 
@@ -677,7 +681,7 @@ export default async function (context, commands) {
677
681
  ### Fixed
678
682
  * Moved functionality from co2 to sitespeed.io see [#4034](https://github.com/sitespeedio/sitespeed.io/pull/4034).
679
683
 
680
- ### Added
684
+ ### Added
681
685
  * Upgraded the Docker container to use Firefox 121 [#4033](https://github.com/sitespeedio/sitespeed.io/pull/4033).
682
686
  * Updated to [Browsertime 19.3.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1931---2023-12-18) [#4031](https://github.com/sitespeedio/sitespeed.io/pull/4031).
683
687
 
@@ -703,7 +707,7 @@ export default async function (context, commands) {
703
707
 
704
708
  ## 30.7.0 - 2023-11-30
705
709
  ### Added
706
- * Show Axe individual issues on the page summary (not only on each individual run) [#4019](https://github.com/sitespeedio/sitespeed.io/pull/4019). Thank you [shaqb](https://github.com/shaqb) for pointing that out. The total number of issues is also sent to Graphite under *statistics.axe.violationIssues*.
710
+ * Show Axe individual issues on the page summary (not only on each individual run) [#4019](https://github.com/sitespeedio/sitespeed.io/pull/4019). Thank you [shaqb](https://github.com/shaqb) for pointing that out. The total number of issues is also sent to Graphite under *statistics.axe.violationIssues*.
707
711
 
708
712
  ## 30.6.0 - 2023-11-29
709
713
 
@@ -776,7 +780,7 @@ export default async function (context, commands) {
776
780
  * Updated Browsertime to 17.18.0:
777
781
  * Updated to Chromedriver 119 [#2003](https://github.com/sitespeedio/browsertime/pull/2003). 119 works with both Chrome 118 and 119 so it fixes [#1197](https://github.com/sitespeedio/browsertime/issues/1997).
778
782
  * Add support for network idle method to know when to end a test that uses network logs. Uses Bidi for Firefox and CDP for Chrome to listen on network events to know when to end a test. By default 5 seconds idle network time ends a tests (you could have network responses that hasn't arrived yet) [#1960](https://github.com/sitespeedio/browsertime/pull/1960). Potentially this can help SPA users or users where the page uses iframes. You can try it out by adding `--browsertime.pageCompleteCheckNetworkIdle true` to your command line. This is still some work in progress but feel free to try ut out.
779
- * The resources script now collects number of resources served from the browser cashe for browser that supports that through the resource timing API [#1998](https://github.com/sitespeedio/browsertime/pull/1998)
783
+ * The resources script now collects number of resources served from the browser cashe for browser that supports that through the resource timing API [#1998](https://github.com/sitespeedio/browsertime/pull/1998)
780
784
  * Make sure timer always is cleared. There was case of where we do a rase beteween a promise and a timeout where the timeout timer wasn't cleared/removed [#2005](https://github.com/sitespeedio/browsertime/pull/2005).
781
785
  * Better way to get the url when you use GeckoProfiler.stop for Firefox, thank you [Nazım Can Altınova](https://github.com/canova) for PR [#1999](https://github.com/sitespeedio/browsertime/pull/1999)
782
786
 
@@ -792,7 +796,7 @@ export default async function (context, commands) {
792
796
  ## 29.7.0 - 2023-09-27
793
797
  ### Added
794
798
  * Updated Firefox to 118 in the Docker container [#3968](https://github.com/sitespeedio/sitespeed.io/pull/3968).
795
- * Users of the +1 container will have Lighthouse version 11.1.0.
799
+ * Users of the +1 container will have Lighthouse version 11.1.0.
796
800
 
797
801
  ## 29.6.0 - 2023-09-22
798
802
  ### Added
@@ -920,7 +924,7 @@ The changes where done in [#3888](https://github.com/sitespeedio/sitespeed.io/pu
920
924
  ## 27.6.5 - 2023-05-26
921
925
  ### Fixed
922
926
  * Bumped Browsertime with a fix for host-resolver-rules, thank you [Mikhail](https://github.com/atuchin-m) for PR [#1953](https://github.com/sitespeedio/browsertime/pull/1953).
923
- * Hopefully fixed the broken manifest file for the Docker containers by updating the Docker build actions to latest versions and added provenance: false.
927
+ * Hopefully fixed the broken manifest file for the Docker containers by updating the Docker build actions to latest versions and added provenance: false.
924
928
 
925
929
  ## 27.6.4 - 2023-05-20
926
930
  ### Fixed
@@ -954,7 +958,7 @@ The changes where done in [#3888](https://github.com/sitespeedio/sitespeed.io/pu
954
958
  * Another fix for storing result data as JSON.
955
959
 
956
960
  ## 27.5.0 - 2023-05-03
957
- ### Added
961
+ ### Added
958
962
  * Use Chrome 113 in the Docker container.
959
963
 
960
964
  ### Fixed
@@ -989,7 +993,7 @@ The changes where done in [#3888](https://github.com/sitespeedio/sitespeed.io/pu
989
993
  * Increased the default wait time from 2 to 5 seconds when a element a clicked and the page complete check runs [#1931](https://github.com/sitespeedio/browsertime/pull/1931)
990
994
  * Upgraded to Chromedriver 112 [#1932](https://github.com/sitespeedio/browsertime/pull/1932).
991
995
  * If you use `--headless` Chrome will use the new headless switch [#1933](https://github.com/sitespeedio/browsertime/pull/1933).
992
- * The plugin-lighthouse uses Lighthouse 10.1.0 and --headless=new
996
+ * The plugin-lighthouse uses Lighthouse 10.1.0 and --headless=new
993
997
 
994
998
  ## 27.0.0 - 2023-04-04
995
999
 
@@ -1001,7 +1005,7 @@ There's been many additions to Browsertime the last months and I'll update the C
1001
1005
  The project was transitioned to a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) both Browsertime [#1859](https://github.com/sitespeedio/browsertime/pull/1859) and sitespeed.io [#3769](https://github.com/sitespeedio/sitespeed.io/pull/3769). That allow us to stay uptodate with dependencies. This is important for us and will make the project easier to maintain.
1002
1006
 
1003
1007
  #### CLI users
1004
- If you are a command line user and use [scripting](https://www.sitespeed.io/documentation/sitespeed.io/scripting/), you will need to do a change to your scripts or add some extra configuration.
1008
+ If you are a command line user and use [scripting](https://www.sitespeed.io/documentation/sitespeed.io/scripting/), you will need to do a change to your scripts or add some extra configuration.
1005
1009
 
1006
1010
  **The quick fix**: Rename your *.js* scripting files to *.cjs* that way NodeJS will treat your file as a common JS file and everything will just work. For example if you have a file names `login.js` you can rename that to `login.cjs` and make sure you load that new file. Then sitespeed.io 27.0.0 will just work as before.
1007
1011
 
@@ -1021,14 +1025,14 @@ export default async function (context, commands) {
1021
1025
  }
1022
1026
  ```
1023
1027
 
1024
- If you have more complicated scripts, follow the [ESM package guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
1028
+ If you have more complicated scripts, follow the [ESM package guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
1025
1029
 
1026
1030
  Then rename your file to be named *.mjs. If your file is named `collect.js` change it to `collect.mjs`. This is the best fix and will work 100% of the time. That way NodeJS will know that you are using the ESM standard. You can read more in [how NodeJs choose to load files](https://nodejs.org/docs/latest-v18.x/api/packages.html#determining-module-system).
1027
1031
 
1028
1032
 
1029
1033
  **Another quick fix alternative**: As a last alternative add `--browsertime.cjs` as a parameter to your test. That way the scripting file will be treated as a commonjs file. This is a hack, so to make sure it works, the user that runs Browsertime need to have write privileges to the folder where you have your scripting files. Browsertime will create a package.json file on the same levels as your script file. If you already have a package.json there, it will be overwritten.
1030
1034
 
1031
- #### Non cli users
1035
+ #### Non cli users
1032
1036
  Documentation coming soon.
1033
1037
 
1034
1038
  Read [Sindre Sorhus Pure ESM package guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) on how you can move your project.
@@ -1043,7 +1047,7 @@ If you run sitespeed.io direct using NodeJs (and not using Docker) you need to i
1043
1047
 
1044
1048
  ```python -m pip install --user OpenCV-Python Numpy```
1045
1049
 
1046
- If you still want to use ImageMagick you can do that by setting ```browsertime.visualMetricsPortable false```
1050
+ If you still want to use ImageMagick you can do that by setting ```browsertime.visualMetricsPortable false```
1047
1051
 
1048
1052
 
1049
1053
  ### Fixed
@@ -1052,17 +1056,17 @@ If you still want to use ImageMagick you can do that by setting ```browsertime.v
1052
1056
  ### Added
1053
1057
  * [A lot of things has happened](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md) in Browsertime:
1054
1058
  * There's a new better way to get the HAR from Firefox using WebDriver BiDi network events. Thank you Julian Descottes and others at Mozilla that made this happen! With the new version we hope to see less overhead getting the HAR + it works on Firefox on Android #1918. You can turn it on with --browsertime.firefox.bidihar.
1055
- * Updated to Geckodriver 0.33
1056
- * Fixed the interaction to next paint error message that started to appear in latest Chrome
1057
- * Safer check for getting last meaningful paint
1059
+ * Updated to Geckodriver 0.33
1060
+ * Fixed the interaction to next paint error message that started to appear in latest Chrome
1061
+ * Safer check for getting last meaningful paint
1058
1062
  * Log the CPU benchmark metric to the console. This is useful (at least for me) when debugging instances with a lot of instability.
1059
1063
  * In Chrome 111 some metrics become more instable when running on host with limited CPU. This change also exists in 112 beta. However we where missing out on a couple of command line magic to disable features in Chrome.
1060
1064
  * On Linux you can use taskset to assing FFMPEG to specific CPUs using --videoParams.taskset "0,5,7,9-11" . It will start FFMPEG with taskset -c <CPUS> to pin FFMPG to specific CPU(s). Specify a numerical list of processors. The list may contain multiple items, separated by comma, and ranges. For example, "0,5,7,9-11". Use it together with isolcpus.
1061
1065
  * If you use a rooted Samsung A51 you can now choose the CPU speed (min/middle/max) using --android.pinCPUSpeed min|middle|max
1062
1066
  * Expose chrome-remote-interface client to scripting. This makes it so much easier to run whatever CDP command. Get the raw version `commands.cdp.getRawClient()`.
1063
- * Pin CPU freq to fastest for Samsung A51 (if you have a rooted device)
1067
+ * Pin CPU freq to fastest for Samsung A51 (if you have a rooted device)
1064
1068
  * Updated to Chrome 111, Firefox 111 and Edge 111 in the Docker container.
1065
- * The Lighthouse plugin has been updated to Lighthouse 10.
1069
+ * The Lighthouse plugin has been updated to Lighthouse 10.
1066
1070
  * Support for InfluxDb 2, thank you [Damien-Ar](https://github.com/Damien-Ar) for PR [#3711](https://github.com/sitespeedio/sitespeed.io/pull/3711) and [Roman Voitseshevsky](https://github.com/boitcex) for adding tests in [#3790](https://github.com/sitespeedio/sitespeed.io/pull/3790).
1067
1071
  ## 26.1.0 - 2022-10-21
1068
1072
  ### Added
@@ -1147,7 +1151,7 @@ https://github.com/sitespeedio/sitespeed.io/pull/3715).
1147
1151
  * Updated Browsertime to 16.14.1 that adds a guard for null values in rsd (this fixes the warning logs happening in 25.8.0).
1148
1152
  ## 25.8.0 - 2022-08-26
1149
1153
  ### Added
1150
- * Updated to [Browsertime 16.14.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16140---2022-08-26). that collects relative standard deviation for metrics and the number of processes that runs on the server when you start a test.
1154
+ * Updated to [Browsertime 16.14.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16140---2022-08-26). that collects relative standard deviation for metrics and the number of processes that runs on the server when you start a test.
1151
1155
  ## 25.7.3 - 2022-08-17
1152
1156
  ### Fixed
1153
1157
  * Upgraded to [Browsertime 16.13.3](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16133---2022-08-17) that fixes a bug when setting cookies when navigating in Chrome/Edge when using scripting.
@@ -1171,7 +1175,7 @@ https://github.com/sitespeedio/sitespeed.io/pull/3715).
1171
1175
  ### Added
1172
1176
  * Updated to Firefox 103 in the Docker container.
1173
1177
  * The +1 container uses Lighthouse 9.6.4.
1174
- * Removed videojs and use plain video element to display the video [#3697](https://github.com/sitespeedio/sitespeed.io/pull/3697). This makes the result pages cleaner.
1178
+ * Removed videojs and use plain video element to display the video [#3697](https://github.com/sitespeedio/sitespeed.io/pull/3697). This makes the result pages cleaner.
1175
1179
 
1176
1180
  ### Fixed
1177
1181
  * Fixed error message when you run Axe and analysisstorer at the same time [#3703](https://github.com/sitespeedio/sitespeed.io/pull/3703).
@@ -1217,7 +1221,7 @@ https://github.com/sitespeedio/sitespeed.io/pull/3715).
1217
1221
  * Bug fix for adding custom CSS from plugins, than you [Josh Duncan](https://github.com/josh-lr) for PR [#3679](https://github.com/sitespeedio/sitespeed.io/pull/3679).
1218
1222
 
1219
1223
  ## 25.2.0 - 2022-06-22
1220
- ### Added
1224
+ ### Added
1221
1225
  * Updated the Docker container to use Chrome 103.
1222
1226
 
1223
1227
  ## 25.1.1 - 2022-06-20
@@ -1228,7 +1232,7 @@ https://github.com/sitespeedio/sitespeed.io/pull/3715).
1228
1232
  * Updated Browsertime to [16.9.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1690---2022-06-15) with the following changes:
1229
1233
  * New `wait.byCondition` command. Thank you [Icecold777](https://github.com/Icecold777) for PR [#1803](https://github.com/sitespeedio/browsertime/pull/1803).
1230
1234
  * Collect number of CPU longtasks before largest contentful paint [#1806](https://github.com/sitespeedio/browsertime/pull/1806).
1231
- * Instead of throwing errors and exit the tests if the page hasn't finished loading after 5 minutes, we now gracefully ends the test after 2 minutes (you can change that time with `--maxLoadTime`). That makes more sense than just throwing errors [#1810](https://github.com/sitespeedio/browsertime/pull/1810).
1235
+ * Instead of throwing errors and exit the tests if the page hasn't finished loading after 5 minutes, we now gracefully ends the test after 2 minutes (you can change that time with `--maxLoadTime`). That makes more sense than just throwing errors [#1810](https://github.com/sitespeedio/browsertime/pull/1810).
1232
1236
 
1233
1237
  ## 25.0.0 - 2022-06-10
1234
1238
 
@@ -1259,7 +1263,7 @@ In debug mode, the browser will pause after each iteration.
1259
1263
  * Updated to [Browsertime 16.7.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1670---2022-05-20) from 16.4.0. With the latest versions we get:
1260
1264
  * Use `--browsertime.videoParams.thumbsize` to set the max size of the filmstrip thumbnails.
1261
1265
  * Interaction to next paint is collected for browsers that supports it (useful for your user journeys)
1262
- * The time when the last CPU long task happens is a new metric, thank you Andy Davies for that idea!
1266
+ * The time when the last CPU long task happens is a new metric, thank you Andy Davies for that idea!
1263
1267
  * You can now use groupAlias directly in a text file [#3655](https://github.com/sitespeedio/sitespeed.io/pull/3655). You can read how in the [updated documentation](https://www.sitespeed.io/documentation/sitespeed.io/configuration/#analyse-by-urls).
1264
1268
  * Added an option for using the full Graphite namespace when latest screenshots/video is stored for a test [#3660](https://github.com/sitespeedio/sitespeed.io/pull/3660).
1265
1269
  ### Fixed
@@ -1308,7 +1312,7 @@ In debug mode, the browser will pause after each iteration.
1308
1312
  * Updated base Docker image to use Ubuntu 22.04 [#3636](https://github.com/sitespeedio/sitespeed.io/pull/3636).
1309
1313
 
1310
1314
  ### Fixed
1311
- * Updated dependencies: aws-sdk, cli-color, fs-extra, influx, junit-report-builder and tape [#3640](https://github.com/sitespeedio/sitespeed.io/pull/3640)
1315
+ * Updated dependencies: aws-sdk, cli-color, fs-extra, influx, junit-report-builder and tape [#3640](https://github.com/sitespeedio/sitespeed.io/pull/3640)
1312
1316
 
1313
1317
  ### Tech
1314
1318
  * Use Ava for unit testing [#3637](https://github.com/sitespeedio/sitespeed.io/pull/3637)
@@ -1328,7 +1332,7 @@ In debug mode, the browser will pause after each iteration.
1328
1332
 
1329
1333
  ## 24.0.0 - 2022-04-06
1330
1334
 
1331
- ### Changed
1335
+ ### Changed
1332
1336
  * Upgraded to [Browsertime 16.0.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1600---2022-04-05) that changed how the DNS is flushed. You need to add `--flushDNS` to your conifguration to flush the DNS between runs.
1333
1337
 
1334
1338
  ### Added
@@ -1360,7 +1364,7 @@ In debug mode, the browser will pause after each iteration.
1360
1364
  * The -slim Docker container now uses Firefox 98.
1361
1365
  * Updated Grafana to latest 8.4.3 in the Docker compose file.
1362
1366
  * Updated [Graphite dashboards](https://github.com/sitespeedio/grafana-bootstrap-docker/tree/main/dashboards/graphite) to use Timeseries graphs instead of old "Graph".
1363
- * You can use `-o` or `--open` or `--view` to open the result page after you run sitespeed.io on Mac and Linux [#3569](https://github.com/sitespeedio/sitespeed.io/pull/3596).
1367
+ * You can use `-o` or `--open` or `--view` to open the result page after you run sitespeed.io on Mac and Linux [#3569](https://github.com/sitespeedio/sitespeed.io/pull/3596).
1364
1368
  * Open the result with `-o` on Linux using xdg-open [#3597](https://github.com/sitespeedio/sitespeed.io/pull/3597).
1365
1369
 
1366
1370
  ## 23.4.0 - 2022-03-09
@@ -1383,7 +1387,7 @@ In debug mode, the browser will pause after each iteration.
1383
1387
 
1384
1388
  ## 23.1.0 - 2022-02-24
1385
1389
  ### Added
1386
- * Updated [Browsertime](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1510---2022-02-24) that collect timings from main document. The result includes a field named mainDocumentTimings and contains blocked, dns, connect, send, wait, receive, ssl as long as you get a HAR file from the browser.
1390
+ * Updated [Browsertime](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1510---2022-02-24) that collect timings from main document. The result includes a field named mainDocumentTimings and contains blocked, dns, connect, send, wait, receive, ssl as long as you get a HAR file from the browser.
1387
1391
 
1388
1392
  * Show Browsertime version in runtime settings [#3575](https://github.com/sitespeedio/sitespeed.io/pull/3575).
1389
1393
 
@@ -1391,7 +1395,7 @@ In debug mode, the browser will pause after each iteration.
1391
1395
  * Updated Chromedriver dependency that fixes installation on Mac M1 and some send keys issues.
1392
1396
  ## 23.0.1 - 2022-02-21
1393
1397
  ### Fixed
1394
- * Bumped to Browsertime 15.0.1 to make sure connectivity is set only once. In last release it was set in the beginning of the test and for eacch iteration. In practice that doesn't matter but it's very confusing if you check the logs.
1398
+ * Bumped to Browsertime 15.0.1 to make sure connectivity is set only once. In last release it was set in the beginning of the test and for eacch iteration. In practice that doesn't matter but it's very confusing if you check the logs.
1395
1399
  ## 23.0.0 - 2022-02-21
1396
1400
 
1397
1401
  ### Breaking changes
@@ -1425,7 +1429,7 @@ In debug mode, the browser will pause after each iteration.
1425
1429
  * If you use the Lighthouse plugin there's breaking changes:
1426
1430
 
1427
1431
  In the new version we drop support for the following:
1428
- * Running multiple runs with Lighthouse.
1432
+ * Running multiple runs with Lighthouse.
1429
1433
  * Using scripts to login the user (or whatever you need before you run your tests)
1430
1434
  It's a couple of reasons why I remove those features:
1431
1435
  * I been looking for a maintainer of the Lighthouse plugin for +1 year and I haven't found one. For me to be able to maintain it I want the plugin to be as simple as possible.
@@ -1436,7 +1440,7 @@ With the new release we also break how you configure Lighthouse. People has had
1436
1440
  - By configuration JSON file. `--lighthouse.config config.js`
1437
1441
  - By Lightouse flags file. `--lighthouse.flags flag.json`
1438
1442
 
1439
- If you don't need to configure Lightouse you can use the default settings both for desktop and mobile. If you run without any settings, the plugin will use desktop settings. If you run with `--mobile`, `--android` or `--ios` the mobile settings will be used.
1443
+ If you don't need to configure Lightouse you can use the default settings both for desktop and mobile. If you run without any settings, the plugin will use desktop settings. If you run with `--mobile`, `--android` or `--ios` the mobile settings will be used.
1440
1444
 
1441
1445
  ### Added
1442
1446
  * Build Docker containers for both amd64 and arm64 to make containers work on Mac M1. The arm container contains Firefox and Chromium. Thank you [whichfinder](https://github.com/whichfinder) and [Radu Micu](https://github.com/radum) for the help! Fixed in PR [#3554](https://github.com/sitespeedio/sitespeed.io/pull/3554).
@@ -1467,7 +1471,7 @@ If you don't need to configure Lightouse you can use the default settings both f
1467
1471
  ### Added
1468
1472
  * Updated to a new build of WebPageReplay in the Docker container
1469
1473
  * Updated the Ubuntu base image to latest version and latest NodeJS in the Docketr container.
1470
- * Upgraded Browsertime [#3528](https://github.com/sitespeedio/sitespeed.io/pull/3528):
1474
+ * Upgraded Browsertime [#3528](https://github.com/sitespeedio/sitespeed.io/pull/3528):
1471
1475
  * Add support for Humble as connectivity engine for mobile phone testing. Make sure to setup Humble on a Raspberry Pi 4 and the choose engine with --connectivity.engine humble and set the URL to your instance --connectivity.humble.url http://raspberrypi.local:3000. Added in #1691.
1472
1476
  * Upgraded to Chrome 97 and Edge 97 in the Docker container.
1473
1477
  * Upgraded to Chromedriver 97.
@@ -1482,7 +1486,7 @@ If you don't need to configure Lightouse you can use the default settings both f
1482
1486
  ## 21.2.2 - 2021-12-23
1483
1487
  ### Fixed
1484
1488
  * Fix the error introduced in 21.2.0 for "Include page summary URL in the result JSON"
1485
- [#3525](https://github.com/sitespeedio/sitespeed.io/pull/3525).
1489
+ [#3525](https://github.com/sitespeedio/sitespeed.io/pull/3525).
1486
1490
 
1487
1491
  ## 21.2.1 - 2021-12-22
1488
1492
  ### Fixed
@@ -1525,7 +1529,7 @@ If you don't need to configure Lightouse you can use the default settings both f
1525
1529
  * Removed mentions aboout server push [#69](https://github.com/sitespeedio/coach-core/pull/69)
1526
1530
  * Added more information on how to debug CPU advice [#71](https://github.com/sitespeedio/coach-core/pull/71).
1527
1531
 
1528
- * Updated to sustainable plugin core code to [co2 0.8.0](https://github.com/thegreenwebfoundation/co2.js/blob/main/CHANGELOG.md#080---2021-11-28). This include a biug fix to the 1byte model that will lower your co2 score [#3519](https://github.com/sitespeedio/sitespeed.io/pull/3519).
1532
+ * Updated to sustainable plugin core code to [co2 0.8.0](https://github.com/thegreenwebfoundation/co2.js/blob/main/CHANGELOG.md#080---2021-11-28). This include a biug fix to the 1byte model that will lower your co2 score [#3519](https://github.com/sitespeedio/sitespeed.io/pull/3519).
1529
1533
 
1530
1534
  ### Added
1531
1535
  * Updated to [Browsertime 14.12.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14120---2021-11-30) that fixes the [FF 94 HAR issue](https://github.com/sitespeedio/browsertime/issues/1671).
@@ -1588,7 +1592,7 @@ Note: Do your test fails with Firefox 94? See [Browsertime #1671](https://github
1588
1592
  * Add support for using cookies when crawling, thank you [dammg](https://github.com/dammg) for PR [#3472](https://github.com/sitespeedio/sitespeed.io/pull/3472).
1589
1593
  * [Browsertime 14.6.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1460---2021-10-13).
1590
1594
  * [Use alias in your budget file](https://www.sitespeed.io/documentation/sitespeed.io/performance-budget/#override-per-url-or-alias) [#3479](https://github.com/sitespeedio/sitespeed.io/pull/3479).
1591
- * Support for using [User Timing API marks/measures in the budget file](https://www.sitespeed.io/documentation/sitespeed.io/performance-budget/#user-timing-api-metrics) [#3482](https://github.com/sitespeedio/sitespeed.io/pull/3482) and [#3483](https://github.com/sitespeedio/sitespeed.io/pull/3483).
1595
+ * Support for using [User Timing API marks/measures in the budget file](https://www.sitespeed.io/documentation/sitespeed.io/performance-budget/#user-timing-api-metrics) [#3482](https://github.com/sitespeedio/sitespeed.io/pull/3482) and [#3483](https://github.com/sitespeedio/sitespeed.io/pull/3483).
1592
1596
  * Support for [using custom metrics from scripting in your budget](https://www.sitespeed.io/documentation/sitespeed.io/performance-budget/#metrics-from-scripting) [#3484](https://github.com/sitespeedio/sitespeed.io/pull/3484) and [#3486](https://github.com/sitespeedio/sitespeed.io/pull/3486).
1593
1597
 
1594
1598
  ### Fixed
@@ -1599,7 +1603,7 @@ Note: Do your test fails with Firefox 94? See [Browsertime #1671](https://github
1599
1603
  * Use Firefox 93 in the Docker and the Docker slim container [#3471](https://github.com/sitespeedio/sitespeed.io/pull/3471).
1600
1604
  ## 20.0.0 - 2021-09-30
1601
1605
 
1602
- Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1606
+ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1603
1607
  ### Breaking changes
1604
1608
  * Before you update to the new version: If you save your metrics to Graphite, have you upgraded those metrics to the new format as introduced in sitespeed.io the **15/4-2021**? If not, please follow the [guide](https://www.sitespeed.io/documentation/sitespeed.io/graphite/#upgrade-to-use-the-test-slug-in-the-namespace) in the documentation. If you haven't done that and still upgrade to sitespeed.io 20 you need to make sure you add `--graphite.addSlugToKey false` to your test else the metrics will be reported under a new key structure. The change was done in [#3434](https://github.com/sitespeedio/sitespeed.io/pull/3434).
1605
1609
  * Set [throttle](https://github.com/sitespeedio/throttle) as default connectivity engine if you use Mac or Linux [#3433](https://github.com/sitespeedio/sitespeed.io/pull/3433). This makes it much easier to enable throttling. Our Docker container is not affected by this change.
@@ -1644,7 +1648,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1644
1648
  * Upgraded to [Browsertime 14.0.3](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1403---2021-08-31).
1645
1649
  ## 19.2.0 - 2021-08-27
1646
1650
  ### Added
1647
- * Upgraded to AXE core 4.3.2 [#3441](https://github.com/sitespeedio/sitespeed.io/pull/3441).
1651
+ * Upgraded to AXE core 4.3.2 [#3441](https://github.com/sitespeedio/sitespeed.io/pull/3441).
1648
1652
  * Added stddev/median/mean to the metrics side by side page [#3443](https://github.com/sitespeedio/sitespeed.io/pull/3443).
1649
1653
  * Added a generic text that we miss out of many metrics for Safari at the moment [#3442](https://github.com/sitespeedio/sitespeed.io/pull/3442).
1650
1654
  * Add option to add friendly name to junit test cases. Use `--budget.friendlyName` to set that. Thank you [Vishal](https://github.com/vishallanke) for the request. Done in PR [#3448](https://github.com/sitespeedio/sitespeed.io/pull/3448).
@@ -1665,7 +1669,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1665
1669
 
1666
1670
  ### Added
1667
1671
  * Updated to Edge 92 and Edgedriver 92 in the Docker container.
1668
- * Updated to Firefox 92 beta in the Docker container to fix the [devtools slowness bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1712983) that was inroduced in Firefox 90.
1672
+ * Updated to Firefox 92 beta in the Docker container to fix the [devtools slowness bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1712983) that was inroduced in Firefox 90.
1669
1673
 
1670
1674
  ## 18.0.1 - 2021-07-29
1671
1675
  ### Fixed
@@ -1709,7 +1713,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1709
1713
  * Keep selected tab open across runs. Thank you [Tanishq](https://github.com/amtanq) for PR [#3409](https://github.com/sitespeedio/sitespeed.io/pull/3409).
1710
1714
  * Update Docker container to use NodeJS 14.7.1.
1711
1715
  * Upgraded to [Browsertime 12.9.3](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1293---2021-06-24).
1712
- * Updated [Coach-core](https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#641---2021-06-23): Use all headers for Wappalyzer (before only the main document was used)
1716
+ * Updated [Coach-core](https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#641---2021-06-23): Use all headers for Wappalyzer (before only the main document was used)
1713
1717
 
1714
1718
  ## 17.8.1 - 2021-06-10
1715
1719
  ### Fixed
@@ -1720,7 +1724,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1720
1724
  ### Added
1721
1725
  * New [Browsertime 12.9.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1290---2021-06-04) that updates Cumulative Layout Shift to the [new defintion](https://web.dev/evolving-cls/).
1722
1726
 
1723
- ### Fixed
1727
+ ### Fixed
1724
1728
  * Guard if you try to run Safari simulator in Docker [#3405](https://github.com/sitespeedio/sitespeed.io/pull/3405)
1725
1729
 
1726
1730
  ## 17.7.0 - 2021-06-03
@@ -1739,7 +1743,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1739
1743
 
1740
1744
  ## 17.6.0 - 3
1741
1745
 
1742
- ### Added
1746
+ ### Added
1743
1747
  * Updated to [Browsertime 12.7.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1270---2021-05-26) that fixes the problem with the broken CPU throttling in Chrome.
1744
1748
  * Chrome and Chromedriver 91. Edge 90 (Eddge 91 coming later this week) in the Docker container
1745
1749
 
@@ -1751,7 +1755,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1751
1755
  * Updated dashboards to in the Docker setup.
1752
1756
 
1753
1757
  ### Fixed
1754
- * New Browsertime [12.6.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1261---2021-05-21) that fixes a bug when you use a equals sign in the value field in a cookie.
1758
+ * New Browsertime [12.6.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1261---2021-05-21) that fixes a bug when you use a equals sign in the value field in a cookie.
1755
1759
  * Updated dependencies with install warnings [#3387](https://github.com/sitespeedio/sitespeed.io/pull/3387),
1756
1760
 
1757
1761
  ## 17.4.0 - 2021-05-14
@@ -1777,7 +1781,7 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1777
1781
  * [Fix test running without connectivity settings](https://github.com/sitespeedio/sitespeed.io/commit/3ac3c2ab6885689b6689c6f2974ae7c256be9faf).
1778
1782
 
1779
1783
  ## 17.2.0 - 2021-04-27
1780
- ### Added
1784
+ ### Added
1781
1785
  * Show runtime settings in the HTML [#3359](https://github.com/sitespeedio/sitespeed.io/pull/3359). This makes it easier to see what settings are used. We gonna iterate and add more settings later.
1782
1786
 
1783
1787
  * Upgraded to [Browsertime 12.2.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1220---2021-04-27).
@@ -1792,13 +1796,13 @@ Please read the [20.0 blog post](https://www.sitespeed.io/sitespeed.io-20.0/)!
1792
1796
  ## 17.0.1 - 2021-04-17
1793
1797
  ### Fixed
1794
1798
  * Updated Browsertime to 12.0.1 that fixes the problem with Chrome/Chromedriver 90 that introduced longer time to close the browser than earlier versions, so when trying the next run, the previous browser is not closed, fixed by adding a 2 second sleep time when closing the browser.
1795
- ## 17.0.0 - 2021-04-15
1799
+ ## 17.0.0 - 2021-04-15
1796
1800
  Woohoo we shipped 17.0.0! There are many changes and you should read through the full changelog and focus on the new best practise section and breaking changes.
1797
1801
  ### New best practices
1798
1802
  One of the new things in 17 is the support for one extra key in Graphite: the name of the test. Set a computer friendly name of your test by using `--slug`. Then use the slug in the graphite key by adding `--graphite.addSlugToKey` to your run. When you do that change, should also convert your graphite data and your dashboards. The plan is like this:
1799
1803
  * In April 2021 you can convert your data and use the slug. You need to add `--graphite.addSlugToKey true` else you will get a log warning that you miss the slug for your test. All default dashboards in sitespeed.io will use the slug, so to use them you should add that new key and convert your data.
1800
1804
  * In September 2021 `--graphite.addSlugToKey true` will be set to default, meaning if you haven't upgraded your Graphite data yet, you need to set `--graphite.addSlugToKey false` to be able to run as before.
1801
- * In November 2021 the CLI functionality will disappear and you need upgrade your Graphite metrics when you upgrade sitespeed.io.
1805
+ * In November 2021 the CLI functionality will disappear and you need upgrade your Graphite metrics when you upgrade sitespeed.io.
1802
1806
 
1803
1807
  You can read how to upgrade in the [documentation](https://www.sitespeed.io/documentation/sitespeed.io/graphite/#upgrade-to-use-the-test-slug-in-the-namespace).
1804
1808
 
@@ -1840,9 +1844,9 @@ Lets continue with all the changes.
1840
1844
  * New metrics: Delta between TTFB and First Contentful Paint, Largest Contentful paint and First visual change [#1528](https://github.com/sitespeedio/browsertime/pull/1528). You can use this if you have unstable TTFB and want to alert on front end metrics. Lets see when other also implement this :)
1841
1845
  * Made it easier for people to get Google Web Vitals. We copy that data under the googleWebVitals namespace in the result JSON [#1521](https://github.com/sitespeedio/browsertime/pull/1521).
1842
1846
  * Added TTFB as a single metric [#1522](https://github.com/sitespeedio/browsertime/pull/1522).
1843
- * New stop watch command [#1512](https://github.com/sitespeedio/browsertime/pull/1512). Measure time by:
1844
- ```const timer = commands.stopWatch.get('my_timer');
1845
- timer.start();
1847
+ * New stop watch command [#1512](https://github.com/sitespeedio/browsertime/pull/1512). Measure time by:
1848
+ ```const timer = commands.stopWatch.get('my_timer');
1849
+ timer.start();
1846
1850
  // Do something
1847
1851
  // Stop the timer and add the result to the last tested URL
1848
1852
  timer.stopAndAdd();
@@ -1954,9 +1958,9 @@ There's a couple of new functionality that will have documentation in a week or
1954
1958
  * New plugin to copy screenshots [#3243](https://github.com/sitespeedio/sitespeed.io/pull/3243) and videos [#3248](https://github.com/sitespeedio/sitespeed.io/pull/3248) as latest for that run.
1955
1959
  * Upload latest screenshots/videos to S3 [#3246](https://github.com/sitespeedio/sitespeed.io/pull/3246).
1956
1960
  ### Fixed
1957
- * The HTML links to pages when using alias in a text file was broken as reported in [#3244](https://github.com/sitespeedio/sitespeed.io/issues/3244), fixed in PR [#3245](https://github.com/sitespeedio/sitespeed.io/pull/3245).
1961
+ * The HTML links to pages when using alias in a text file was broken as reported in [#3244](https://github.com/sitespeedio/sitespeed.io/issues/3244), fixed in PR [#3245](https://github.com/sitespeedio/sitespeed.io/pull/3245).
1958
1962
  ## 16.2.1 - 2021-01-06
1959
- ### Fixed
1963
+ ### Fixed
1960
1964
  * The new `--graphite.annotationRetentionMinutes` formatted the annotation date wrong, fixed in [#3238](https://github.com/sitespeedio/sitespeed.io/pull/3238).
1961
1965
  ## 16.2.0 - 2021-01-06
1962
1966
  ### Fixed
@@ -2011,7 +2015,7 @@ There's a couple of new functionality that will have documentation in a week or
2011
2015
  * Fully use the third-party-web to know about third parties instead of home grown solution.
2012
2016
  * Testing for JQuery removed the $ reference on the page [#22](https://github.com/sitespeedio/coach-core/pull/22).
2013
2017
  * Updated to [Browsertime 11](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1100---2020-12-18):
2014
- * Record and keep the browser full screen (including URL bar) [#1435](https://github.com/sitespeedio/browsertime/pull/1435). All metrics should stay the same with this change but the video and the code will be easier :) When we implemented video a long time ago we wanted to cut out the URL bar but it made it harder to keep the video to look ok on different OS.
2018
+ * Record and keep the browser full screen (including URL bar) [#1435](https://github.com/sitespeedio/browsertime/pull/1435). All metrics should stay the same with this change but the video and the code will be easier :) When we implemented video a long time ago we wanted to cut out the URL bar but it made it harder to keep the video to look ok on different OS.
2015
2019
  * Say goodbye to RUM Speed Index [#1439](https://github.com/sitespeedio/browsertime/pull/1439).
2016
2020
  * Domain name on disk now uses underscore instead of dots in the name [#1445](https://github.com/sitespeedio/browsertime/pull/1445).
2017
2021
  * Click the Android power button at the start of each test (instead of the home button [#1447](https://github.com/sitespeedio/browsertime/pull/1447).
@@ -2043,11 +2047,11 @@ There's a couple of new functionality that will have documentation in a week or
2043
2047
  * Added latest Browsertime [10.9.0](https://github.com/sitespeedio/browsertime/releases/tag/v10.9.0) with fixes for Firefox.
2044
2048
 
2045
2049
  ## 15.8.0 - 2020-11-17
2046
- ### Added
2050
+ ### Added
2047
2051
  * Updated to Firefox 83 in the Docker container.
2048
2052
  ## 15.7.4 - 2020-11-16
2049
2053
  ### Fixed
2050
- * Upgraded Browsertime that reverted Geckodriver to 0.27.0 since there are problems starting Firefox on Android using 0.28.0.
2054
+ * Upgraded Browsertime that reverted Geckodriver to 0.27.0 since there are problems starting Firefox on Android using 0.28.0.
2051
2055
  ## 15.7.3 - 2020-11-11
2052
2056
  ### Fixed
2053
2057
  * Upgraded to Browsertime 10.6.5 with a new version of Geckodriver for Firefox.
@@ -2092,9 +2096,9 @@ There's a couple of new functionality that will have documentation in a week or
2092
2096
  ### Fixed
2093
2097
  * Updated to Browsertime 10.6.1.
2094
2098
  * Fixed dependencies with security audits that could be automatically fixed.
2095
-
2099
+
2096
2100
  ## 15.6.0 - 2020-10-20
2097
- ### Added
2101
+ ### Added
2098
2102
  * Updated to Firefox 82 in the Docker container.
2099
2103
  * Updated to [Browsertime 10.6.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1060---2020-10-20).
2100
2104
 
@@ -2147,7 +2151,7 @@ The new sitespeed.io 15.0 uses the brand new Browsertime 10! Browsertime mainly
2147
2151
 
2148
2152
  ## 14.4.0 - 2020-08-27
2149
2153
  ### Added
2150
- * Updated the Docker container to use Chrome 85 and Firefox 80. Updated the slim container to use Firefox 80.
2154
+ * Updated the Docker container to use Chrome 85 and Firefox 80. Updated the slim container to use Firefox 80.
2151
2155
  * Updated to Browsertime 9.4.0 that includes Chromedriver 85.
2152
2156
 
2153
2157
  ### Fixed
@@ -2155,7 +2159,7 @@ The new sitespeed.io 15.0 uses the brand new Browsertime 10! Browsertime mainly
2155
2159
 
2156
2160
  ## 14.3.2 - 2020-08-24
2157
2161
  ### Fixed
2158
- * Upgraded to [Browsertime 9.3.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#931---2020-08-24) that fixes a bug so that correct mobile emulation settings is set on Chrome, updated Throttle to 2.0.1 and update a couple of other packages.
2162
+ * Upgraded to [Browsertime 9.3.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#931---2020-08-24) that fixes a bug so that correct mobile emulation settings is set on Chrome, updated Throttle to 2.0.1 and update a couple of other packages.
2159
2163
 
2160
2164
  ## 14.3.1 - 2020-08-24
2161
2165
  ### Fixed
@@ -2210,10 +2214,10 @@ There are five important new things in the new release:
2210
2214
  ### Breaking changes
2211
2215
  * If you use the JSON directly from Browsertime, the screenshot data is now an array instead of a string since you can have multiple screenshots in one run. If you use sitespeed.io directly you will not be affected by the change.
2212
2216
 
2213
- * The experimental flag for perIteration metric for Graphite [#3069](https://github.com/sitespeedio/sitespeed.io/pull/3069) has been removed. If you want to send per iteration data to Graphite use ```--graphite.perIteration```.
2217
+ * The experimental flag for perIteration metric for Graphite [#3069](https://github.com/sitespeedio/sitespeed.io/pull/3069) has been removed. If you want to send per iteration data to Graphite use ```--graphite.perIteration```.
2214
2218
 
2215
2219
  ### Added
2216
- * All dashboards for Graphite has been updated to use Grafana 7.0.0 with a new look and feel.
2220
+ * All dashboards for Graphite has been updated to use Grafana 7.0.0 with a new look and feel.
2217
2221
  * Show all screenshots for a run in a tab [#3045](https://github.com/sitespeedio/sitespeed.io/pull/3045).
2218
2222
  * Updated to [Browsertime 9.0.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#900----2020-06-26).
2219
2223
  * There's a Chrome User Experience Report plugin bundled in sitespeed.io! Get the CrUx data using ```--crux.key``` and get your key from Google.
@@ -2246,7 +2250,7 @@ There are five important new things in the new release:
2246
2250
 
2247
2251
  ## 13.1.1 - 2020-05-29
2248
2252
  ### Fixed
2249
- * Exit with sitespeed.io exit code when you run WebPageReplay in the Docker container [#3017](https://github.com/sitespeedio/sitespeed.io/pull/3017).
2253
+ * Exit with sitespeed.io exit code when you run WebPageReplay in the Docker container [#3017](https://github.com/sitespeedio/sitespeed.io/pull/3017).
2250
2254
 
2251
2255
  ## 13.1.0 - 2020-05-28
2252
2256
  ### Added
@@ -2279,7 +2283,7 @@ There are five important new things in the new release:
2279
2283
  * Better guards for missing WebPageTest first view data [#3002](https://github.com/sitespeedio/sitespeed.io/pull/3002)
2280
2284
  * If you used the old budget format, limits and values wasn't written in the HTML and in the log [#3009](https://github.com/sitespeedio/sitespeed.io/pull/3009).
2281
2285
 
2282
- ### Tech
2286
+ ### Tech
2283
2287
  * Continous work to move out CLI options to respective plugin by [Erick Wilder](https://github.com/erickwilder), thank you!
2284
2288
 
2285
2289
  ## 12.11.0 - 2020-05-16
@@ -2380,7 +2384,7 @@ Some time ago we got [a tweet](https://twitter.com/robnavrey/status/125806312524
2380
2384
  * Send load time for LCP to Graphite/Influx so you can choose between render/start time and use max value in the HTML [#2940](https://github.com/sitespeedio/sitespeed.io/pull/2940).
2381
2385
 
2382
2386
  ## 12.2.3 - 2020-03-20
2383
- ### Fixed
2387
+ ### Fixed
2384
2388
  * Remove videoRecordingStart from the summary [#2935](https://github.com/sitespeedio/sitespeed.io/pull/2935).
2385
2389
  * Show CPU geckorprofile link only when you run Firefox [#2931](https://github.com/sitespeedio/sitespeed.io/pull/2931).
2386
2390
  * Upgraded to [Browsertime 8.3.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#830---2020-03-20).
@@ -2506,7 +2510,7 @@ Read about Browsertime 8.0 and sitespeed.io 12.0 in [the blog post](https://www.
2506
2510
  * Collect number of DOM elements as a part of the page info for each run [#1000](https://github.com/sitespeedio/browsertime/pull/1000).
2507
2511
  * Configure how often to check for the pageCompleteCheck. Default is every 200 ms, and it happens after the load event end (using the default pageLoadStrategy). Set it with `--browsertime.pageCompleteCheckPollTimeout`(value in ms) [#998](https://github.com/sitespeedio/browsertime/pull/998).
2508
2512
  * Added missing pageLoadStrategy option in the CLI. The option worked but no visible cli help for it [#1001](https://github.com/sitespeedio/browsertime/pull/1001).
2509
- * Do not load the Browsertime WebExtention for Chrome (it is not used anymore) and make it possible for Firefox to disable to use it with `--browsertime.firefox.disableBrowsertimeExtension`.
2513
+ * Do not load the Browsertime WebExtention for Chrome (it is not used anymore) and make it possible for Firefox to disable to use it with `--browsertime.firefox.disableBrowsertimeExtension`.
2510
2514
  * Added configurable settle time for the browser to rest after the browser is open and before the tests starts to run. Use `--browsertime.timeToSettle` in ms [#1003](https://github.com/sitespeedio/browsertime/pull/1003).
2511
2515
  * Calculate FID instead of just report it [#1005](https://github.com/sitespeedio/browsertime/pull/1005)
2512
2516
  * You can now run ADB shell directly from your user script [#1007](https://github.com/sitespeedio/browsertime/pull/1007). Use `commands.android.shell('')`.
@@ -2528,7 +2532,7 @@ Read about Browsertime 8.0 and sitespeed.io 12.0 in [the blog post](https://www.
2528
2532
  ## 11.3.0 - 2019-11-22
2529
2533
  ### Added
2530
2534
  * Added the sitespeed.io version and browser version in the title of the annotation tag of Graphite and Grafana [#2791](https://github.com/sitespeedio/sitespeed.io/pull/2791), [#2792](https://github.com/sitespeedio/sitespeed.io/pull/2792) and [#2793](https://github.com/sitespeedio/sitespeed.io/pull/2793).
2531
- * Updated to Browsertime 7.2.2:
2535
+ * Updated to Browsertime 7.2.2:
2532
2536
  * There was a bug introduced in 7.0.0 that made navigation fail on Safari [#997](https://github.com/sitespeedio/browsertime/pull/997).
2533
2537
  * Get phone and Android version from the phone [#991](https://github.com/sitespeedio/browsertime/pull/991).
2534
2538
  * Take care of the case when a page overwrites the document.URL [#992](https://github.com/sitespeedio/browsertime/pull/992).
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM sitespeedio/webbrowsers:chrome-137.0-firefox-139.0-edge-137.0
1
+ FROM sitespeedio/webbrowsers:chrome-138.0-firefox-140.0-edge-138.0
2
2
 
3
3
  ARG TARGETPLATFORM=linux/amd64
4
4
 
@@ -29,7 +29,7 @@ WORKDIR /usr/src/app
29
29
  COPY package.json /usr/src/app/
30
30
  COPY npm-shrinkwrap.json /usr/src/app/
31
31
  COPY tools/postinstall.js /usr/src/app/tools/postinstall.js
32
- RUN npm install --production && npm cache clean --force
32
+ RUN npm install --production && npm cache clean --force
33
33
 
34
34
  COPY ./bin/ /usr/src/app/bin/
35
35
  COPY ./lib/ /usr/src/app/lib/
package/docs/README.md ADDED
@@ -0,0 +1,10 @@
1
+ Documentation for sitespeed.io
2
+ ================
3
+
4
+ First make sure you have Bundler: <code>gem install bundler</code>
5
+
6
+ If you run on a Mac OS make sure you have xcode-select installed: <code>xcode-select --install</code>
7
+
8
+ To run it locally: <code>bundle install && bundle exec jekyll serve --baseurl ''</code>
9
+
10
+ Checkout http://localhost:4000/
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "37.8.0",
3
+ "version": "37.9.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "37.8.0",
9
+ "version": "37.9.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -17,7 +17,7 @@
17
17
  "@slack/webhook": "7.0.5",
18
18
  "@tgwf/co2": "0.16.4",
19
19
  "axe-core": "4.10.3",
20
- "browsertime": "24.8.1",
20
+ "browsertime": "24.9.0",
21
21
  "coach-core": "8.1.1",
22
22
  "dayjs": "1.11.13",
23
23
  "fast-crc32c": "2.0.0",
@@ -1768,9 +1768,9 @@
1768
1768
  }
1769
1769
  },
1770
1770
  "node_modules/@sitespeed.io/chromedriver": {
1771
- "version": "137.0.7151-55",
1772
- "resolved": "https://registry.npmjs.org/@sitespeed.io/chromedriver/-/chromedriver-137.0.7151-55.tgz",
1773
- "integrity": "sha512-3o1UNjUBu1xsn6fTGIUf/wZWXi8tgZawZKjQDcsyzjUjb8JbGi64zDgNDAIXuJIHcDwrYY2RPohaONBBmas0bQ==",
1771
+ "version": "138.0.7204-49",
1772
+ "resolved": "https://registry.npmjs.org/@sitespeed.io/chromedriver/-/chromedriver-138.0.7204-49.tgz",
1773
+ "integrity": "sha512-+/72oFBcp2/bYvCwZcs0PuDGf3Eg+hAoOHhUhAltgh82safMm/RtNpcsIgGBmYEvonW6r2x1Cge63aINyC2H8Q==",
1774
1774
  "hasInstallScript": true,
1775
1775
  "license": "MIT",
1776
1776
  "dependencies": {
@@ -1779,9 +1779,9 @@
1779
1779
  }
1780
1780
  },
1781
1781
  "node_modules/@sitespeed.io/edgedriver": {
1782
- "version": "137.0.3296-52",
1783
- "resolved": "https://registry.npmjs.org/@sitespeed.io/edgedriver/-/edgedriver-137.0.3296-52.tgz",
1784
- "integrity": "sha512-/0tZRg6fQdqd70/PSUfp8MTiw7ktjMlk3mnkecAqHcBSD0AxXaBQx1wUwyIiTZlxwrZ/IT5hyZEnwv9w0pD4uw==",
1782
+ "version": "138.0.3351-55",
1783
+ "resolved": "https://registry.npmjs.org/@sitespeed.io/edgedriver/-/edgedriver-138.0.3351-55.tgz",
1784
+ "integrity": "sha512-r54KlvZZF654+csWAiONsvupPs2z9YfSy6ihqzTj7+jJhDGziJpTaOovr9kd2Xsr7NThA5eZLNLpUfNsj/9pCQ==",
1785
1785
  "hasInstallScript": true,
1786
1786
  "license": "MIT",
1787
1787
  "dependencies": {
@@ -3272,14 +3272,14 @@
3272
3272
  }
3273
3273
  },
3274
3274
  "node_modules/browsertime": {
3275
- "version": "24.8.1",
3276
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.8.1.tgz",
3277
- "integrity": "sha512-b2oEcexKmib6Ke18osAUblApOEoEUTDwPG3qmCW1U3cdOlJiQPABruzxindDb5KG8RgFQ8ZEuyhjNnMNPeQhYQ==",
3275
+ "version": "24.9.0",
3276
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.9.0.tgz",
3277
+ "integrity": "sha512-50aa8cWDxzdBOHY/t+7f630Zby5j0xaWQkQ5PnG35+/BzzLmCrB0+QXzKkQNfpmMW7SuO143aSnnsnl4xRsNGw==",
3278
3278
  "license": "MIT",
3279
3279
  "dependencies": {
3280
3280
  "@devicefarmer/adbkit": "3.3.8",
3281
- "@sitespeed.io/chromedriver": "137.0.7151-55",
3282
- "@sitespeed.io/edgedriver": "137.0.3296-52",
3281
+ "@sitespeed.io/chromedriver": "138.0.7204-49",
3282
+ "@sitespeed.io/edgedriver": "138.0.3351-55",
3283
3283
  "@sitespeed.io/geckodriver": "0.36.0",
3284
3284
  "@sitespeed.io/log": "0.2.6",
3285
3285
  "@sitespeed.io/throttle": "5.0.1",
@@ -3290,7 +3290,7 @@
3290
3290
  "fast-stats": "0.0.7",
3291
3291
  "ff-test-bidi-har-export": "0.0.17",
3292
3292
  "lodash.merge": "4.6.2",
3293
- "selenium-webdriver": "4.33.0",
3293
+ "selenium-webdriver": "4.34.0",
3294
3294
  "yargs": "17.7.2"
3295
3295
  },
3296
3296
  "bin": {
@@ -8144,9 +8144,9 @@
8144
8144
  }
8145
8145
  },
8146
8146
  "node_modules/selenium-webdriver": {
8147
- "version": "4.33.0",
8148
- "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.33.0.tgz",
8149
- "integrity": "sha512-5vRhk4iI0B9nYbEitfnCjPDXBfG6o9DNhj5DG2355eQo8idETknhj1tigqqlkHsGephSZwLZqEm/d+3e1stGUA==",
8147
+ "version": "4.34.0",
8148
+ "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.34.0.tgz",
8149
+ "integrity": "sha512-zGfQFcsASAv3KrYzYh+iw4fFqB7iZAgHW7BU6rRz7isK1i1X4x3LvjmZad4bUUgHDwTnAhlqTzDh21byB+zHMg==",
8150
8150
  "funding": [
8151
8151
  {
8152
8152
  "type": "github",
@@ -8162,16 +8162,16 @@
8162
8162
  "@bazel/runfiles": "^6.3.1",
8163
8163
  "jszip": "^3.10.1",
8164
8164
  "tmp": "^0.2.3",
8165
- "ws": "^8.18.0"
8165
+ "ws": "^8.18.2"
8166
8166
  },
8167
8167
  "engines": {
8168
- "node": ">= 18.20.5"
8168
+ "node": ">= 20.0.0"
8169
8169
  }
8170
8170
  },
8171
8171
  "node_modules/selenium-webdriver/node_modules/ws": {
8172
- "version": "8.18.2",
8173
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
8174
- "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
8172
+ "version": "8.18.3",
8173
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
8174
+ "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
8175
8175
  "license": "MIT",
8176
8176
  "engines": {
8177
8177
  "node": ">=10.0.0"
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "sitespeed.io": "./bin/sitespeed.js",
6
6
  "sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
7
7
  },
8
- "version": "37.8.0",
8
+ "version": "37.9.0",
9
9
  "description": "sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.",
10
10
  "keywords": [
11
11
  "performance",
@@ -88,7 +88,7 @@
88
88
  "@tgwf/co2": "0.16.4",
89
89
  "@slack/webhook": "7.0.5",
90
90
  "axe-core": "4.10.3",
91
- "browsertime": "24.8.1",
91
+ "browsertime": "24.9.0",
92
92
  "coach-core": "8.1.1",
93
93
  "dayjs": "1.11.13",
94
94
  "fast-crc32c": "2.0.0",