diff --git a/docs/_includes/version/sitespeed.io.txt b/docs/_includes/version/sitespeed.io.txt index a48615da3..9a2c80341 100644 --- a/docs/_includes/version/sitespeed.io.txt +++ b/docs/_includes/version/sitespeed.io.txt @@ -1 +1 @@ -27.6.4 \ No newline at end of file +27.6.5 \ No newline at end of file diff --git a/docs/documentation/sitespeed.io/configuration/config.md b/docs/documentation/sitespeed.io/configuration/config.md index 81a3ec315..a62574b3f 100644 --- a/docs/documentation/sitespeed.io/configuration/config.md +++ b/docs/documentation/sitespeed.io/configuration/config.md @@ -296,6 +296,7 @@ API --api.silent Set to true if you do not want to log anything from the communication [boolean] [default: false] --api.port The port for the API --api.id The id of the test. Use it when you want to get the test result. [string] + --api.priority The priority of the test. Highest priority is 1. --api.json Output the result as JSON. Options: diff --git a/docs/feed/atom.xml b/docs/feed/atom.xml index f5d53c47b..24014d416 100644 --- a/docs/feed/atom.xml +++ b/docs/feed/atom.xml @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2023-05-20T00:00:00.000Z + 2023-05-26T00:00:00.000Z https://github.com/jpmonette/feed Peter Hedenskog @@ -15,6 +15,24 @@ https://www.sitespeed.io/img/logos/sitespeed.io.png http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 27.6.5]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.5 + + 2023-05-26T00:00:00.000Z + Fixed +
    +
  • Bumped Browsertime with a fix for host-resolver-rules, thank you Mikhail for PR #1953.
  • +
+
    +
  • Hopefully fixed the broken manifest file for the Docker containers by updating the Docker build actions to latest versions and added provenance: false.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 27.6.4]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.4 @@ -164,24 +182,6 @@
  • Prepare to add support for the sitespeed.io API where you can launch tests on other servers. This is not ready yet but a makes it easier for me to test the upcoming functionality.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 27.3.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.3.1 - - 2023-04-28T00:00:00.000Z - Fixed -
    -
  • Fix broken --firstParty parameter as reported in #3822 and fixed in #3823
  • -
-
    -
  • Fix broken crawler #3820.
  • -
]]>
Sitespeed.io @@ -275,6 +275,21 @@
  • Removed the dependecy of route. Using ip route instead and we already have ip as a requirement.
+]]> + + Sitespeed.io + https://www.sitespeed.io + +
+ + <![CDATA[browsertime 17.10.2]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.10.2 + + 2022-05-26T00:00:00.000Z + Fixed +
    +
  • Fix for--host-resolver-rules, thank you Mikhail for PR #1953.
  • +
]]>
Sitespeed.io @@ -542,28 +557,6 @@
  • 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, this fixes that #1921.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[browsertime 17.3.0]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.3.0 - - 2022-03-26T00:00:00.000Z - Added -
    -
  • 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. Added in #1917.
  • -
-
    -
  • If you use a rooted Samsung A51 you can now choose the CPU speed (min/middle/max) using --android.pinCPUSpeed min|middle|max #1915.
  • -
-

Fixed

-
    -
  • Bumped Selenium-webdriver to 4.8.2 #1916.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/browsertime.atom b/docs/feed/browsertime.atom index 8e4591d7c..be3efaa3d 100644 --- a/docs/feed/browsertime.atom +++ b/docs/feed/browsertime.atom @@ -2,7 +2,7 @@ browsertime-release-feed browsertime release feed - 2023-05-19T14:55:04.406Z + 2023-05-26T13:14:56.986Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,21 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[browsertime 17.10.2]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.10.2 + + 2022-05-26T00:00:00.000Z + Fixed +
    +
  • Fix for--host-resolver-rules, thank you Mikhail for PR #1953.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[browsertime 17.10.1]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.10.1 @@ -183,28 +198,6 @@
  • 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, this fixes that #1921.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[browsertime 17.3.0]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.3.0 - - 2022-03-26T00:00:00.000Z - Added -
    -
  • 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. Added in #1917.
  • -
-
    -
  • If you use a rooted Samsung A51 you can now choose the CPU speed (min/middle/max) using --android.pinCPUSpeed min|middle|max #1915.
  • -
-

Fixed

-
    -
  • Bumped Selenium-webdriver to 4.8.2 #1916.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/browsertime.rss b/docs/feed/browsertime.rss index fae7bd7cf..405f01af7 100644 --- a/docs/feed/browsertime.rss +++ b/docs/feed/browsertime.rss @@ -4,7 +4,7 @@ browsertime release feed https://www.sitespeed.io New releases and changelog feed of browsertime - Fri, 19 May 2023 14:55:04 GMT + Fri, 26 May 2023 13:14:56 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,18 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[browsertime 17.10.2]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.10.2 + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.10.2 + Thu, 26 May 2022 00:00:00 GMT + Fixed +
    +
  • Fix for--host-resolver-rules, thank you Mikhail for PR #1953.
  • +
