diff --git a/docs/_includes/version/sitespeed.io.txt b/docs/_includes/version/sitespeed.io.txt index 2b14f9c41..9503b477c 100644 --- a/docs/_includes/version/sitespeed.io.txt +++ b/docs/_includes/version/sitespeed.io.txt @@ -1 +1 @@ -39.2.0 \ No newline at end of file +39.3.0 \ 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 606b99d7d..8d4380939 100644 --- a/docs/documentation/sitespeed.io/configuration/config.md +++ b/docs/documentation/sitespeed.io/configuration/config.md @@ -70,7 +70,7 @@ Filmstrip --filmstrip.showAll Show all screenshots in the filmstrip, independent if they have changed or not. [boolean] [default: false] Firefox - --browsertime.firefox.includeResponseBodies, --firefox.includeResponseBodies Warning: This do not work at the moment, see https://github.com/sitespeedio/sitespeed.io/issues/4295 [choices: "none", "all", "html"] [default: "none"] + --browsertime.firefox.includeResponseBodies, --firefox.includeResponseBodies Collect response bodies in the HAR [choices: "none", "all"] [default: "none"] --browsertime.firefox.nightly, --firefox.nightly Use Firefox Nightly. Works on OS X. For Linux you need to set the binary path. [boolean] --browsertime.firefox.beta, --firefox.beta Use Firefox Beta. Works on OS X. For Linux you need to set the binary path. [boolean] --browsertime.firefox.developer, --firefox.developer Use Firefox Developer. Works on OS X. For Linux you need to set the binary path. [boolean] diff --git a/docs/feed/atom.xml b/docs/feed/atom.xml index 2c0f475a7..0c6542760 100644 --- a/docs/feed/atom.xml +++ b/docs/feed/atom.xml @@ -2,7 +2,7 @@ sitespeed.io-release-feed sitespeed.io release feed - 2025-12-18T00:00:00.000Z + 2026-01-10T00:00:00.000Z https://github.com/jpmonette/feed Peter Hedenskog @@ -15,6 +15,47 @@ 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 39.3.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.3.0 + + 2026-01-10T00:00:00.000Z + Added +
    +
  • Updated to Browsertime 26.3 with and updated version of bidi-har that makes it possible to get response bodies in the HAR file for Firefox #4578.
  • +
+

Fixed

+
    +
  • Fixed typo in iteration detail page for the cpuConsumption metric, thank you Michael Walter for PR #4577.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
+ + <![CDATA[browsertime 26.3.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#26.3.0 + + 2026-01-09T00:00:00.000Z + Added +
    +
  • Get response bodies in the HAR for Firefox. Thank you Julian Descottes and the rest of the Mozilla team that made this possible in bidi-har-export. Added in #2359. The Firefox HAR has missed this functionality since we did the switch to bidi-har.
  • +
+

Fixed

+
    +
  • Restructure server timings so the timing name does not get lost for InfluxDB/Graphite. Thank you Tim Oldenburg for PR #2358.
  • +
+
    +
  • Add Simpleperf app_profiler options and use --android.simpleperf. Thank you Abhishek Nimalan for PR #2352
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 39.2.0]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.2.0 @@ -365,21 +406,6 @@
  • Updated log dependency #2328
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 38.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#38.4.1 - - 2025-10-14T00:00:00.000Z - Fixed -
    -
  • Set max width 400 pixel of the screenshot showing in the Grafana annotation (Grafana changed how they render the annotation long time ago) #4553 and the fix.
  • -
]]>
Sitespeed.io @@ -440,28 +466,6 @@
  • Make sure we use wappalyzer that is MIT #133.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[browsertime 25.0.0]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#25.0.0 - - 2025-07-16T00:00:00.000Z - Added -
    -
  • Updated to Yargs 18.0.0 #2305.
  • -
-

Fixed

- -
    -
  • Updated Edge dependency so it uses the new Microsoft domain for downloading #2312.
  • -
]]>
Sitespeed.io @@ -596,21 +600,6 @@
  • Safer trap for WPR processes when running NodeJS Testrunner #139.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[server 1.5.0]]> - https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.5.0 - - 2025-02-07T00:00:00.000Z - Added -
    -
  • Changed default text size to medium from large #135 and #136.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/browsertime.atom b/docs/feed/browsertime.atom index dec53f33f..238b4a7d7 100644 --- a/docs/feed/browsertime.atom +++ b/docs/feed/browsertime.atom @@ -2,7 +2,7 @@ browsertime-release-feed browsertime release feed - 2025-12-18T08:58:23.824Z + 2026-01-09T21:34:42.934Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,28 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[browsertime 26.3.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#26.3.0 + + 2026-01-09T00:00:00.000Z + Added +
    +
  • Get response bodies in the HAR for Firefox. Thank you Julian Descottes and the rest of the Mozilla team that made this possible in bidi-har-export. Added in #2359. The Firefox HAR has missed this functionality since we did the switch to bidi-har.
  • +
