new version

This commit is contained in:
soulgalore 2023-05-10 06:15:13 +02:00
parent 6d88197b23
commit ed1942fba1
6 changed files with 86 additions and 109 deletions

View File

@ -1 +1 @@
27.5.1
27.6.0

View File

@ -134,16 +134,6 @@ proxy
--browsertime.proxy.http, --proxy.http Http proxy (host:port) [string]
--browsertime.proxy.https, --proxy.https Https proxy (host:port) [string]
API
--api.key The API key to use
--api.hostname The hostname of the API server.
--api.serverName The serverName that will run the actual test
--api.type The type of API call you want to do: S [choices: "add", "addAndGetResult", "get"] [default: "addAndGetResult"]
--api.silent Set to true if you do not want to log anything from the comunication [boolean] [default: false]
--api.port The port for the API
--api.id The id of the test. You it when you want to get the test result.
--api.json Output the result as JSON.
Crawler
-d, --crawler.depth How deep to crawl (1=only one page, 2=include links from first page, etc.)
-m, --crawler.maxPages The max number of pages to test. Default is no limit.
@ -298,6 +288,17 @@ Sustainable
--sustainable.disableHosting Disable the hosting check. Default we do a check to a local database of domains with green hosting provided by the Green Web Foundation [boolean] [default: false]
--sustainable.useGreenWebHostingAPI Instead of using the local copy of the hosting database, you can use the latest version through the Green Web Foundation API. This means sitespeed.io will make HTTP GET to the the hosting info. [boolean] [default: false]
API
--api.key The API key to use.
--api.action The type of API call you want to do: You get add a test and wait for the result, just add a test or get the result. To get the result, make sure you add the id using --api.id [choices: "add", "addAndGetResult", "get"] [default: "addAndGetResult"]
--api.hostname The hostname of the API server.
--api.location The location of the worker that run the test.
--api.testType The test type you want to run. The location needs tp have the chosen test type. [choices: "desktop", "emulatedMobile", "android", "ios"] [default: "desktop"]
--api.silent Set to true if you do not want to log anything from the communication [boolean] [default: false]
--api.port The port for the API
--api.id The id of the test. Use it when you want to get the test result. [string]
--api.json Output the result as JSON.
Options:
--debugMessages Debug mode logs all internal messages in the message queue to the log. [boolean] [default: false]
-v, --verbose Verbose mode prints progress messages to the console. Enter up to three times (-vvv) to increase the level of detail. [count]

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>2023-05-03T00:00:00.000Z</updated>
<updated>2023-05-10T00:00:00.000Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<author>
<name>Peter Hedenskog</name>
@ -15,6 +15,25 @@
<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 27.6.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.0"/>
<updated>2023-05-10T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Firefox and Edge 113 in the Docker container.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>More fixes to the upcoming API, and fixing wrong exit code.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 27.5.1]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</id>
@ -211,31 +230,6 @@
<ul>
<li>Fixed exporting to work with ESM modules too.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 26.1.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.1.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.1.0"/>
<updated>2022-10-21T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Update to 0.10.4 co2 and make it possible change model <a href="https://github.com/sitespeedio/sitespeed.io/pull/3736">#3736</a> and the to 0.11.3 in <a href="https://github.com/sitespeedio/sitespeed.io/pull/3741">#3741</a></li>
</ul>
<ul>
<li>Upgraded Docker container to use Chrome, Edge and Firefox 106.</li>
</ul>
<ul>
<li>Show start/end date for collected Crux data <a href="https://github.com/sitespeedio/sitespeed.io/pull/3740">#3740</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Better explanation for some PageXray metrics <a href="https://github.com/sitespeedio/sitespeed.io/pull/3743">#3743</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>Wed, 03 May 2023 00:00:00 GMT</lastBuildDate>
<lastBuildDate>Wed, 10 May 2023 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,22 @@
</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 27.6.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.0</guid>
<pubDate>Wed, 10 May 2023 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Firefox and Edge 113 in the Docker container.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>More fixes to the upcoming API, and fixing wrong exit code.</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 27.5.1]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</link>
@ -183,28 +199,6 @@
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 26.1.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.1.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.1.0</guid>
<pubDate>Fri, 21 Oct 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Update to 0.10.4 co2 and make it possible change model <a href="https://github.com/sitespeedio/sitespeed.io/pull/3736">#3736</a> and the to 0.11.3 in <a href="https://github.com/sitespeedio/sitespeed.io/pull/3741">#3741</a></li>
</ul>
<ul>
<li>Upgraded Docker container to use Chrome, Edge and Firefox 106.</li>
</ul>
<ul>
<li>Show start/end date for collected Crux data <a href="https://github.com/sitespeedio/sitespeed.io/pull/3740">#3740</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Better explanation for some PageXray metrics <a href="https://github.com/sitespeedio/sitespeed.io/pull/3743">#3743</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[throttle 5.0.0]]></title>
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#5.0.0</link>

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>2023-05-03T14:15:36.019Z</updated>
<updated>2023-05-10T04:10:43.788Z</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 27.6.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.0"/>
<updated>2023-05-10T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Firefox and Edge 113 in the Docker container.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>More fixes to the upcoming API, and fixing wrong exit code.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 27.5.1]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</id>
@ -179,31 +198,6 @@
<li>All dependencies has been updated to latest versions <a href="https://github.com/sitespeedio/sitespeed.io/pull/3774">#3774</a>.</li>
</ul>
<h3>Breaking changes</h3>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 26.1.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.1.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.1.0"/>
<updated>2022-10-21T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Update to 0.10.4 co2 and make it possible change model <a href="https://github.com/sitespeedio/sitespeed.io/pull/3736">#3736</a> and the to 0.11.3 in <a href="https://github.com/sitespeedio/sitespeed.io/pull/3741">#3741</a></li>
</ul>
<ul>
<li>Upgraded Docker container to use Chrome, Edge and Firefox 106.</li>
</ul>
<ul>
<li>Show start/end date for collected Crux data <a href="https://github.com/sitespeedio/sitespeed.io/pull/3740">#3740</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Better explanation for some PageXray metrics <a href="https://github.com/sitespeedio/sitespeed.io/pull/3743">#3743</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>Wed, 03 May 2023 14:15:36 GMT</lastBuildDate>
<lastBuildDate>Wed, 10 May 2023 04:10:43 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 27.6.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.6.0</guid>
<pubDate>Wed, 10 May 2023 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Firefox and Edge 113 in the Docker container.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>More fixes to the upcoming API, and fixing wrong exit code.</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 27.5.1]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</link>
@ -155,28 +171,6 @@
<li>All dependencies has been updated to latest versions <a href="https://github.com/sitespeedio/sitespeed.io/pull/3774">#3774</a>.</li>
</ul>
<h3>Breaking changes</h3>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 26.1.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.1.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.1.0</guid>
<pubDate>Fri, 21 Oct 2022 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Update to 0.10.4 co2 and make it possible change model <a href="https://github.com/sitespeedio/sitespeed.io/pull/3736">#3736</a> and the to 0.11.3 in <a href="https://github.com/sitespeedio/sitespeed.io/pull/3741">#3741</a></li>
</ul>
<ul>
<li>Upgraded Docker container to use Chrome, Edge and Firefox 106.</li>
</ul>
<ul>
<li>Show start/end date for collected Crux data <a href="https://github.com/sitespeedio/sitespeed.io/pull/3740">#3740</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Better explanation for some PageXray metrics <a href="https://github.com/sitespeedio/sitespeed.io/pull/3743">#3743</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>