+]]>
+ +
<![CDATA[browsertime 17.10.1]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.10.1 @@ -159,25 +171,6 @@
  • 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, this fixes that #1921.
-]]> - -
- - <![CDATA[browsertime 17.3.0]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.3.0 - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.3.0 - Sat, 26 Mar 2022 00:00:00 GMT - Added -
    -
  • 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. Added in #1917.
  • -
-
    -
  • If you use a rooted Samsung A51 you can now choose the CPU speed (min/middle/max) using --android.pinCPUSpeed min|middle|max #1915.
  • -
-

Fixed

-
    -
  • Bumped Selenium-webdriver to 4.8.2 #1916.
  • -
]]>
diff --git a/docs/feed/rss.xml b/docs/feed/rss.xml index 7447578f4..dd7de1207 100644 --- a/docs/feed/rss.xml +++ b/docs/feed/rss.xml @@ -4,7 +4,7 @@ sitespeed.io release feed https://www.sitespeed.io New releases and changelog feed of sitespeed.io - Sat, 20 May 2023 00:00:00 GMT + Fri, 26 May 2023 00:00:00 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -15,6 +15,21 @@ All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 27.6.5]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.5 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.5 + Fri, 26 May 2023 00:00:00 GMT + Fixed +
    +
  • Bumped Browsertime with a fix for host-resolver-rules, thank you Mikhail for PR #1953.
  • +
+
    +
  • Hopefully fixed the broken manifest file for the Docker containers by updating the Docker build actions to latest versions and added provenance: false.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 27.6.4]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.4 @@ -140,21 +155,6 @@
  • Prepare to add support for the sitespeed.io API where you can launch tests on other servers. This is not ready yet but a makes it easier for me to test the upcoming functionality.
-]]> - -
- - <![CDATA[sitespeed.io 27.3.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.3.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.3.1 - Fri, 28 Apr 2023 00:00:00 GMT - Fixed -
    -
  • Fix broken --firstParty parameter as reported in #3822 and fixed in #3823
  • -
-
    -
  • Fix broken crawler #3820.
  • -
]]>
@@ -228,6 +228,18 @@ ]]> + + <![CDATA[browsertime 17.10.2]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.10.2 + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.10.2 + Thu, 26 May 2022 00:00:00 GMT + Fixed +
    +
  • Fix for--host-resolver-rules, thank you Mikhail for PR #1953.
  • +
+]]>
+ +
<![CDATA[browsertime 17.10.1]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.10.1 @@ -445,25 +457,6 @@
  • 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, this fixes that #1921.
-]]> - -
- - <![CDATA[browsertime 17.3.0]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.3.0 - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.3.0 - Sat, 26 Mar 2022 00:00:00 GMT - Added -
    -
  • 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. Added in #1917.
  • -
-
    -
  • If you use a rooted Samsung A51 you can now choose the CPU speed (min/middle/max) using --android.pinCPUSpeed min|middle|max #1915.
  • -
-

Fixed

-
    -
  • Bumped Selenium-webdriver to 4.8.2 #1916.
  • -
]]>
diff --git a/docs/feed/sitespeed.io.atom b/docs/feed/sitespeed.io.atom index a73e5fc6b..bddc1b86e 100644 --- a/docs/feed/sitespeed.io.atom +++ b/docs/feed/sitespeed.io.atom @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2023-05-20T03:33:06.771Z + 2023-05-26T16:07:54.619Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,24 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 27.6.5]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.5 + + 2023-05-26T00:00:00.000Z + Fixed +
    +
  • Bumped Browsertime with a fix for host-resolver-rules, thank you Mikhail for PR #1953.
  • +
+
    +
  • Hopefully fixed the broken manifest file for the Docker containers by updating the Docker build actions to latest versions and added provenance: false.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 27.6.4]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.4 @@ -165,24 +183,6 @@
  • Prepare to add support for the sitespeed.io API where you can launch tests on other servers. This is not ready yet but a makes it easier for me to test the upcoming functionality.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 27.3.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.3.1 - - 2023-04-28T00:00:00.000Z - Fixed -
    -
  • Fix broken --firstParty parameter as reported in #3822 and fixed in #3823
  • -
-
    -
  • Fix broken crawler #3820.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/sitespeed.io.rss b/docs/feed/sitespeed.io.rss index 99b127929..16d6ede5a 100644 --- a/docs/feed/sitespeed.io.rss +++ b/docs/feed/sitespeed.io.rss @@ -4,7 +4,7 @@ sitespeed.io release feed https://www.sitespeed.io New releases and changelog feed of sitespeed.io - Sat, 20 May 2023 03:33:06 GMT + Fri, 26 May 2023 16:07:54 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,21 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[sitespeed.io 27.6.5]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.5 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.5 + Fri, 26 May 2023 00:00:00 GMT + Fixed +
    +
  • Bumped Browsertime with a fix for host-resolver-rules, thank you Mikhail for PR #1953.
  • +
+
    +
  • Hopefully fixed the broken manifest file for the Docker containers by updating the Docker build actions to latest versions and added provenance: false.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 27.6.4]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.4 @@ -141,21 +156,6 @@
  • Prepare to add support for the sitespeed.io API where you can launch tests on other servers. This is not ready yet but a makes it easier for me to test the upcoming functionality.
-]]> - -
- - <![CDATA[sitespeed.io 27.3.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.3.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.3.1 - Fri, 28 Apr 2023 00:00:00 GMT - Fixed -
    -
  • Fix broken --firstParty parameter as reported in #3822 and fixed in #3823
  • -
-
    -
  • Fix broken crawler #3820.
  • -
]]>