+

Fixed

+
    +
  • Restructure server timings so the timing name does not get lost for InfluxDB/Graphite. Thank you Tim Oldenburg for PR #2358.
  • +
+
    +
  • Add Simpleperf app_profiler options and use --android.simpleperf. Thank you Abhishek Nimalan for PR #2352
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[browsertime 26.2.0]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#26.2.0 @@ -181,28 +203,6 @@
  • Selenium webdriver 4.35.0 #2317.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[browsertime 25.0.0]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#25.0.0 - - 2025-07-16T00:00:00.000Z - Added -
    -
  • Updated to Yargs 18.0.0 #2305.
  • -
-

Fixed

- -
    -
  • Updated Edge dependency so it uses the new Microsoft domain for downloading #2312.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/browsertime.rss b/docs/feed/browsertime.rss index 69d485733..1ecaf6c10 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 - Thu, 18 Dec 2025 08:58:23 GMT + Fri, 09 Jan 2026 21:34:42 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,25 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[browsertime 26.3.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#26.3.0 + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#26.3.0 + Fri, 09 Jan 2026 00:00:00 GMT + Added +
    +
  • Get response bodies in the HAR for Firefox. Thank you Julian Descottes and the rest of the Mozilla team that made this possible in bidi-har-export. Added in #2359. The Firefox HAR has missed this functionality since we did the switch to bidi-har.
  • +
+

Fixed

+
    +
  • Restructure server timings so the timing name does not get lost for InfluxDB/Graphite. Thank you Tim Oldenburg for PR #2358.
  • +
+
    +
  • Add Simpleperf app_profiler options and use --android.simpleperf. Thank you Abhishek Nimalan for PR #2352
  • +
+]]>
+ +
<![CDATA[browsertime 26.2.0]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#26.2.0 @@ -157,25 +176,6 @@
  • Selenium webdriver 4.35.0 #2317.
-]]> - -
- - <![CDATA[browsertime 25.0.0]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#25.0.0 - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#25.0.0 - Wed, 16 Jul 2025 00:00:00 GMT - Added -
    -
  • Updated to Yargs 18.0.0 #2305.
  • -
-

Fixed

- -
    -
  • Updated Edge dependency so it uses the new Microsoft domain for downloading #2312.
  • -
]]>
diff --git a/docs/feed/rss.xml b/docs/feed/rss.xml index 8fd7f9ccf..1ad1453be 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 - Thu, 18 Dec 2025 00:00:00 GMT + Sat, 10 Jan 2026 00:00:00 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -15,6 +15,41 @@ All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 39.3.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.3.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.3.0 + Sat, 10 Jan 2026 00:00:00 GMT + Added +
    +
  • Updated to Browsertime 26.3 with and updated version of bidi-har that makes it possible to get response bodies in the HAR file for Firefox #4578.
  • +
+

Fixed

+
    +
  • Fixed typo in iteration detail page for the cpuConsumption metric, thank you Michael Walter for PR #4577.
  • +
+]]>
+ +
+ + <![CDATA[browsertime 26.3.0]]> + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#26.3.0 + https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#26.3.0 + Fri, 09 Jan 2026 00:00:00 GMT + Added +
    +
  • Get response bodies in the HAR for Firefox. Thank you Julian Descottes and the rest of the Mozilla team that made this possible in bidi-har-export. Added in #2359. The Firefox HAR has missed this functionality since we did the switch to bidi-har.
  • +
+

Fixed

+
    +
  • Restructure server timings so the timing name does not get lost for InfluxDB/Graphite. Thank you Tim Oldenburg for PR #2358.
  • +
+
    +
  • Add Simpleperf app_profiler options and use --android.simpleperf. Thank you Abhishek Nimalan for PR #2352
  • +
+]]>
+ +
<![CDATA[sitespeed.io 39.2.0]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.2.0 @@ -307,18 +342,6 @@ ]]> - - <![CDATA[sitespeed.io 38.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#38.4.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#38.4.1 - Tue, 14 Oct 2025 00:00:00 GMT - Fixed -
    -
  • Set max width 400 pixel of the screenshot showing in the Grafana annotation (Grafana changed how they render the annotation long time ago) #4553 and the fix.
  • -
-]]>
- -
<![CDATA[browsertime 25.2.0]]> https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#25.2.0 @@ -370,25 +393,6 @@ ]]> - - <![CDATA[browsertime 25.0.0]]> - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#25.0.0 - https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#25.0.0 - Wed, 16 Jul 2025 00:00:00 GMT - Added -
    -
  • Updated to Yargs 18.0.0 #2305.
  • -
