Bump sitespeed.io version
This commit is contained in:
parent
5a2297833b
commit
006d455c11
|
|
@ -1 +1 @@
|
||||||
35.7.5
|
36.0.0
|
||||||
|
|
@ -43,7 +43,7 @@ Browser
|
||||||
--browsertime.videoParams.addTimer, --videoParams.addTimer Add timer and metrics to the video [boolean] [default: true]
|
--browsertime.videoParams.addTimer, --videoParams.addTimer Add timer and metrics to the video [boolean] [default: true]
|
||||||
--browsertime.videoParams.convert, --videoParams.convert Convert the original video to a viewable format (for most video players). Turn that off to make a faster run. [boolean] [default: true]
|
--browsertime.videoParams.convert, --videoParams.convert Convert the original video to a viewable format (for most video players). Turn that off to make a faster run. [boolean] [default: true]
|
||||||
--browsertime.cpu, --cpu Easy way to enable both chrome.timeline and CPU long tasks for Chrome and geckoProfile for Firefox [boolean]
|
--browsertime.cpu, --cpu Easy way to enable both chrome.timeline and CPU long tasks for Chrome and geckoProfile for Firefox [boolean]
|
||||||
--browsertime.userTimingWhitelist, --userTimingWhitelist This option takes a regex that will whitelist which userTimings to capture in the results. All userTimings are captured by default. T
|
--browsertime.userTimingAllowList, --userTimingAllowList This option takes a regex that will whitelist which userTimings to capture in the results. All userTimings are captured by default.
|
||||||
--axe.enable Run axe tests. Axe will run after all other metrics is collected and will add some extra time to each test. [boolean]
|
--axe.enable Run axe tests. Axe will run after all other metrics is collected and will add some extra time to each test. [boolean]
|
||||||
-r, --browsertime.requestheader, --requestheader Request header that will be added to the request. Add multiple instances to add multiple request headers. Use the following format key:value. Only works in Chrome, Firefox and Edge.
|
-r, --browsertime.requestheader, --requestheader Request header that will be added to the request. Add multiple instances to add multiple request headers. Use the following format key:value. Only works in Chrome, Firefox and Edge.
|
||||||
--browsertime.cookie, --cookie Cookie that will be added to the request. Add multiple instances to add multiple cookies. Use the following format cookieName=cookieValue. Only works in Chrome and Firefox.
|
--browsertime.cookie, --cookie Cookie that will be added to the request. Add multiple instances to add multiple cookies. Use the following format cookieName=cookieValue. Only works in Chrome and Firefox.
|
||||||
|
|
@ -282,8 +282,8 @@ HTML
|
||||||
--html.homeurl The URL for the logo in the result [default: "https://www.sitespeed.io/"]
|
--html.homeurl The URL for the logo in the result [default: "https://www.sitespeed.io/"]
|
||||||
|
|
||||||
Text
|
Text
|
||||||
--summary Show brief text summary to stdout [boolean] [default: false]
|
--summary Show brief text summary to stdout [boolean] [default: false]
|
||||||
--summary-detail Show longer text summary to stdout [boolean] [default: false]
|
--summaryDetail Show longer text summary to stdout [boolean] [default: false]
|
||||||
|
|
||||||
Sustainable
|
Sustainable
|
||||||
--sustainable.enable Test if the web page is sustainable. [boolean]
|
--sustainable.enable Test if the web page is sustainable. [boolean]
|
||||||
|
|
@ -322,8 +322,8 @@ Options:
|
||||||
--browsertime.xvfb, --xvfb Start xvfb before the browser is started [boolean] [default: false]
|
--browsertime.xvfb, --xvfb Start xvfb before the browser is started [boolean] [default: false]
|
||||||
--browsertime.xvfbParams.display, --xvfbParams.display The display used for xvfb [default: 99]
|
--browsertime.xvfbParams.display, --xvfbParams.display The display used for xvfb [default: 99]
|
||||||
--browsertime.visualMetricsPortable Use the portable visual-metrics processing script (no ImageMagick dependencies). [boolean] [default: true]
|
--browsertime.visualMetricsPortable Use the portable visual-metrics processing script (no ImageMagick dependencies). [boolean] [default: true]
|
||||||
--browsertime.enableProfileRun, --enableProfileRun Make one extra run that collects the profiling trace log (no other metrics is collected). For Chrome it will collect the timeline trace, for Firefox it will get the Geckoprofiler trace. This means you do not need to get the trace for all runs and can skip the overhead it produces. [boolean]
|
--browsertime.enableProfileRun, --enableProfileRun Make one extra run that collects the profiling trace log (no other metrics is collected). For Chrome it will collect the timeline trace, for Firefox it will get the Geckoprofiler trace. This means you do not need to get the trace for all runs and can skip the overhead it produces. You should not run this together with --cpu since that will get a trace for every iteration. [boolean]
|
||||||
--browsertime.enableVideoRun, --enableVideoRun Make one extra run that collects video and visual metrics. This means you can do your runs with --visualMetrics true --video false --enableVideoRun true to collect visual metrics from all runs and save a video from the profile/video run. If you run it together with --enableProfileRun it will also collect profiling trace. [boolean]
|
--browsertime.enableVideoRun, --enableVideoRun Make one extra run that collects video and visual metrics. This means you can do your runs with --visualMetrics true --video false --enableVideoRun true to collect visual metrics from all runs and save a video from the profile/video run. If you run it together with --enableProfileRun it will also collect profiling race. [boolean]
|
||||||
--browsertime.cjs, --cjs Load scripting files that ends with .js as common js. Default (false) loads files as esmodules. [boolean] [default: false]
|
--browsertime.cjs, --cjs Load scripting files that ends with .js as common js. Default (false) loads files as esmodules. [boolean] [default: false]
|
||||||
--browsertime.tcpdump, --tcpdump Collect a tcpdump for each tested URL. The user that runs sitespeed.io should have sudo rights for tcpdump to work. [boolean] [default: false]
|
--browsertime.tcpdump, --tcpdump Collect a tcpdump for each tested URL. The user that runs sitespeed.io should have sudo rights for tcpdump to work. [boolean] [default: false]
|
||||||
--browsertime.android, --android Short key to use Android. Will automatically use com.android.chrome for Chrome and stable Firefox. If you want to use another Chrome version, use --chrome.android.package [boolean] [default: false]
|
--browsertime.android, --android Short key to use Android. Will automatically use com.android.chrome for Chrome and stable Firefox. If you want to use another Chrome version, use --chrome.android.package [boolean] [default: false]
|
||||||
|
|
@ -342,7 +342,6 @@ Options:
|
||||||
--urlAlias Use an alias for the URL (if you feed URLs from a file you can instead have the alias in the file). You need to pass on the same amount of alias as URLs. The alias is used as the name of the URL on the HTML report and in Graphite/InfluxDB. Pass on multiple --urlAlias for multiple alias/URLs. This will override alias in a file. [string]
|
--urlAlias Use an alias for the URL (if you feed URLs from a file you can instead have the alias in the file). You need to pass on the same amount of alias as URLs. The alias is used as the name of the URL on the HTML report and in Graphite/InfluxDB. Pass on multiple --urlAlias for multiple alias/URLs. This will override alias in a file. [string]
|
||||||
--groupAlias Use an alias for the group/domain. You need to pass on the same amount of alias as URLs. The alias is used as the name of the group in Graphite/InfluxDB. Pass on multiple --groupAlias for multiple alias/groups. This do not work for scripting at the moment. [string]
|
--groupAlias Use an alias for the group/domain. You need to pass on the same amount of alias as URLs. The alias is used as the name of the group in Graphite/InfluxDB. Pass on multiple --groupAlias for multiple alias/groups. This do not work for scripting at the moment. [string]
|
||||||
--utc Use Coordinated Universal Time for timestamps [boolean] [default: false]
|
--utc Use Coordinated Universal Time for timestamps [boolean] [default: false]
|
||||||
--logToFile Store the log for your run into a file in logs/sitespeed.io.log [boolean] [default: false]
|
|
||||||
--useHash If your site uses # for URLs and # give you unique URLs you need to turn on useHash. By default is it turned off, meaning URLs with hash and without hash are treated as the same URL [boolean] [default: false]
|
--useHash If your site uses # for URLs and # give you unique URLs you need to turn on useHash. By default is it turned off, meaning URLs with hash and without hash are treated as the same URL [boolean] [default: false]
|
||||||
--multi Test multiple URLs within the same browser session (same cache etc). Only works with Browsertime. Use this if you want to test multiple pages (use journey) or want to test multiple pages with scripts. You can mix URLs and scripts (the order will matter): login.js https://www.sitespeed.io/ logout.js - More details: https://www.sitespeed.io/documentation/sitespeed.io/scripting/ [boolean] [default: false]
|
--multi Test multiple URLs within the same browser session (same cache etc). Only works with Browsertime. Use this if you want to test multiple pages (use journey) or want to test multiple pages with scripts. You can mix URLs and scripts (the order will matter): login.js https://www.sitespeed.io/ logout.js - More details: https://www.sitespeed.io/documentation/sitespeed.io/scripting/ [boolean] [default: false]
|
||||||
--name Give your test a name.
|
--name Give your test a name.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>sitespeed.io-release-feed</id>
|
<id>sitespeed.io-release-feed</id>
|
||||||
<title>sitespeed.io release feed</title>
|
<title>sitespeed.io release feed</title>
|
||||||
<updated>2024-12-23T00:00:00.000Z</updated>
|
<updated>2025-01-21T00:00:00.000Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
@ -15,6 +15,130 @@
|
||||||
<logo>https://www.sitespeed.io/img/logos/sitespeed.io.png</logo>
|
<logo>https://www.sitespeed.io/img/logos/sitespeed.io.png</logo>
|
||||||
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
||||||
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[sitespeed.io 36.0.0]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0</id>
|
||||||
|
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0"/>
|
||||||
|
<updated>2025-01-21T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Update to Coach-core 8.1.1 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4363">#4363</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Use the offical Slack plugin instead of node-slack <a href="https://github.com/sitespeedio/sitespeed.io/pull/4360">#4360</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Firefox 134, Chrome 132 and NodeJS 22 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4395">#4395</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4396">#4396</a> and <a href="https://github.com/sitespeedio/sitespeed.io/pull/4405">#4405</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Let the Docker container output the CPU architecture for easier error reporting <a href="https://github.com/sitespeedio/sitespeed.io/pull/4404">#4404</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Replace dependencies with local code:</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix cli command: Use <code>--summaryDetail</code> (not summary-detail) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4376">#4376</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Remove connectivity output from text since it was broken <a href="https://github.com/sitespeedio/sitespeed.io/pull/4375">#4375</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade to co2.js 0.16.4 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4353">#4353</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Make sure co2 data is only read once at startup <a href="https://github.com/sitespeedio/sitespeed.io/pull/4352">#4352</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Making the slim container a little smaller <a href="https://github.com/sitespeedio/sitespeed.io/pull/4355">#4355</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Ugrade to google-cloud/storage-7.14.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4361">#4361</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade to AWS client 3.717.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4368">#4368</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Removed the webdriver manager in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4390">4390</a>. We don't use it but on MacOS Selenium still uses it to find the driver for Safari so we can only remove it in Docker.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix Wilcoxon NaN values when running the compare plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4402">#4402</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[browsertime 24.0.0]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0</id>
|
||||||
|
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0"/>
|
||||||
|
<updated>2025-01-20T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Edgedriver 132 <a href="https://github.com/sitespeedio/browsertime/pull/2254">#2236</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Chromedriver 132 <a href="https://github.com/sitespeedio/browsertime/pull/2253">#2236</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 <a href="https://github.com/sitespeedio/browsertime/pull/2255">#2255</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Replace dependencies with local implementation:</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix Docker file ENV to follow the new standard <a href="https://github.com/sitespeedio/browsertime/pull/2239">#2239</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Changed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Moved usb-power-profiling to be an optional package <a href="https://github.com/sitespeedio/browsertime/pull/2249">#2249</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[coach-core 8.1.1]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1</id>
|
||||||
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1"/>
|
||||||
|
<updated>2024-12-28T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fix broken minified release.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[coach-core 8.1.0]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0</id>
|
||||||
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0"/>
|
||||||
|
<updated>2024-12-28T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Use latest data from <a href="https://github.com/enthec/webappanalyzer">https://github.com/enthec/webappanalyzer</a> <a href="https://github.com/sitespeedio/coach-core/pull/114">#114</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Use third part web 0.26.2 <a href="https://github.com/sitespeedio/coach-core/pull/113">#113</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Update dev dependencies <a href="https://github.com/sitespeedio/coach-core/pull/115">#115</a>, <a href="https://github.com/sitespeedio/coach-core/pull/116">#116</a> and <a href="https://github.com/sitespeedio/coach-core/pull/117">#117</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[sitespeed.io 35.7.5]]></title>
|
<title type="html"><![CDATA[sitespeed.io 35.7.5]]></title>
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5</id>
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5</id>
|
||||||
|
|
@ -59,7 +183,7 @@
|
||||||
<li>Updated dev dependencies <a href="https://github.com/sitespeedio/browsertime/pull/2228">#2228</a>.</li>
|
<li>Updated dev dependencies <a href="https://github.com/sitespeedio/browsertime/pull/2228">#2228</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io <a href="https://github.com/sitespeedio/browsertime/pull/2229">#2229</a>.</li>
|
<li>Fix so the check for gnirehtet always use --android.gnirehtet to fix problems setting it in sitespeed.io <a href="https://github.com/sitespeedio/browsertime/pull/2229">#2229</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Update to execa 9.5.2 <a href="https://github.com/sitespeedio/browsertime/pull/2231">#2231</a>.</li>
|
<li>Update to execa 9.5.2 <a href="https://github.com/sitespeedio/browsertime/pull/2231">#2231</a>.</li>
|
||||||
|
|
@ -98,7 +222,7 @@
|
||||||
<updated>2024-12-20T00:00:00.000Z</updated>
|
<updated>2024-12-20T00:00:00.000Z</updated>
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Change bottom margin from 10 to 14 pixel when recoring a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
|
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
|
|
@ -414,21 +538,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Disable some calls back to home from Firefox <a href="https://github.com/sitespeedio/browsertime/pull/2212">#2212</a>.</li>
|
<li>Disable some calls back to home from Firefox <a href="https://github.com/sitespeedio/browsertime/pull/2212">#2212</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[browsertime 23.3.1]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1</id>
|
|
||||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1"/>
|
|
||||||
<updated>2024-11-13T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Disable security warning in Firefox 132 <a href="https://github.com/sitespeedio/browsertime/pull/2208">#2208</a> that fixes <a href="https://github.com/sitespeedio/browsertime/issues/2207">#2207</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
@ -444,21 +553,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgraded Chrome/Chromedriver to 131 (with a <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2330---2024-11-12">new Browsertime</a>) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4316">#4316</a>.</li>
|
<li>Upgraded Chrome/Chromedriver to 131 (with a <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2330---2024-11-12">new Browsertime</a>) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4316">#4316</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[sitespeed.io 35.4.1]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1</id>
|
|
||||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1"/>
|
|
||||||
<updated>2024-11-08T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>It seems to be a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1930110">problem</a> with Firefox 132 inside of Docker. Lets return to 131 for some time <a href="https://github.com/sitespeedio/sitespeed.io/pull/4313">#4313</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
@ -792,6 +886,36 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Search: Fix for searching for test type <a href="https://github.com/sitespeedio/onlinetest/pull/42">#42</a>.</li>
|
<li>Search: Fix for searching for test type <a href="https://github.com/sitespeedio/onlinetest/pull/42">#42</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[coach-core 8.0.2]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</id>
|
||||||
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2"/>
|
||||||
|
<updated>2023-08-31T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Another update to PageXray with a safer HTTP header check.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[coach-core 8.0.1]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1</id>
|
||||||
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1"/>
|
||||||
|
<updated>2023-08-31T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Updated PageXray.</li>
|
||||||
|
</ul>
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
@ -825,36 +949,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Update to latest minimist <a href="https://github.com/sitespeedio/pagexray/pull/122">#122</a>.</li>
|
<li>Update to latest minimist <a href="https://github.com/sitespeedio/pagexray/pull/122">#122</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[coach-core 8.0.2]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</id>
|
|
||||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2"/>
|
|
||||||
<updated>2023-08-31T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Another update to PageXray with a safer HTTP header check.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[coach-core 8.0.1]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1</id>
|
|
||||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1"/>
|
|
||||||
<updated>2023-08-31T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Updated PageXray.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
@ -1039,13 +1133,13 @@
|
||||||
</author>
|
</author>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[pagexray 4.4.2]]></title>
|
<title type="html"><![CDATA[coach-core 7.1.2]]></title>
|
||||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2</id>
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2</id>
|
||||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2"/>
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2"/>
|
||||||
<updated>2022-05-05T00:00:00.000Z</updated>
|
<updated>2022-05-05T00:00:00.000Z</updated>
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added missing SSL timings to the time per domain <a href="https://github.com/sitespeedio/pagexray/pull/117">#117</a></li>
|
<li>Upgraded to PageXray 4.4.2 and Third Party Web 0.17.1.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
|
|
@ -1054,13 +1148,13 @@
|
||||||
</author>
|
</author>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[coach-core 7.1.2]]></title>
|
<title type="html"><![CDATA[pagexray 4.4.2]]></title>
|
||||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2</id>
|
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2</id>
|
||||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2"/>
|
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2"/>
|
||||||
<updated>2022-05-05T00:00:00.000Z</updated>
|
<updated>2022-05-05T00:00:00.000Z</updated>
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgraded to PageXray 4.4.2 and Third Party Web 0.17.1.</li>
|
<li>Added missing SSL timings to the time per domain <a href="https://github.com/sitespeedio/pagexray/pull/117">#117</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
|
|
@ -1133,16 +1227,13 @@
|
||||||
</author>
|
</author>
|
||||||
</entry>
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[coach-core 7.1.0]]></title>
|
<title type="html"><![CDATA[pagexray 4.4.0]]></title>
|
||||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0</id>
|
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0</id>
|
||||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0"/>
|
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0"/>
|
||||||
<updated>2022-02-06T00:00:00.000Z</updated>
|
<updated>2022-02-04T00:00:00.000Z</updated>
|
||||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgraded to PageXray 4.0.0.</li>
|
<li>Fallback if mime types aren't mapped and use file endings. At the moment we fallback for some of the font types <a href="https://github.com/sitespeedio/pagexray/pull/109">#109</a>.</li>
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Upgraded to third party web 0.13.0.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
|
|
@ -1159,21 +1250,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Add _isLinkPreload on the request object if it is isLinkPreload <a href="https://github.com/sitespeedio/chrome-har/pull/94">#94</a>.</li>
|
<li>Add _isLinkPreload on the request object if it is isLinkPreload <a href="https://github.com/sitespeedio/chrome-har/pull/94">#94</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[pagexray 4.4.0]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0</id>
|
|
||||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0"/>
|
|
||||||
<updated>2022-02-04T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Fallback if mime types aren't mapped and use file endings. At the moment we fallback for some of the font types <a href="https://github.com/sitespeedio/pagexray/pull/109">#109</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
@ -1189,74 +1265,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Add support for setting packet loss. Add <code>--packetLoss</code> and set the loss in percentage.</li>
|
<li>Add support for setting packet loss. Add <code>--packetLoss</code> and set the loss in percentage.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[coach-core 7.0.0]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0</id>
|
|
||||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0"/>
|
|
||||||
<updated>2021-12-01T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Updated third-party-web to 0.12.6.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Use Chrome(ium) render blocking information to know if a request is render blocking or not <a href="https://github.com/sitespeedio/coach-core/pull/66">#66</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report offending JavaScript assets if the JavaScript max limits kicks in <a href="https://github.com/sitespeedio/coach-core/pull/70">#70</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>New largest contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/76">#76</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>New first contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/77">#77</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Added TBT in the CPU longtask advice <a href="https://github.com/sitespeedio/coach-core/pull/80">#80</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report content and transfer size for offending URLs <a href="https://github.com/sitespeedio/coach-core/pull/81">#81</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report offending assets with transfer/content size for page size limit <a href="https://github.com/sitespeedio/coach-core/pull/82">#82</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Fix cases when JQuery is undefined. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/64">#64</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>A better way to find offending layout shifters. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/65">#65</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Removed mentions aboout server push <a href="https://github.com/sitespeedio/coach-core/pull/69">#69</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Added more information on how to debug CPU advice <a href="https://github.com/sitespeedio/coach-core/pull/71">#71</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Changed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Moved AMP advice to best practice instead of privacy <a href="https://github.com/sitespeedio/coach-core/pull/67">#67</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Increased favicon max size advice from 5 to 10 kb <a href="https://github.com/sitespeedio/coach-core/pull/68">#68</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Renamed the fastRender advice to avoidRenderBlocking <a href="https://github.com/sitespeedio/coach-core/pull/73">#73</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Remove the third party async advice <a href="https://github.com/sitespeedio/coach-core/pull/74">#74</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Updated the layout shift advice to use cumulative layout shift <a href="https://github.com/sitespeedio/coach-core/pull/75">#75</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Changed id of the Google Tag Manager advice <a href="https://github.com/sitespeedio/coach-core/pull/79">#79</a></li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>browsertime-release-feed</id>
|
<id>browsertime-release-feed</id>
|
||||||
<title>browsertime release feed</title>
|
<title>browsertime release feed</title>
|
||||||
<updated>2024-12-23T21:17:07.404Z</updated>
|
<updated>2025-01-20T19:00:56.963Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
@ -16,6 +16,38 @@
|
||||||
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
||||||
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
||||||
<category term="Web Performance"/>
|
<category term="Web Performance"/>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[browsertime 24.0.0]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0</id>
|
||||||
|
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0"/>
|
||||||
|
<updated>2025-01-20T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Edgedriver 132 <a href="https://github.com/sitespeedio/browsertime/pull/2254">#2236</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Chromedriver 132 <a href="https://github.com/sitespeedio/browsertime/pull/2253">#2236</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 <a href="https://github.com/sitespeedio/browsertime/pull/2255">#2255</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Replace dependencies with local implementation:</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix Docker file ENV to follow the new standard <a href="https://github.com/sitespeedio/browsertime/pull/2239">#2239</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Changed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Moved usb-power-profiling to be an optional package <a href="https://github.com/sitespeedio/browsertime/pull/2249">#2249</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[browsertime 23.5.0]]></title>
|
<title type="html"><![CDATA[browsertime 23.5.0]]></title>
|
||||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.5.0</id>
|
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.5.0</id>
|
||||||
|
|
@ -33,7 +65,7 @@
|
||||||
<li>Updated dev dependencies <a href="https://github.com/sitespeedio/browsertime/pull/2228">#2228</a>.</li>
|
<li>Updated dev dependencies <a href="https://github.com/sitespeedio/browsertime/pull/2228">#2228</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io <a href="https://github.com/sitespeedio/browsertime/pull/2229">#2229</a>.</li>
|
<li>Fix so the check for gnirehtet always use --android.gnirehtet to fix problems setting it in sitespeed.io <a href="https://github.com/sitespeedio/browsertime/pull/2229">#2229</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Update to execa 9.5.2 <a href="https://github.com/sitespeedio/browsertime/pull/2231">#2231</a>.</li>
|
<li>Update to execa 9.5.2 <a href="https://github.com/sitespeedio/browsertime/pull/2231">#2231</a>.</li>
|
||||||
|
|
@ -57,7 +89,7 @@
|
||||||
<updated>2024-12-20T00:00:00.000Z</updated>
|
<updated>2024-12-20T00:00:00.000Z</updated>
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Change bottom margin from 10 to 14 pixel when recoring a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
|
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
|
|
@ -177,21 +209,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Disable some calls back to home from Firefox <a href="https://github.com/sitespeedio/browsertime/pull/2212">#2212</a>.</li>
|
<li>Disable some calls back to home from Firefox <a href="https://github.com/sitespeedio/browsertime/pull/2212">#2212</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[browsertime 23.3.1]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1</id>
|
|
||||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1"/>
|
|
||||||
<updated>2024-11-13T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Disable security warning in Firefox 132 <a href="https://github.com/sitespeedio/browsertime/pull/2208">#2208</a> that fixes <a href="https://github.com/sitespeedio/browsertime/issues/2207">#2207</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>browsertime release feed</title>
|
<title>browsertime release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of browsertime</description>
|
<description>New releases and changelog feed of browsertime</description>
|
||||||
<lastBuildDate>Mon, 23 Dec 2024 21:17:07 GMT</lastBuildDate>
|
<lastBuildDate>Mon, 20 Jan 2025 19:00:56 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
@ -16,6 +16,35 @@
|
||||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||||
<category>Web Performance</category>
|
<category>Web Performance</category>
|
||||||
<atom:link href="https://www.sitespeed.io/feed/browsertime.rss" rel="self" type="application/rss+xml"/>
|
<atom:link href="https://www.sitespeed.io/feed/browsertime.rss" rel="self" type="application/rss+xml"/>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[browsertime 24.0.0]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0</link>
|
||||||
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0</guid>
|
||||||
|
<pubDate>Mon, 20 Jan 2025 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Edgedriver 132 <a href="https://github.com/sitespeedio/browsertime/pull/2254">#2236</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Chromedriver 132 <a href="https://github.com/sitespeedio/browsertime/pull/2253">#2236</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 <a href="https://github.com/sitespeedio/browsertime/pull/2255">#2255</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Replace dependencies with local implementation:</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix Docker file ENV to follow the new standard <a href="https://github.com/sitespeedio/browsertime/pull/2239">#2239</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Changed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Moved usb-power-profiling to be an optional package <a href="https://github.com/sitespeedio/browsertime/pull/2249">#2249</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[browsertime 23.5.0]]></title>
|
<title><![CDATA[browsertime 23.5.0]]></title>
|
||||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.5.0</link>
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.5.0</link>
|
||||||
|
|
@ -33,7 +62,7 @@
|
||||||
<li>Updated dev dependencies <a href="https://github.com/sitespeedio/browsertime/pull/2228">#2228</a>.</li>
|
<li>Updated dev dependencies <a href="https://github.com/sitespeedio/browsertime/pull/2228">#2228</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io <a href="https://github.com/sitespeedio/browsertime/pull/2229">#2229</a>.</li>
|
<li>Fix so the check for gnirehtet always use --android.gnirehtet to fix problems setting it in sitespeed.io <a href="https://github.com/sitespeedio/browsertime/pull/2229">#2229</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Update to execa 9.5.2 <a href="https://github.com/sitespeedio/browsertime/pull/2231">#2231</a>.</li>
|
<li>Update to execa 9.5.2 <a href="https://github.com/sitespeedio/browsertime/pull/2231">#2231</a>.</li>
|
||||||
|
|
@ -54,7 +83,7 @@
|
||||||
<pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate>
|
<pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate>
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
<description><![CDATA[<h3>Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Change bottom margin from 10 to 14 pixel when recoring a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
|
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||||
|
|
@ -153,18 +182,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Disable some calls back to home from Firefox <a href="https://github.com/sitespeedio/browsertime/pull/2212">#2212</a>.</li>
|
<li>Disable some calls back to home from Firefox <a href="https://github.com/sitespeedio/browsertime/pull/2212">#2212</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[browsertime 23.3.1]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1</link>
|
|
||||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1</guid>
|
|
||||||
<pubDate>Wed, 13 Nov 2024 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Disable security warning in Firefox 132 <a href="https://github.com/sitespeedio/browsertime/pull/2208">#2208</a> that fixes <a href="https://github.com/sitespeedio/browsertime/issues/2207">#2207</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>chrome-har-release-feed</id>
|
<id>chrome-har-release-feed</id>
|
||||||
<title>chrome-har release feed</title>
|
<title>chrome-har release feed</title>
|
||||||
<updated>2024-10-11T13:50:39.328Z</updated>
|
<updated>2024-12-27T07:52:02.791Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>chrome-har release feed</title>
|
<title>chrome-har release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of chrome-har</description>
|
<description>New releases and changelog feed of chrome-har</description>
|
||||||
<lastBuildDate>Fri, 11 Oct 2024 13:50:39 GMT</lastBuildDate>
|
<lastBuildDate>Fri, 27 Dec 2024 07:52:02 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>coach-core-release-feed</id>
|
<id>coach-core-release-feed</id>
|
||||||
<title>coach-core release feed</title>
|
<title>coach-core release feed</title>
|
||||||
<updated>2024-03-21T14:14:57.464Z</updated>
|
<updated>2024-12-28T07:23:52.922Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
@ -16,6 +16,43 @@
|
||||||
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
||||||
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
||||||
<category term="Web Performance"/>
|
<category term="Web Performance"/>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[coach-core 8.1.1]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1</id>
|
||||||
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1"/>
|
||||||
|
<updated>2024-12-28T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fix broken minified release.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[coach-core 8.1.0]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0</id>
|
||||||
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0"/>
|
||||||
|
<updated>2024-12-28T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Use latest data from <a href="https://github.com/enthec/webappanalyzer">https://github.com/enthec/webappanalyzer</a> <a href="https://github.com/sitespeedio/coach-core/pull/114">#114</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Use third part web 0.26.2 <a href="https://github.com/sitespeedio/coach-core/pull/113">#113</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Update dev dependencies <a href="https://github.com/sitespeedio/coach-core/pull/115">#115</a>, <a href="https://github.com/sitespeedio/coach-core/pull/116">#116</a> and <a href="https://github.com/sitespeedio/coach-core/pull/117">#117</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[coach-core 8.0.2]]></title>
|
<title type="html"><![CDATA[coach-core 8.0.2]]></title>
|
||||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</id>
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</id>
|
||||||
|
|
@ -154,92 +191,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgraded to PageXray 4.4.1 and Third Party Web 0.15.0.</li>
|
<li>Upgraded to PageXray 4.4.1 and Third Party Web 0.15.0.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[coach-core 7.1.0]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0</id>
|
|
||||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0"/>
|
|
||||||
<updated>2022-02-06T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Upgraded to PageXray 4.0.0.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Upgraded to third party web 0.13.0.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[coach-core 7.0.0]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0</id>
|
|
||||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0"/>
|
|
||||||
<updated>2021-12-01T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Updated third-party-web to 0.12.6.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Use Chrome(ium) render blocking information to know if a request is render blocking or not <a href="https://github.com/sitespeedio/coach-core/pull/66">#66</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report offending JavaScript assets if the JavaScript max limits kicks in <a href="https://github.com/sitespeedio/coach-core/pull/70">#70</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>New largest contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/76">#76</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>New first contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/77">#77</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Added TBT in the CPU longtask advice <a href="https://github.com/sitespeedio/coach-core/pull/80">#80</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report content and transfer size for offending URLs <a href="https://github.com/sitespeedio/coach-core/pull/81">#81</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report offending assets with transfer/content size for page size limit <a href="https://github.com/sitespeedio/coach-core/pull/82">#82</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Fix cases when JQuery is undefined. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/64">#64</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>A better way to find offending layout shifters. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/65">#65</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Removed mentions aboout server push <a href="https://github.com/sitespeedio/coach-core/pull/69">#69</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Added more information on how to debug CPU advice <a href="https://github.com/sitespeedio/coach-core/pull/71">#71</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Changed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Moved AMP advice to best practice instead of privacy <a href="https://github.com/sitespeedio/coach-core/pull/67">#67</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Increased favicon max size advice from 5 to 10 kb <a href="https://github.com/sitespeedio/coach-core/pull/68">#68</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Renamed the fastRender advice to avoidRenderBlocking <a href="https://github.com/sitespeedio/coach-core/pull/73">#73</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Remove the third party async advice <a href="https://github.com/sitespeedio/coach-core/pull/74">#74</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Updated the layout shift advice to use cumulative layout shift <a href="https://github.com/sitespeedio/coach-core/pull/75">#75</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Changed id of the Google Tag Manager advice <a href="https://github.com/sitespeedio/coach-core/pull/79">#79</a></li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>coach-core release feed</title>
|
<title>coach-core release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of coach-core</description>
|
<description>New releases and changelog feed of coach-core</description>
|
||||||
<lastBuildDate>Thu, 21 Mar 2024 14:14:57 GMT</lastBuildDate>
|
<lastBuildDate>Sat, 28 Dec 2024 07:23:52 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
@ -16,6 +16,37 @@
|
||||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||||
<category>Web Performance</category>
|
<category>Web Performance</category>
|
||||||
<atom:link href="https://www.sitespeed.io/feed/coach-core.rss" rel="self" type="application/rss+xml"/>
|
<atom:link href="https://www.sitespeed.io/feed/coach-core.rss" rel="self" type="application/rss+xml"/>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[coach-core 8.1.1]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1</link>
|
||||||
|
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1</guid>
|
||||||
|
<pubDate>Sat, 28 Dec 2024 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fix broken minified release.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[coach-core 8.1.0]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0</link>
|
||||||
|
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0</guid>
|
||||||
|
<pubDate>Sat, 28 Dec 2024 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Use latest data from <a href="https://github.com/enthec/webappanalyzer">https://github.com/enthec/webappanalyzer</a> <a href="https://github.com/sitespeedio/coach-core/pull/114">#114</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Use third part web 0.26.2 <a href="https://github.com/sitespeedio/coach-core/pull/113">#113</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Update dev dependencies <a href="https://github.com/sitespeedio/coach-core/pull/115">#115</a>, <a href="https://github.com/sitespeedio/coach-core/pull/116">#116</a> and <a href="https://github.com/sitespeedio/coach-core/pull/117">#117</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[coach-core 8.0.2]]></title>
|
<title><![CDATA[coach-core 8.0.2]]></title>
|
||||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</link>
|
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</link>
|
||||||
|
|
@ -133,86 +164,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgraded to PageXray 4.4.1 and Third Party Web 0.15.0.</li>
|
<li>Upgraded to PageXray 4.4.1 and Third Party Web 0.15.0.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[coach-core 7.1.0]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0</link>
|
|
||||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0</guid>
|
|
||||||
<pubDate>Sun, 06 Feb 2022 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Added</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Upgraded to PageXray 4.0.0.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Upgraded to third party web 0.13.0.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[coach-core 7.0.0]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0</link>
|
|
||||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0</guid>
|
|
||||||
<pubDate>Wed, 01 Dec 2021 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Added</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Updated third-party-web to 0.12.6.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Use Chrome(ium) render blocking information to know if a request is render blocking or not <a href="https://github.com/sitespeedio/coach-core/pull/66">#66</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report offending JavaScript assets if the JavaScript max limits kicks in <a href="https://github.com/sitespeedio/coach-core/pull/70">#70</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>New largest contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/76">#76</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>New first contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/77">#77</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Added TBT in the CPU longtask advice <a href="https://github.com/sitespeedio/coach-core/pull/80">#80</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report content and transfer size for offending URLs <a href="https://github.com/sitespeedio/coach-core/pull/81">#81</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report offending assets with transfer/content size for page size limit <a href="https://github.com/sitespeedio/coach-core/pull/82">#82</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Fix cases when JQuery is undefined. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/64">#64</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>A better way to find offending layout shifters. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/65">#65</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Removed mentions aboout server push <a href="https://github.com/sitespeedio/coach-core/pull/69">#69</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Added more information on how to debug CPU advice <a href="https://github.com/sitespeedio/coach-core/pull/71">#71</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Changed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Moved AMP advice to best practice instead of privacy <a href="https://github.com/sitespeedio/coach-core/pull/67">#67</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Increased favicon max size advice from 5 to 10 kb <a href="https://github.com/sitespeedio/coach-core/pull/68">#68</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Renamed the fastRender advice to avoidRenderBlocking <a href="https://github.com/sitespeedio/coach-core/pull/73">#73</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Remove the third party async advice <a href="https://github.com/sitespeedio/coach-core/pull/74">#74</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Updated the layout shift advice to use cumulative layout shift <a href="https://github.com/sitespeedio/coach-core/pull/75">#75</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Changed id of the Google Tag Manager advice <a href="https://github.com/sitespeedio/coach-core/pull/79">#79</a></li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>pagexray-release-feed</id>
|
<id>pagexray-release-feed</id>
|
||||||
<title>pagexray release feed</title>
|
<title>pagexray release feed</title>
|
||||||
<updated>2024-03-21T14:14:57.465Z</updated>
|
<updated>2024-12-27T07:52:02.793Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>pagexray release feed</title>
|
<title>pagexray release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of pagexray</description>
|
<description>New releases and changelog feed of pagexray</description>
|
||||||
<lastBuildDate>Thu, 21 Mar 2024 14:14:57 GMT</lastBuildDate>
|
<lastBuildDate>Fri, 27 Dec 2024 07:52:02 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>sitespeed.io release feed</title>
|
<title>sitespeed.io release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of sitespeed.io</description>
|
<description>New releases and changelog feed of sitespeed.io</description>
|
||||||
<lastBuildDate>Mon, 23 Dec 2024 00:00:00 GMT</lastBuildDate>
|
<lastBuildDate>Tue, 21 Jan 2025 00:00:00 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
@ -15,6 +15,118 @@
|
||||||
</image>
|
</image>
|
||||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||||
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
|
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[sitespeed.io 36.0.0]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0</link>
|
||||||
|
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0</guid>
|
||||||
|
<pubDate>Tue, 21 Jan 2025 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Update to Coach-core 8.1.1 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4363">#4363</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Use the offical Slack plugin instead of node-slack <a href="https://github.com/sitespeedio/sitespeed.io/pull/4360">#4360</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Firefox 134, Chrome 132 and NodeJS 22 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4395">#4395</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4396">#4396</a> and <a href="https://github.com/sitespeedio/sitespeed.io/pull/4405">#4405</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Let the Docker container output the CPU architecture for easier error reporting <a href="https://github.com/sitespeedio/sitespeed.io/pull/4404">#4404</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Replace dependencies with local code:</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix cli command: Use <code>--summaryDetail</code> (not summary-detail) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4376">#4376</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Remove connectivity output from text since it was broken <a href="https://github.com/sitespeedio/sitespeed.io/pull/4375">#4375</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade to co2.js 0.16.4 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4353">#4353</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Make sure co2 data is only read once at startup <a href="https://github.com/sitespeedio/sitespeed.io/pull/4352">#4352</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Making the slim container a little smaller <a href="https://github.com/sitespeedio/sitespeed.io/pull/4355">#4355</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Ugrade to google-cloud/storage-7.14.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4361">#4361</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade to AWS client 3.717.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4368">#4368</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Removed the webdriver manager in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4390">4390</a>. We don't use it but on MacOS Selenium still uses it to find the driver for Safari so we can only remove it in Docker.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix Wilcoxon NaN values when running the compare plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4402">#4402</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[browsertime 24.0.0]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0</link>
|
||||||
|
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.0.0</guid>
|
||||||
|
<pubDate>Mon, 20 Jan 2025 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Edgedriver 132 <a href="https://github.com/sitespeedio/browsertime/pull/2254">#2236</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Chromedriver 132 <a href="https://github.com/sitespeedio/browsertime/pull/2253">#2236</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 <a href="https://github.com/sitespeedio/browsertime/pull/2255">#2255</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Replace dependencies with local implementation:</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix Docker file ENV to follow the new standard <a href="https://github.com/sitespeedio/browsertime/pull/2239">#2239</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Changed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Moved usb-power-profiling to be an optional package <a href="https://github.com/sitespeedio/browsertime/pull/2249">#2249</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[coach-core 8.1.1]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1</link>
|
||||||
|
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.1</guid>
|
||||||
|
<pubDate>Sat, 28 Dec 2024 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fix broken minified release.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[coach-core 8.1.0]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0</link>
|
||||||
|
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.1.0</guid>
|
||||||
|
<pubDate>Sat, 28 Dec 2024 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Use latest data from <a href="https://github.com/enthec/webappanalyzer">https://github.com/enthec/webappanalyzer</a> <a href="https://github.com/sitespeedio/coach-core/pull/114">#114</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Use third part web 0.26.2 <a href="https://github.com/sitespeedio/coach-core/pull/113">#113</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Update dev dependencies <a href="https://github.com/sitespeedio/coach-core/pull/115">#115</a>, <a href="https://github.com/sitespeedio/coach-core/pull/116">#116</a> and <a href="https://github.com/sitespeedio/coach-core/pull/117">#117</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[sitespeed.io 35.7.5]]></title>
|
<title><![CDATA[sitespeed.io 35.7.5]]></title>
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5</link>
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5</link>
|
||||||
|
|
@ -56,7 +168,7 @@
|
||||||
<li>Updated dev dependencies <a href="https://github.com/sitespeedio/browsertime/pull/2228">#2228</a>.</li>
|
<li>Updated dev dependencies <a href="https://github.com/sitespeedio/browsertime/pull/2228">#2228</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io <a href="https://github.com/sitespeedio/browsertime/pull/2229">#2229</a>.</li>
|
<li>Fix so the check for gnirehtet always use --android.gnirehtet to fix problems setting it in sitespeed.io <a href="https://github.com/sitespeedio/browsertime/pull/2229">#2229</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Update to execa 9.5.2 <a href="https://github.com/sitespeedio/browsertime/pull/2231">#2231</a>.</li>
|
<li>Update to execa 9.5.2 <a href="https://github.com/sitespeedio/browsertime/pull/2231">#2231</a>.</li>
|
||||||
|
|
@ -89,7 +201,7 @@
|
||||||
<pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate>
|
<pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate>
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
<description><![CDATA[<h3>Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Change bottom margin from 10 to 14 pixel when recoring a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
|
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||||
|
|
@ -342,18 +454,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Disable some calls back to home from Firefox <a href="https://github.com/sitespeedio/browsertime/pull/2212">#2212</a>.</li>
|
<li>Disable some calls back to home from Firefox <a href="https://github.com/sitespeedio/browsertime/pull/2212">#2212</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[browsertime 23.3.1]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1</link>
|
|
||||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.3.1</guid>
|
|
||||||
<pubDate>Wed, 13 Nov 2024 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Disable security warning in Firefox 132 <a href="https://github.com/sitespeedio/browsertime/pull/2208">#2208</a> that fixes <a href="https://github.com/sitespeedio/browsertime/issues/2207">#2207</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
|
|
@ -366,18 +466,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgraded Chrome/Chromedriver to 131 (with a <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2330---2024-11-12">new Browsertime</a>) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4316">#4316</a>.</li>
|
<li>Upgraded Chrome/Chromedriver to 131 (with a <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2330---2024-11-12">new Browsertime</a>) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4316">#4316</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[sitespeed.io 35.4.1]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1</link>
|
|
||||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1</guid>
|
|
||||||
<pubDate>Fri, 08 Nov 2024 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>It seems to be a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1930110">problem</a> with Firefox 132 inside of Docker. Lets return to 131 for some time <a href="https://github.com/sitespeedio/sitespeed.io/pull/4313">#4313</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
|
|
@ -638,6 +726,30 @@
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[coach-core 8.0.2]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</link>
|
||||||
|
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</guid>
|
||||||
|
<pubDate>Thu, 31 Aug 2023 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Another update to PageXray with a safer HTTP header check.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[coach-core 8.0.1]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1</link>
|
||||||
|
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1</guid>
|
||||||
|
<pubDate>Thu, 31 Aug 2023 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Updated PageXray.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[pagexray 4.4.4]]></title>
|
<title><![CDATA[pagexray 4.4.4]]></title>
|
||||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.4</link>
|
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.4</link>
|
||||||
|
|
@ -665,30 +777,6 @@
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title><![CDATA[coach-core 8.0.2]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</link>
|
|
||||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</guid>
|
|
||||||
<pubDate>Thu, 31 Aug 2023 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Another update to PageXray with a safer HTTP header check.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[coach-core 8.0.1]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1</link>
|
|
||||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1</guid>
|
|
||||||
<pubDate>Thu, 31 Aug 2023 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Updated PageXray.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[coach-core 8.0.0]]></title>
|
<title><![CDATA[coach-core 8.0.0]]></title>
|
||||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.0</link>
|
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.0</link>
|
||||||
|
|
@ -830,18 +918,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title><![CDATA[pagexray 4.4.2]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2</link>
|
|
||||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2</guid>
|
|
||||||
<pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Added missing SSL timings to the time per domain <a href="https://github.com/sitespeedio/pagexray/pull/117">#117</a></li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[coach-core 7.1.2]]></title>
|
<title><![CDATA[coach-core 7.1.2]]></title>
|
||||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2</link>
|
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2</link>
|
||||||
|
|
@ -854,6 +930,18 @@
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[pagexray 4.4.2]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2</link>
|
||||||
|
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2</guid>
|
||||||
|
<pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Added missing SSL timings to the time per domain <a href="https://github.com/sitespeedio/pagexray/pull/117">#117</a></li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[throttle 3.1.1]]></title>
|
<title><![CDATA[throttle 3.1.1]]></title>
|
||||||
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.1</link>
|
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.1</link>
|
||||||
|
|
@ -905,19 +993,16 @@
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[coach-core 7.1.0]]></title>
|
<title><![CDATA[pagexray 4.4.0]]></title>
|
||||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0</link>
|
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0</link>
|
||||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0</guid>
|
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0</guid>
|
||||||
<pubDate>Sun, 06 Feb 2022 00:00:00 GMT</pubDate>
|
<pubDate>Fri, 04 Feb 2022 00:00:00 GMT</pubDate>
|
||||||
<description><![CDATA[<h3>Added</h3>
|
<description><![CDATA[<h3>Added</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgraded to PageXray 4.0.0.</li>
|
<li>Fallback if mime types aren't mapped and use file endings. At the moment we fallback for some of the font types <a href="https://github.com/sitespeedio/pagexray/pull/109">#109</a>.</li>
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Upgraded to third party web 0.13.0.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[chrome-har 0.13.0]]></title>
|
<title><![CDATA[chrome-har 0.13.0]]></title>
|
||||||
|
|
@ -930,18 +1015,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title><![CDATA[pagexray 4.4.0]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0</link>
|
|
||||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.0</guid>
|
|
||||||
<pubDate>Fri, 04 Feb 2022 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Added</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Fallback if mime types aren't mapped and use file endings. At the moment we fallback for some of the font types <a href="https://github.com/sitespeedio/pagexray/pull/109">#109</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[throttle 3.1.0]]></title>
|
<title><![CDATA[throttle 3.1.0]]></title>
|
||||||
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.0</link>
|
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.0</link>
|
||||||
|
|
@ -953,71 +1026,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title><![CDATA[coach-core 7.0.0]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0</link>
|
|
||||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0</guid>
|
|
||||||
<pubDate>Wed, 01 Dec 2021 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Added</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Updated third-party-web to 0.12.6.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Use Chrome(ium) render blocking information to know if a request is render blocking or not <a href="https://github.com/sitespeedio/coach-core/pull/66">#66</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report offending JavaScript assets if the JavaScript max limits kicks in <a href="https://github.com/sitespeedio/coach-core/pull/70">#70</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>New largest contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/76">#76</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>New first contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/77">#77</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Added TBT in the CPU longtask advice <a href="https://github.com/sitespeedio/coach-core/pull/80">#80</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report content and transfer size for offending URLs <a href="https://github.com/sitespeedio/coach-core/pull/81">#81</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Report offending assets with transfer/content size for page size limit <a href="https://github.com/sitespeedio/coach-core/pull/82">#82</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Fix cases when JQuery is undefined. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/64">#64</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>A better way to find offending layout shifters. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/65">#65</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Removed mentions aboout server push <a href="https://github.com/sitespeedio/coach-core/pull/69">#69</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Added more information on how to debug CPU advice <a href="https://github.com/sitespeedio/coach-core/pull/71">#71</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Changed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Moved AMP advice to best practice instead of privacy <a href="https://github.com/sitespeedio/coach-core/pull/67">#67</a>.</li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Increased favicon max size advice from 5 to 10 kb <a href="https://github.com/sitespeedio/coach-core/pull/68">#68</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Renamed the fastRender advice to avoidRenderBlocking <a href="https://github.com/sitespeedio/coach-core/pull/73">#73</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Remove the third party async advice <a href="https://github.com/sitespeedio/coach-core/pull/74">#74</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Updated the layout shift advice to use cumulative layout shift <a href="https://github.com/sitespeedio/coach-core/pull/75">#75</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
|
||||||
<li>Changed id of the Google Tag Manager advice <a href="https://github.com/sitespeedio/coach-core/pull/79">#79</a></li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[coach 7.0.0]]></title>
|
<title><![CDATA[coach 7.0.0]]></title>
|
||||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#7.0.0</link>
|
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#7.0.0</link>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>server-release-feed</id>
|
<id>server-release-feed</id>
|
||||||
<title>server release feed</title>
|
<title>server release feed</title>
|
||||||
<updated>2024-12-14T12:48:06.959Z</updated>
|
<updated>2024-12-27T07:52:02.793Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>server release feed</title>
|
<title>server release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of server</description>
|
<description>New releases and changelog feed of server</description>
|
||||||
<lastBuildDate>Sat, 14 Dec 2024 12:48:06 GMT</lastBuildDate>
|
<lastBuildDate>Fri, 27 Dec 2024 07:52:02 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>sitespeed.io-release-feed</id>
|
<id>sitespeed.io-release-feed</id>
|
||||||
<title>sitespeed.io release feed</title>
|
<title>sitespeed.io release feed</title>
|
||||||
<updated>2024-12-23T21:32:10.840Z</updated>
|
<updated>2025-01-21T06:29:31.632Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
@ -16,6 +16,61 @@
|
||||||
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
||||||
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
||||||
<category term="Web Performance"/>
|
<category term="Web Performance"/>
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[sitespeed.io 36.0.0]]></title>
|
||||||
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0</id>
|
||||||
|
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0"/>
|
||||||
|
<updated>2025-01-21T00:00:00.000Z</updated>
|
||||||
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Update to Coach-core 8.1.1 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4363">#4363</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Use the offical Slack plugin instead of node-slack <a href="https://github.com/sitespeedio/sitespeed.io/pull/4360">#4360</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Firefox 134, Chrome 132 and NodeJS 22 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4395">#4395</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4396">#4396</a> and <a href="https://github.com/sitespeedio/sitespeed.io/pull/4405">#4405</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Let the Docker container output the CPU architecture for easier error reporting <a href="https://github.com/sitespeedio/sitespeed.io/pull/4404">#4404</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Replace dependencies with local code:</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix cli command: Use <code>--summaryDetail</code> (not summary-detail) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4376">#4376</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Remove connectivity output from text since it was broken <a href="https://github.com/sitespeedio/sitespeed.io/pull/4375">#4375</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade to co2.js 0.16.4 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4353">#4353</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Make sure co2 data is only read once at startup <a href="https://github.com/sitespeedio/sitespeed.io/pull/4352">#4352</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Making the slim container a little smaller <a href="https://github.com/sitespeedio/sitespeed.io/pull/4355">#4355</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Ugrade to google-cloud/storage-7.14.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4361">#4361</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade to AWS client 3.717.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4368">#4368</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Removed the webdriver manager in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4390">4390</a>. We don't use it but on MacOS Selenium still uses it to find the driver for Safari so we can only remove it in Docker.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix Wilcoxon NaN values when running the compare plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4402">#4402</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></summary>
|
||||||
|
<author>
|
||||||
|
<name>Sitespeed.io</name>
|
||||||
|
<uri>https://www.sitespeed.io</uri>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[sitespeed.io 35.7.5]]></title>
|
<title type="html"><![CDATA[sitespeed.io 35.7.5]]></title>
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5</id>
|
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5</id>
|
||||||
|
|
@ -173,21 +228,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgraded Chrome/Chromedriver to 131 (with a <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2330---2024-11-12">new Browsertime</a>) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4316">#4316</a>.</li>
|
<li>Upgraded Chrome/Chromedriver to 131 (with a <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2330---2024-11-12">new Browsertime</a>) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4316">#4316</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></summary>
|
|
||||||
<author>
|
|
||||||
<name>Sitespeed.io</name>
|
|
||||||
<uri>https://www.sitespeed.io</uri>
|
|
||||||
</author>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[sitespeed.io 35.4.1]]></title>
|
|
||||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1</id>
|
|
||||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1"/>
|
|
||||||
<updated>2024-11-08T00:00:00.000Z</updated>
|
|
||||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>It seems to be a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1930110">problem</a> with Firefox 132 inside of Docker. Lets return to 131 for some time <a href="https://github.com/sitespeedio/sitespeed.io/pull/4313">#4313</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></summary>
|
]]></summary>
|
||||||
<author>
|
<author>
|
||||||
<name>Sitespeed.io</name>
|
<name>Sitespeed.io</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>sitespeed.io release feed</title>
|
<title>sitespeed.io release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of sitespeed.io</description>
|
<description>New releases and changelog feed of sitespeed.io</description>
|
||||||
<lastBuildDate>Mon, 23 Dec 2024 21:32:10 GMT</lastBuildDate>
|
<lastBuildDate>Tue, 21 Jan 2025 06:29:31 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
@ -16,6 +16,58 @@
|
||||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||||
<category>Web Performance</category>
|
<category>Web Performance</category>
|
||||||
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
|
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
|
||||||
|
<item>
|
||||||
|
<title><![CDATA[sitespeed.io 36.0.0]]></title>
|
||||||
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0</link>
|
||||||
|
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#36.0.0</guid>
|
||||||
|
<pubDate>Tue, 21 Jan 2025 00:00:00 GMT</pubDate>
|
||||||
|
<description><![CDATA[<h3>Added</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Update to Coach-core 8.1.1 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4363">#4363</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Use the offical Slack plugin instead of node-slack <a href="https://github.com/sitespeedio/sitespeed.io/pull/4360">#4360</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Firefox 134, Chrome 132 and NodeJS 22 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4395">#4395</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4396">#4396</a> and <a href="https://github.com/sitespeedio/sitespeed.io/pull/4405">#4405</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Let the Docker container output the CPU architecture for easier error reporting <a href="https://github.com/sitespeedio/sitespeed.io/pull/4404">#4404</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Replace dependencies with local code:</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix cli command: Use <code>--summaryDetail</code> (not summary-detail) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4376">#4376</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Remove connectivity output from text since it was broken <a href="https://github.com/sitespeedio/sitespeed.io/pull/4375">#4375</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade to co2.js 0.16.4 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4353">#4353</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Make sure co2 data is only read once at startup <a href="https://github.com/sitespeedio/sitespeed.io/pull/4352">#4352</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Making the slim container a little smaller <a href="https://github.com/sitespeedio/sitespeed.io/pull/4355">#4355</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Ugrade to google-cloud/storage-7.14.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4361">#4361</a>.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade to AWS client 3.717.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4368">#4368</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Removed the webdriver manager in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4390">4390</a>. We don't use it but on MacOS Selenium still uses it to find the driver for Safari so we can only remove it in Docker.</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Fix Wilcoxon NaN values when running the compare plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4402">#4402</a>.</li>
|
||||||
|
</ul>
|
||||||
|
]]></description>
|
||||||
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title><![CDATA[sitespeed.io 35.7.5]]></title>
|
<title><![CDATA[sitespeed.io 35.7.5]]></title>
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5</link>
|
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.7.5</link>
|
||||||
|
|
@ -149,18 +201,6 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgraded Chrome/Chromedriver to 131 (with a <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2330---2024-11-12">new Browsertime</a>) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4316">#4316</a>.</li>
|
<li>Upgraded Chrome/Chromedriver to 131 (with a <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2330---2024-11-12">new Browsertime</a>) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4316">#4316</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title><![CDATA[sitespeed.io 35.4.1]]></title>
|
|
||||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1</link>
|
|
||||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#35.4.1</guid>
|
|
||||||
<pubDate>Fri, 08 Nov 2024 00:00:00 GMT</pubDate>
|
|
||||||
<description><![CDATA[<h3>Fixed</h3>
|
|
||||||
<ul>
|
|
||||||
<li>It seems to be a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1930110">problem</a> with Firefox 132 inside of Docker. Lets return to 131 for some time <a href="https://github.com/sitespeedio/sitespeed.io/pull/4313">#4313</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]></description>
|
]]></description>
|
||||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>testrunner-release-feed</id>
|
<id>testrunner-release-feed</id>
|
||||||
<title>testrunner release feed</title>
|
<title>testrunner release feed</title>
|
||||||
<updated>2024-12-18T09:31:31.151Z</updated>
|
<updated>2024-12-27T07:52:02.795Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>testrunner release feed</title>
|
<title>testrunner release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of testrunner</description>
|
<description>New releases and changelog feed of testrunner</description>
|
||||||
<lastBuildDate>Wed, 18 Dec 2024 09:31:31 GMT</lastBuildDate>
|
<lastBuildDate>Fri, 27 Dec 2024 07:52:02 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>throttle-release-feed</id>
|
<id>throttle-release-feed</id>
|
||||||
<title>throttle release feed</title>
|
<title>throttle release feed</title>
|
||||||
<updated>2024-08-26T17:27:51.901Z</updated>
|
<updated>2024-12-27T07:52:02.796Z</updated>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<author>
|
<author>
|
||||||
<name>Peter Hedenskog</name>
|
<name>Peter Hedenskog</name>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<title>throttle release feed</title>
|
<title>throttle release feed</title>
|
||||||
<link>https://www.sitespeed.io</link>
|
<link>https://www.sitespeed.io</link>
|
||||||
<description>New releases and changelog feed of throttle</description>
|
<description>New releases and changelog feed of throttle</description>
|
||||||
<lastBuildDate>Mon, 26 Aug 2024 17:27:51 GMT</lastBuildDate>
|
<lastBuildDate>Fri, 27 Dec 2024 07:52:02 GMT</lastBuildDate>
|
||||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||||
<generator>https://github.com/jpmonette/feed</generator>
|
<generator>https://github.com/jpmonette/feed</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue