new release

This commit is contained in:
soulgalore 2022-07-14 15:36:58 +02:00
parent 83810b40d4
commit 27b0b183ba
9 changed files with 166 additions and 127 deletions

View File

@ -9,6 +9,7 @@
* If one of the visual elements failed, all failed. Fixed in [#1818](https://github.com/sitespeedio/browsertime/pull/1818).
* Use buffered long tasks instead of injecting the measurement in the page [#1817](https://github.com/sitespeedio/browsertime/pull/1817).
* Fixed broken Chromedriver and Geckodriver install on Windows.
* Upgraded NodeJS in the Docker container + updated to latest updated Ubuntu 20.
## 25.4.0 - 2022-07-05
### Added

View File

@ -1 +1 @@
25.4.0
25.5.0

View File

@ -134,6 +134,16 @@ Crawler
--crawler.include Discard URLs not matching the provided regular expression (ex: "/some/path/", "://some\.domain/"). Can be provided multiple times.
--crawler.ignoreRobotsTxt Ignore robots.txt rules of the crawled domain. [boolean] [default: false]
scp
--scp.host The host.
--scp. destinationPath The destionation path on the remote server where the files will be copied.
--scp.port The port for ssh when scp the result to another server. [default: 22]
--scp.username The username. Use username/password or username/privateKey/pem.
--scp.password The password if you do not use a pem file.
--scp.privateKey Path to the pem file.
--scp.passphrase The passphrase for the pem file.
--scp.removeLocalResult Remove the files locally when the files has been copied to the other server. [default: true]
Grafana
--grafana.host The Grafana host used when sending annotations.
--grafana.port The Grafana port used when sending annotations to Grafana. [default: 80]

View File

@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>sitespeed.io-release-feed</id>
<title>sitespeed.io release feed</title>
<updated>2022-07-05T00:00:00.000Z</updated>
<updated>2022-07-14T00:00:00.000Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<author>
<name>Peter Hedenskog</name>
@ -15,6 +15,46 @@
<logo>https://www.sitespeed.io/img/logos/sitespeed.io.png</logo>
<icon>http://www.sitespeed.io/favicon.ico</icon>
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
<entry>
<title type="html"><![CDATA[sitespeed.io 25.5.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.5.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.5.0"/>
<updated>2022-07-14T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>New scp plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/3691">#3691</a>. The plugin is exprimental and documentation is coming in a couple of releases.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Upgraded to <a href="https://github.com/sitespeedio/browsertime/releases/tag/v16.11.3">Browsertime 16.1.3</a> that fixes:</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[browsertime 16.11.3]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.3</id>
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.3"/>
<updated>2022-07-14T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Fixed</h3>
<ul>
<li>If one of the visual elements failed, all failed. Fixed in <a href="https://github.com/sitespeedio/browsertime/pull/1818">#1818</a>.</li>
</ul>
<ul>
<li>Use buffered long tasks instead of injecting the measuremnt in the page <a href="https://github.com/sitespeedio/browsertime/pull/1817">#1817</a>.</li>
</ul>
<ul>
<li>Fixed broken CHromedriver and Geckodriver install on Windows.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 25.4.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.4.0</id>
@ -381,39 +421,6 @@
<ul>
<li>Updated to Firefox 101, Edge 102, Chrome 102 in the Docker container.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 24.9.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#24.9.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#24.9.0"/>
<updated>2022-05-25T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Updated the Docker container to use Chrome 102 <a href="https://github.com/sitespeedio/sitespeed.io/pull/3665">#3665</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[browsertime 16.7.0]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0</id>
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0"/>
<updated>2022-05-20T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Include last CPU long task in the HAR file so we can show when it happens <a href="https://github.com/sitespeedio/browsertime/pull/1793">#1793</a>.</li>
</ul>
<ul>
<li>Inlclude TTFB and INP in the Google Web Vital namespace <a href="https://github.com/sitespeedio/browsertime/pull/1792">#1792</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>

View File

@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>browsertime-release-feed</id>
<title>browsertime release feed</title>
<updated>2022-07-05T07:49:24.295Z</updated>
<updated>2022-07-14T09:21:30.962Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<author>
<name>Peter Hedenskog</name>
@ -16,6 +16,27 @@
<icon>http://www.sitespeed.io/favicon.ico</icon>
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
<category term="Web Performance"/>
<entry>
<title type="html"><![CDATA[browsertime 16.11.3]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.3</id>
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.3"/>
<updated>2022-07-14T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Fixed</h3>
<ul>
<li>If one of the visual elements failed, all failed. Fixed in <a href="https://github.com/sitespeedio/browsertime/pull/1818">#1818</a>.</li>
</ul>
<ul>
<li>Use buffered long tasks instead of injecting the measuremnt in the page <a href="https://github.com/sitespeedio/browsertime/pull/1817">#1817</a>.</li>
</ul>
<ul>
<li>Fixed broken CHromedriver and Geckodriver install on Windows.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[browsertime 16.11.2]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.2</id>
@ -171,24 +192,6 @@
<ul>
<li>Updated to Firefox 101, Edge 102, Chrome 102 in the Docker container.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[browsertime 16.7.0]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0</id>
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0"/>
<updated>2022-05-20T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Include last CPU long task in the HAR file so we can show when it happens <a href="https://github.com/sitespeedio/browsertime/pull/1793">#1793</a>.</li>
</ul>
<ul>
<li>Inlclude TTFB and INP in the Google Web Vital namespace <a href="https://github.com/sitespeedio/browsertime/pull/1792">#1792</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>

View File

@ -4,7 +4,7 @@
<title>browsertime release feed</title>
<link>https://www.sitespeed.io</link>
<description>New releases and changelog feed of browsertime</description>
<lastBuildDate>Tue, 05 Jul 2022 07:49:24 GMT</lastBuildDate>
<lastBuildDate>Thu, 14 Jul 2022 09:21:30 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
@ -16,6 +16,24 @@
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
<category>Web Performance</category>
<atom:link href="https://www.sitespeed.io/feed/browsertime.rss" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[browsertime 16.11.3]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.3</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.3</guid>
<pubDate>Thu, 14 Jul 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>If one of the visual elements failed, all failed. Fixed in <a href="https://github.com/sitespeedio/browsertime/pull/1818">#1818</a>.</li>
</ul>
<ul>
<li>Use buffered long tasks instead of injecting the measuremnt in the page <a href="https://github.com/sitespeedio/browsertime/pull/1817">#1817</a>.</li>
</ul>
<ul>
<li>Fixed broken CHromedriver and Geckodriver install on Windows.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.11.2]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.2</link>
@ -147,21 +165,6 @@
<ul>
<li>Updated to Firefox 101, Edge 102, Chrome 102 in the Docker container.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.7.0]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0</guid>
<pubDate>Fri, 20 May 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Include last CPU long task in the HAR file so we can show when it happens <a href="https://github.com/sitespeedio/browsertime/pull/1793">#1793</a>.</li>
</ul>
<ul>
<li>Inlclude TTFB and INP in the Google Web Vital namespace <a href="https://github.com/sitespeedio/browsertime/pull/1792">#1792</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>

View File

@ -4,7 +4,7 @@
<title>sitespeed.io release feed</title>
<link>https://www.sitespeed.io</link>
<description>New releases and changelog feed of sitespeed.io</description>
<lastBuildDate>Tue, 05 Jul 2022 00:00:00 GMT</lastBuildDate>
<lastBuildDate>Thu, 14 Jul 2022 00:00:00 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
@ -15,6 +15,40 @@
</image>
<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"/>
<item>
<title><![CDATA[sitespeed.io 25.5.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.5.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.5.0</guid>
<pubDate>Thu, 14 Jul 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>New scp plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/3691">#3691</a>. The plugin is exprimental and documentation is coming in a couple of releases.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Upgraded to <a href="https://github.com/sitespeedio/browsertime/releases/tag/v16.11.3">Browsertime 16.1.3</a> that fixes:</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 16.11.3]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.3</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.11.3</guid>
<pubDate>Thu, 14 Jul 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>If one of the visual elements failed, all failed. Fixed in <a href="https://github.com/sitespeedio/browsertime/pull/1818">#1818</a>.</li>
</ul>
<ul>
<li>Use buffered long tasks instead of injecting the measuremnt in the page <a href="https://github.com/sitespeedio/browsertime/pull/1817">#1817</a>.</li>
</ul>
<ul>
<li>Fixed broken CHromedriver and Geckodriver install on Windows.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 25.4.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.4.0</link>
@ -314,33 +348,6 @@
<ul>
<li>Updated to Firefox 101, Edge 102, Chrome 102 in the Docker container.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 24.9.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#24.9.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#24.9.0</guid>
<pubDate>Wed, 25 May 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Updated the Docker container to use Chrome 102 <a href="https://github.com/sitespeedio/sitespeed.io/pull/3665">#3665</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 16.7.0]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.7.0</guid>
<pubDate>Fri, 20 May 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Include last CPU long task in the HAR file so we can show when it happens <a href="https://github.com/sitespeedio/browsertime/pull/1793">#1793</a>.</li>
</ul>
<ul>
<li>Inlclude TTFB and INP in the Google Web Vital namespace <a href="https://github.com/sitespeedio/browsertime/pull/1792">#1792</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>

View File

@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>sitespeed.io-release-feed</id>
<title>sitespeed.io release feed</title>
<updated>2022-07-05T12:00:53.599Z</updated>
<updated>2022-07-14T13:35:28.202Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<author>
<name>Peter Hedenskog</name>
@ -16,6 +16,25 @@
<icon>http://www.sitespeed.io/favicon.ico</icon>
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
<category term="Web Performance"/>
<entry>
<title type="html"><![CDATA[sitespeed.io 25.5.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.5.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.5.0"/>
<updated>2022-07-14T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>New scp plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/3691">#3691</a>. The plugin is exprimental and documentation is coming in a couple of releases.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Upgraded to <a href="https://github.com/sitespeedio/browsertime/releases/tag/v16.11.3">Browsertime 16.1.3</a> that fixes:</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 25.4.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.4.0</id>
@ -161,21 +180,6 @@
<li>Updated to Axe-core 4.2.2 <a href="https://github.com/sitespeedio/sitespeed.io/pull/3673">#3673</a></li>
</ul>
<h3>Changed</h3>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 24.9.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#24.9.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#24.9.0"/>
<updated>2022-05-25T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Updated the Docker container to use Chrome 102 <a href="https://github.com/sitespeedio/sitespeed.io/pull/3665">#3665</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>

View File

@ -4,7 +4,7 @@
<title>sitespeed.io release feed</title>
<link>https://www.sitespeed.io</link>
<description>New releases and changelog feed of sitespeed.io</description>
<lastBuildDate>Tue, 05 Jul 2022 12:00:53 GMT</lastBuildDate>
<lastBuildDate>Thu, 14 Jul 2022 13:35:28 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
@ -16,6 +16,22 @@
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
<category>Web Performance</category>
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[sitespeed.io 25.5.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.5.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.5.0</guid>
<pubDate>Thu, 14 Jul 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>New scp plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/3691">#3691</a>. The plugin is exprimental and documentation is coming in a couple of releases.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Upgraded to <a href="https://github.com/sitespeedio/browsertime/releases/tag/v16.11.3">Browsertime 16.1.3</a> that fixes:</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 25.4.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.4.0</link>
@ -137,18 +153,6 @@
<li>Updated to Axe-core 4.2.2 <a href="https://github.com/sitespeedio/sitespeed.io/pull/3673">#3673</a></li>
</ul>
<h3>Changed</h3>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 24.9.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#24.9.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#24.9.0</guid>
<pubDate>Wed, 25 May 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Updated the Docker container to use Chrome 102 <a href="https://github.com/sitespeedio/sitespeed.io/pull/3665">#3665</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>