-

Fixed

- -
    -
  • Updated Edge dependency so it uses the new Microsoft domain for downloading #2312.
  • -
-]]>
- -
<![CDATA[server 1.6.5]]> https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.6.5 @@ -489,17 +493,6 @@
  • Safer trap for WPR processes when running NodeJS Testrunner #139.
-]]> -
- - <![CDATA[server 1.5.0]]> - https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.5.0 - https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.5.0 - Fri, 07 Feb 2025 00:00:00 GMT - Added -
    -
  • Changed default text size to medium from large #135 and #136.
  • -
]]>
diff --git a/docs/feed/server.atom b/docs/feed/server.atom index c1d3f83f3..5960098d3 100644 --- a/docs/feed/server.atom +++ b/docs/feed/server.atom @@ -154,21 +154,6 @@
  • Update to latest sitespeed.io/log #138.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[server 1.5.0]]> - https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.5.0 - - 2025-02-07T00:00:00.000Z - Added -
    -
  • Changed default text size to medium from large #135 and #136.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/server.rss b/docs/feed/server.rss index 6c0f42adb..a1c4af2cc 100644 --- a/docs/feed/server.rss +++ b/docs/feed/server.rss @@ -118,17 +118,6 @@
  • Update to latest sitespeed.io/log #138.
-]]> - - - <![CDATA[server 1.5.0]]> - https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.5.0 - https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.5.0 - Fri, 07 Feb 2025 00:00:00 GMT - Added -
    -
  • Changed default text size to medium from large #135 and #136.
  • -
]]>
diff --git a/docs/feed/sitespeed.io.atom b/docs/feed/sitespeed.io.atom index b9f6c5eac..afd531a8a 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 - 2025-12-18T09:22:06.219Z + 2026-01-10T21:40:43.526Z https://github.com/jpmonette/feed Peter Hedenskog @@ -16,6 +16,25 @@ http://www.sitespeed.io/favicon.ico All rights reserved 2022, Peter Hedenskog and team + + <![CDATA[sitespeed.io 39.3.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.3.0 + + 2026-01-10T00:00:00.000Z + Added +
    +
  • Updated to Browsertime 26.3 with and updated version of bidi-har that makes it possible to get response bodies in the HAR file for Firefox #4578.
  • +
+

Fixed

+
    +
  • Fixed typo in iteration detail page for the cpuConsumption metric, thank you Michael Walter for PR #4577.
  • +
+]]>
+ + Sitespeed.io + https://www.sitespeed.io + +
<![CDATA[sitespeed.io 39.2.0]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.2.0 @@ -164,21 +183,6 @@
  • Updated the log dependency #4558. The new version remove the color for error logs.
-]]> - - Sitespeed.io - https://www.sitespeed.io - -
- - <![CDATA[sitespeed.io 38.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#38.4.1 - - 2025-10-14T00:00:00.000Z - Fixed -
    -
  • Set max width 400 pixel of the screenshot showing in the Grafana annotation (Grafana changed how they render the annotation long time ago) #4553 and the fix.
  • -
]]>
Sitespeed.io diff --git a/docs/feed/sitespeed.io.rss b/docs/feed/sitespeed.io.rss index 2bd03faa8..8c8995012 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 - Thu, 18 Dec 2025 09:22:06 GMT + Sat, 10 Jan 2026 21:40:43 GMT https://validator.w3.org/feed/docs/rss2.html https://github.com/jpmonette/feed en @@ -16,6 +16,22 @@ All rights reserved 2022, Peter Hedenskog and team Web Performance + + <![CDATA[sitespeed.io 39.3.0]]> + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.3.0 + https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.3.0 + Sat, 10 Jan 2026 00:00:00 GMT + Added +
    +
  • Updated to Browsertime 26.3 with and updated version of bidi-har that makes it possible to get response bodies in the HAR file for Firefox #4578.
  • +
+

Fixed

+
    +
  • Fixed typo in iteration detail page for the cpuConsumption metric, thank you Michael Walter for PR #4577.
  • +
+]]>
+ +
<![CDATA[sitespeed.io 39.2.0]]> https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#39.2.0 @@ -140,18 +156,6 @@
  • Updated the log dependency #4558. The new version remove the color for error logs.
-]]> - -
- - <![CDATA[sitespeed.io 38.4.1]]> - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#38.4.1 - https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#38.4.1 - Tue, 14 Oct 2025 00:00:00 GMT - Fixed -
    -
  • Set max width 400 pixel of the screenshot showing in the Grafana annotation (Grafana changed how they render the annotation long time ago) #4553 and the fix.
  • -
]]>