Include HTML in the RSS feeds and more feeds (#3599)
* Include HTML in the RSS feeds
This commit is contained in:
parent
89e5d29b7e
commit
22f5ac0b5a
|
|
@ -42,8 +42,18 @@ layout: compress
|
|||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{site.baseurl}}/img/ico/sitespeed.io-72.png">
|
||||
<link rel="apple-touch-icon-precomposed" href="{{site.baseurl}}/img/ico/sitespeed.io-57.png">
|
||||
<link rel="shortcut icon" href="{{site.baseurl}}/img/ico/sitespeed.io.ico">
|
||||
<link type="application/atom+xml" href="https://www.sitespeed.io/feed/atom.xml" rel="alternate" />
|
||||
<link type="application/rss+xml" href="https://www.sitespeed.io/feed/rss.xml" rel="alternate" />
|
||||
<link type="application/atom+xml" title="RSS Changelog for all sitespeed.io tools" href="https://www.sitespeed.io/feed/atom.xml" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for all sitespeed.io tools" href="https://www.sitespeed.io/feed/rss.xml" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for Browsertime" href="https://www.sitespeed.io/feed/browsertime.rss" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for PageXray" href="https://www.sitespeed.io/feed/pagexray.rss" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for Compare" href="https://www.sitespeed.io/feed/compare.rss" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for PageXray" href="https://www.sitespeed.io/feed/pagexray.rss" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for sitespeed.io" href="https://www.sitespeed.io/feed/sitespeed.io.rss" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for Throttle" href="https://www.sitespeed.io/feed/throttle.rss" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for Humble" href="https://www.sitespeed.io/feed/humble.rss" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for Coach Core" href="https://www.sitespeed.io/feed/coach-core.rss" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for Chrome HAR" href="https://www.sitespeed.io/feed/chrome-har.rss" rel="alternate" />
|
||||
<link type="application/rss+xml" title="RSS Changelog for Chrome trace" href="https://www.sitespeed.io/feed/chrome-trace.rss" rel="alternate" />
|
||||
<style>
|
||||
{% include css/default.css %}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,205 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>browsertime-release-feed</id>
|
||||
<title>browsertime release feed</title>
|
||||
<updated>2022-03-07T13:59:36.236Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/browsertime.atom"/>
|
||||
<subtitle>New releases and changelog feed of browsertime</subtitle>
|
||||
<logo>https://www.sitespeed.io/img/logos/browsertime.png</logo>
|
||||
<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 15.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.2.0"/>
|
||||
<updated>2022-03-04T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Chromedriver and Edgedriver 99.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated Docker container to use Chrome and Edge 99 <a href="https://github.com/sitespeedio/browsertime/pull/1738">#1738</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Added more view ports for emulated mobile in Chrome <a href="https://github.com/sitespeedio/browsertime/pull/1736">#1736</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 15.1.1]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.1.1</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.1.1"/>
|
||||
<updated>2022-02-24T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated Chromedriver dependency that fixes installation on M1 and <a href="https://chromedriver.storage.googleapis.com/98.0.4758.102/notes.txt">some send keys issues</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 15.1.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.1.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.1.0"/>
|
||||
<updated>2022-02-24T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Collect timings from main document. The result includes a field named mainDocumentTimings and contains blocked, dns, connect, send, wait, receive, ssl as long as you get a HAR file from the browser <a href="https://github.com/sitespeedio/browsertime/pull/1735">#1735</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 15.0.1]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.0.1</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.0.1"/>
|
||||
<updated>2022-02-21T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Make sure connectivity is only set before the test begins <a href="https://github.com/sitespeedio/browsertime/pull/1733">#1733</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 15.0.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.0.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.0.0"/>
|
||||
<updated>2022-02-20T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>New alias for getting the Chrome trace log: <code>--chrome.trace</code> <a href="https://github.com/sitespeedio/browsertime/pull/1728">#1728</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>On OS X and Linux the DNS will be flushed between runs. You can disable that with <code>--disableDNSFlush true</code> <a href="https://github.com/sitespeedio/browsertime/pull/1732">#1732</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Code cleanup: <a href="https://github.com/sitespeedio/browsertime/pull/1720">#1720</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Moved test to <a href="https://avajs.dev">Ava</a> instead of mocha and moved most testing against a local HTTP server instead of internet <a href="https://github.com/sitespeedio/browsertime/pull/1725">#1725</a>.</li>
|
||||
</ul>
|
||||
<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>Removed the built in support for TSProxy <a href="https://github.com/sitespeedio/browsertime/pull/1718">#1718</a>. TSProxy only worked with Python 2.7 and we want to remove that dependency.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Removed support for using speedline and the CLI arg <code>--chrome.visualMetricsUsingTrace</code> <a href="https://github.com/sitespeedio/browsertime/pull/1727">#1727</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 14.21.1]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.21.1</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.21.1"/>
|
||||
<updated>2022-02-09T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Always disable the new ChromeWhaxyNewUI splash screen in Chrome <a href="https://github.com/sitespeedio/browsertime/pull/1717">#1717</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Remove the Firefox persist log configuration that was needed for FF 94+ <a href="https://github.com/sitespeedio/browsertime/pull/1716">#1716</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 14.21.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.21.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.21.0"/>
|
||||
<updated>2022-02-08T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Upgraded to Egdedriver 98</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to Edge 98 and Firefox 97 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 14.20.3]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.20.3</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.20.3"/>
|
||||
<updated>2022-02-07T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>There's a new setup how we build Docker releases and this release uses the new pipeline.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 14.20.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.20.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.20.0"/>
|
||||
<updated>2022-02-07T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Docker container for both amd64 and arm64.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 14.19.2]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.19.2</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.19.2"/>
|
||||
<updated>2022-02-05T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded to Geckodriver 0.30.0 <a href="https://github.com/sitespeedio/browsertime/pull/1710">#1710</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to Chromedriver that always looks for Chromedriver in PATH for arm64.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fixed getting Geckoprofile on Android when you do not specify Android package <a href="https://github.com/sitespeedio/browsertime/pull/1712">#1712</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,176 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>browsertime release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of browsertime</description>
|
||||
<lastBuildDate>Mon, 07 Mar 2022 13:59:36 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<image>
|
||||
<title>browsertime release feed</title>
|
||||
<url>https://www.sitespeed.io/img/logos/browsertime.png</url>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
</image>
|
||||
<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 15.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.2.0</guid>
|
||||
<pubDate>Fri, 04 Mar 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Chromedriver and Edgedriver 99.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated Docker container to use Chrome and Edge 99 <a href="https://github.com/sitespeedio/browsertime/pull/1738">#1738</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Added more view ports for emulated mobile in Chrome <a href="https://github.com/sitespeedio/browsertime/pull/1736">#1736</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 15.1.1]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.1.1</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.1.1</guid>
|
||||
<pubDate>Thu, 24 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated Chromedriver dependency that fixes installation on M1 and <a href="https://chromedriver.storage.googleapis.com/98.0.4758.102/notes.txt">some send keys issues</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 15.1.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.1.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.1.0</guid>
|
||||
<pubDate>Thu, 24 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Collect timings from main document. The result includes a field named mainDocumentTimings and contains blocked, dns, connect, send, wait, receive, ssl as long as you get a HAR file from the browser <a href="https://github.com/sitespeedio/browsertime/pull/1735">#1735</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 15.0.1]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.0.1</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.0.1</guid>
|
||||
<pubDate>Mon, 21 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Make sure connectivity is only set before the test begins <a href="https://github.com/sitespeedio/browsertime/pull/1733">#1733</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 15.0.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.0.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#15.0.0</guid>
|
||||
<pubDate>Sun, 20 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>New alias for getting the Chrome trace log: <code>--chrome.trace</code> <a href="https://github.com/sitespeedio/browsertime/pull/1728">#1728</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>On OS X and Linux the DNS will be flushed between runs. You can disable that with <code>--disableDNSFlush true</code> <a href="https://github.com/sitespeedio/browsertime/pull/1732">#1732</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Code cleanup: <a href="https://github.com/sitespeedio/browsertime/pull/1720">#1720</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Moved test to <a href="https://avajs.dev">Ava</a> instead of mocha and moved most testing against a local HTTP server instead of internet <a href="https://github.com/sitespeedio/browsertime/pull/1725">#1725</a>.</li>
|
||||
</ul>
|
||||
<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>Removed the built in support for TSProxy <a href="https://github.com/sitespeedio/browsertime/pull/1718">#1718</a>. TSProxy only worked with Python 2.7 and we want to remove that dependency.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Removed support for using speedline and the CLI arg <code>--chrome.visualMetricsUsingTrace</code> <a href="https://github.com/sitespeedio/browsertime/pull/1727">#1727</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 14.21.1]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.21.1</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.21.1</guid>
|
||||
<pubDate>Wed, 09 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Always disable the new ChromeWhaxyNewUI splash screen in Chrome <a href="https://github.com/sitespeedio/browsertime/pull/1717">#1717</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Remove the Firefox persist log configuration that was needed for FF 94+ <a href="https://github.com/sitespeedio/browsertime/pull/1716">#1716</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 14.21.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.21.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.21.0</guid>
|
||||
<pubDate>Tue, 08 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Upgraded to Egdedriver 98</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to Edge 98 and Firefox 97 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 14.20.3]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.20.3</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.20.3</guid>
|
||||
<pubDate>Mon, 07 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>There's a new setup how we build Docker releases and this release uses the new pipeline.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 14.20.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.20.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.20.0</guid>
|
||||
<pubDate>Mon, 07 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Docker container for both amd64 and arm64.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 14.19.2]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.19.2</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14.19.2</guid>
|
||||
<pubDate>Sat, 05 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded to Geckodriver 0.30.0 <a href="https://github.com/sitespeedio/browsertime/pull/1710">#1710</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to Chromedriver that always looks for Chromedriver in PATH for arm64.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fixed getting Geckoprofile on Android when you do not specify Android package <a href="https://github.com/sitespeedio/browsertime/pull/1712">#1712</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -0,0 +1,136 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>chrome-har-release-feed</id>
|
||||
<title>chrome-har release feed</title>
|
||||
<updated>2022-02-24T13:43:37.431Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/chrome-har.atom"/>
|
||||
<subtitle>New releases and changelog feed of chrome-har</subtitle>
|
||||
<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[chrome-har 0.13.0]]></title>
|
||||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.13.0</id>
|
||||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.13.0"/>
|
||||
<updated>2022-02-04T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<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>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[chrome-har 0.12.0]]></title>
|
||||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.12.0</id>
|
||||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.12.0"/>
|
||||
<updated>2020-10-29T00:00:00.000Z</updated>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[chrome-har 0.11.12]]></title>
|
||||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.12</id>
|
||||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.12"/>
|
||||
<updated>2020-09-09T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Removed test directory from the release, thank you <a href="https://github.com/yurynix">Yury Michurin</a> for the PR <a href="https://github.com/sitespeedio/chrome-har/pull/75">#75</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[chrome-har 0.11.11]]></title>
|
||||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.11</id>
|
||||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.11"/>
|
||||
<updated>2020-08-06T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix: Optional cookie object, see PR <a href="https://github.com/sitespeedio/chrome-har/pull/73">73</a>. Thank you <a href="https://github.com/mikedijkstra">Michael Dijkstra</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[chrome-har 0.11.10]]></title>
|
||||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.10</id>
|
||||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.10"/>
|
||||
<updated>2020-07-29T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Parse extra info events (parse extra request data from the Network.requestWillBeSentExtraInfo event and parse extra response data from the Network.responseReceivedExtraInfo event), thank you <a href="https://github.com/mikedijkstra">Michael Dijkstra</a> for the PR <a href="https://github.com/sitespeedio/chrome-har/pull/71">#71</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Update to day-js 1.8.31.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[chrome-har 0.11.9]]></title>
|
||||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.9</id>
|
||||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.9"/>
|
||||
<updated>2020-05-26T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated dependencies: dayjs - 1.8.27, debug: 4.1.1, tough-cookie - 4.0.0, uuid - 8.0.0</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[chrome-har 0.11.7]]></title>
|
||||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.7</id>
|
||||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.7"/>
|
||||
<updated>2020-03-09T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>And excluded the shrinkwrap file again.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[chrome-har 0.11.6]]></title>
|
||||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.6</id>
|
||||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.6"/>
|
||||
<updated>2020-03-09T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Exclude the test folder from the release.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,101 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>chrome-har release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of chrome-har</description>
|
||||
<lastBuildDate>Thu, 24 Feb 2022 13:43:37 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||
<category>Web Performance</category>
|
||||
<atom:link href="https://www.sitespeed.io/feed/chrome-har.rss" rel="self" type="application/rss+xml"/>
|
||||
<item>
|
||||
<title><![CDATA[chrome-har 0.13.0]]></title>
|
||||
<link>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.13.0</link>
|
||||
<guid>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.13.0</guid>
|
||||
<pubDate>Fri, 04 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<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>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[chrome-har 0.12.0]]></title>
|
||||
<link>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.12.0</link>
|
||||
<guid>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.12.0</guid>
|
||||
<pubDate>Thu, 29 Oct 2020 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[chrome-har 0.11.12]]></title>
|
||||
<link>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.12</link>
|
||||
<guid>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.12</guid>
|
||||
<pubDate>Wed, 09 Sep 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Removed test directory from the release, thank you <a href="https://github.com/yurynix">Yury Michurin</a> for the PR <a href="https://github.com/sitespeedio/chrome-har/pull/75">#75</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[chrome-har 0.11.11]]></title>
|
||||
<link>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.11</link>
|
||||
<guid>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.11</guid>
|
||||
<pubDate>Thu, 06 Aug 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix: Optional cookie object, see PR <a href="https://github.com/sitespeedio/chrome-har/pull/73">73</a>. Thank you <a href="https://github.com/mikedijkstra">Michael Dijkstra</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[chrome-har 0.11.10]]></title>
|
||||
<link>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.10</link>
|
||||
<guid>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.10</guid>
|
||||
<pubDate>Wed, 29 Jul 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Parse extra info events (parse extra request data from the Network.requestWillBeSentExtraInfo event and parse extra response data from the Network.responseReceivedExtraInfo event), thank you <a href="https://github.com/mikedijkstra">Michael Dijkstra</a> for the PR <a href="https://github.com/sitespeedio/chrome-har/pull/71">#71</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Update to day-js 1.8.31.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[chrome-har 0.11.9]]></title>
|
||||
<link>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.9</link>
|
||||
<guid>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.9</guid>
|
||||
<pubDate>Tue, 26 May 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated dependencies: dayjs - 1.8.27, debug: 4.1.1, tough-cookie - 4.0.0, uuid - 8.0.0</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[chrome-har 0.11.7]]></title>
|
||||
<link>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.7</link>
|
||||
<guid>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.7</guid>
|
||||
<pubDate>Mon, 09 Mar 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>And excluded the shrinkwrap file again.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[chrome-har 0.11.6]]></title>
|
||||
<link>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.6</link>
|
||||
<guid>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.11.6</guid>
|
||||
<pubDate>Mon, 09 Mar 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Exclude the test folder from the release.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>chrome-trace-release-feed</id>
|
||||
<title>chrome-trace release feed</title>
|
||||
<updated>2021-10-29T18:25:09.435Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/chrome-trace.atom"/>
|
||||
<subtitle>New releases and changelog feed of chrome-trace</subtitle>
|
||||
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
||||
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
||||
<category term="Web Performance"/>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>chrome-trace release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of chrome-trace</description>
|
||||
<lastBuildDate>Fri, 29 Oct 2021 18:25:09 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||
<category>Web Performance</category>
|
||||
<atom:link href="https://www.sitespeed.io/feed/chrome-trace.rss" rel="self" type="application/rss+xml"/>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -0,0 +1,232 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>coach-core-release-feed</id>
|
||||
<title>coach-core release feed</title>
|
||||
<updated>2022-02-24T13:43:37.432Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/coach-core.atom"/>
|
||||
<subtitle>New releases and changelog feed of coach-core</subtitle>
|
||||
<logo>https://www.sitespeed.io/img/logos/coach.png</logo>
|
||||
<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[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>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach-core 6.4.3]]></title>
|
||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.3</id>
|
||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.3"/>
|
||||
<updated>2021-07-21T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated to latest PageXray and Third patrty web 0.12.4.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach-core 6.4.2]]></title>
|
||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.2</id>
|
||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.2"/>
|
||||
<updated>2021-07-05T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Make sure JQuery refs are set back to original ref <a href="https://github.com/sitespeedio/coach-core/pull/62">#62</a> see <a href="https://github.com/sitespeedio/coach-core/issues/61">#61</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach-core 6.4.1]]></title>
|
||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.1</id>
|
||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.1"/>
|
||||
<updated>2021-06-23T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Use all headers for Wappalyzer (before only the main document was used) <a href="https://github.com/sitespeedio/coach-core/pull/60">#60</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach-core 6.4.0]]></title>
|
||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.0</id>
|
||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.0"/>
|
||||
<updated>2021-06-02T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to PageXray 4.2.0 that adds support for getting render blocking info in Chrome.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Update wappalyzer-core from 6.5.32 to 6.6.0 <a href="https://github.com/sitespeedio/coach-core/pull/57">#57</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Only look for GET request for private and caching headers <a href="https://github.com/sitespeedio/coach-core/pull/55">#55</a>. See <a href="https://github.com/sitespeedio/coach-core/issues/53">#53</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach-core 6.3.3]]></title>
|
||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.3</id>
|
||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.3"/>
|
||||
<updated>2021-04-14T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated the link about FLOC to use <a href="https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea">https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach-core 6.3.2]]></title>
|
||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.2</id>
|
||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.2"/>
|
||||
<updated>2021-04-13T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Catch when you test a URL without a domain see <a href="https://github.com/sitespeedio/sitespeed.io/issues/3043">https://github.com/sitespeedio/sitespeed.io/issues/3043</a></li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach-core 6.3.1]]></title>
|
||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.1</id>
|
||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.1"/>
|
||||
<updated>2021-04-09T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Better check for the new FLoC privacy advice.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach-core 6.3.0]]></title>
|
||||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.0</id>
|
||||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.0"/>
|
||||
<updated>2021-04-09T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>New privacy advice that looks for header to disable of FLoC in Chrome.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,203 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>coach-core release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of coach-core</description>
|
||||
<lastBuildDate>Thu, 24 Feb 2022 13:43:37 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<image>
|
||||
<title>coach-core release feed</title>
|
||||
<url>https://www.sitespeed.io/img/logos/coach.png</url>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
</image>
|
||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||
<category>Web Performance</category>
|
||||
<atom:link href="https://www.sitespeed.io/feed/coach-core.rss" rel="self" type="application/rss+xml"/>
|
||||
<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>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach-core 6.4.3]]></title>
|
||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.3</link>
|
||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.3</guid>
|
||||
<pubDate>Wed, 21 Jul 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated to latest PageXray and Third patrty web 0.12.4.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach-core 6.4.2]]></title>
|
||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.2</link>
|
||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.2</guid>
|
||||
<pubDate>Mon, 05 Jul 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Make sure JQuery refs are set back to original ref <a href="https://github.com/sitespeedio/coach-core/pull/62">#62</a> see <a href="https://github.com/sitespeedio/coach-core/issues/61">#61</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach-core 6.4.1]]></title>
|
||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.1</link>
|
||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.1</guid>
|
||||
<pubDate>Wed, 23 Jun 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Use all headers for Wappalyzer (before only the main document was used) <a href="https://github.com/sitespeedio/coach-core/pull/60">#60</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach-core 6.4.0]]></title>
|
||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.0</link>
|
||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.0</guid>
|
||||
<pubDate>Wed, 02 Jun 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to PageXray 4.2.0 that adds support for getting render blocking info in Chrome.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Update wappalyzer-core from 6.5.32 to 6.6.0 <a href="https://github.com/sitespeedio/coach-core/pull/57">#57</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Only look for GET request for private and caching headers <a href="https://github.com/sitespeedio/coach-core/pull/55">#55</a>. See <a href="https://github.com/sitespeedio/coach-core/issues/53">#53</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach-core 6.3.3]]></title>
|
||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.3</link>
|
||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.3</guid>
|
||||
<pubDate>Wed, 14 Apr 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated the link about FLOC to use <a href="https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea">https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach-core 6.3.2]]></title>
|
||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.2</link>
|
||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.2</guid>
|
||||
<pubDate>Tue, 13 Apr 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Catch when you test a URL without a domain see <a href="https://github.com/sitespeedio/sitespeed.io/issues/3043">https://github.com/sitespeedio/sitespeed.io/issues/3043</a></li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach-core 6.3.1]]></title>
|
||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.1</link>
|
||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.1</guid>
|
||||
<pubDate>Fri, 09 Apr 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Better check for the new FLoC privacy advice.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach-core 6.3.0]]></title>
|
||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.0</link>
|
||||
<guid>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.0</guid>
|
||||
<pubDate>Fri, 09 Apr 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>New privacy advice that looks for header to disable of FLoC in Chrome.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -0,0 +1,141 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>coach-release-feed</id>
|
||||
<title>coach release feed</title>
|
||||
<updated>2022-02-24T13:43:37.432Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/coach.atom"/>
|
||||
<subtitle>New releases and changelog feed of coach</subtitle>
|
||||
<logo>https://www.sitespeed.io/img/logos/coach.png</logo>
|
||||
<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[coach 7.0.0]]></title>
|
||||
<id>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#7.0.0</id>
|
||||
<link href="https://github.com/sitespeedio/coach/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 to use latest Coach core and Browertime.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach 6.4.3]]></title>
|
||||
<id>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#6.4.3</id>
|
||||
<link href="https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#6.4.3"/>
|
||||
<updated>2021-10-15T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to use latest Browsertime with latest Chromedriver</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated Docker container to use latest Chrome/Firefox</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use Browsertime 11.0.0</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use Coach-code 6.0</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use latest Firefox and Chrome</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach 5.0.0]]></title>
|
||||
<id>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#5.0.0</id>
|
||||
<link href="https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#5.0.0"/>
|
||||
<updated>2020-03-11T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>We moved out the core functionality to <a href="https://github.com/sitespeedio/coach-core">coach-core</a>. This makes it easy to use the Coach in your own code.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach 4.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.5.0"/>
|
||||
<updated>2020-02-20T00:00:00.000Z</updated>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach 4.4.1]]></title>
|
||||
<id>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.4.1</id>
|
||||
<link href="https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.4.1"/>
|
||||
<updated>2020-02-07T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded to Browsertime 8.0.1</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach 4.4.0]]></title>
|
||||
<id>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.4.0</id>
|
||||
<link href="https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.4.0"/>
|
||||
<updated>2020-02-05T00:00:00.000Z</updated>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach 4.3.1]]></title>
|
||||
<id>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.3.1</id>
|
||||
<link href="https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.3.1"/>
|
||||
<updated>2020-01-10T00:00:00.000Z</updated>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach 4.3.0]]></title>
|
||||
<id>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.3.0</id>
|
||||
<link href="https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.3.0"/>
|
||||
<updated>2019-12-12T00:00:00.000Z</updated>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[coach 4.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.2.0"/>
|
||||
<updated>2019-11-02T00:00:00.000Z</updated>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,115 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>coach release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of coach</description>
|
||||
<lastBuildDate>Thu, 24 Feb 2022 13:43:37 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<image>
|
||||
<title>coach release feed</title>
|
||||
<url>https://www.sitespeed.io/img/logos/coach.png</url>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
</image>
|
||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||
<category>Web Performance</category>
|
||||
<atom:link href="https://www.sitespeed.io/feed/coach.rss" rel="self" type="application/rss+xml"/>
|
||||
<item>
|
||||
<title><![CDATA[coach 7.0.0]]></title>
|
||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#7.0.0</link>
|
||||
<guid>https://github.com/sitespeedio/coach/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 to use latest Coach core and Browertime.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach 6.4.3]]></title>
|
||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#6.4.3</link>
|
||||
<guid>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#6.4.3</guid>
|
||||
<pubDate>Fri, 15 Oct 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to use latest Browsertime with latest Chromedriver</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated Docker container to use latest Chrome/Firefox</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use Browsertime 11.0.0</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use Coach-code 6.0</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Use latest Firefox and Chrome</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach 5.0.0]]></title>
|
||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#5.0.0</link>
|
||||
<guid>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#5.0.0</guid>
|
||||
<pubDate>Wed, 11 Mar 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>We moved out the core functionality to <a href="https://github.com/sitespeedio/coach-core">coach-core</a>. This makes it easy to use the Coach in your own code.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach 4.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.5.0</guid>
|
||||
<pubDate>Thu, 20 Feb 2020 00:00:00 GMT</pubDate>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach 4.4.1]]></title>
|
||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.4.1</link>
|
||||
<guid>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.4.1</guid>
|
||||
<pubDate>Fri, 07 Feb 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded to Browsertime 8.0.1</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach 4.4.0]]></title>
|
||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.4.0</link>
|
||||
<guid>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.4.0</guid>
|
||||
<pubDate>Wed, 05 Feb 2020 00:00:00 GMT</pubDate>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach 4.3.1]]></title>
|
||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.3.1</link>
|
||||
<guid>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.3.1</guid>
|
||||
<pubDate>Fri, 10 Jan 2020 00:00:00 GMT</pubDate>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach 4.3.0]]></title>
|
||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.3.0</link>
|
||||
<guid>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.3.0</guid>
|
||||
<pubDate>Thu, 12 Dec 2019 00:00:00 GMT</pubDate>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach 4.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/coach/blob/main/CHANGELOG.md#4.2.0</guid>
|
||||
<pubDate>Sat, 02 Nov 2019 00:00:00 GMT</pubDate>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/coach.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>compare-release-feed</id>
|
||||
<title>compare release feed</title>
|
||||
<updated>2021-10-29T18:25:09.436Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/compare.atom"/>
|
||||
<subtitle>New releases and changelog feed of compare</subtitle>
|
||||
<logo>https://www.sitespeed.io/img/logos/compare.png</logo>
|
||||
<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[compare 1.0.0]]></title>
|
||||
<id>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#1.0.0</id>
|
||||
<link href="https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#1.0.0"/>
|
||||
<updated>2018-11-28T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Added support for using Github gists see <a href="https://github.com/sitespeedio/compare/issues/34">#34</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added support for using a config file to configure which HARs to test.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added support for copy/paste directly you HAR, configuration file or a gist URL or id.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Refactor the CSS into Sass, development build process now uses BrowserSync.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Service worker added for offline support. Workbox is used to achieve this.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added support for showing changes in request/responses if you compare the same page <a href="https://github.com/sitespeedio/compare/pull/63">#63</a>.</li>
|
||||
</ul>
|
||||
<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>New internal structure and use the new configuration object all the way.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[compare 0.6.0]]></title>
|
||||
<id>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.6.0</id>
|
||||
<link href="https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.6.0"/>
|
||||
<updated>2018-10-17T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Sort CPU events by name to make it easier to spot regressions</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to latest release of template7</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added more Visual Metrics.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgrad to PageXray 2.4.0</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[compare 0.5.1]]></title>
|
||||
<id>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.5.1</id>
|
||||
<link href="https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.5.1"/>
|
||||
<updated>2018-06-01T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Layout -> Rendering in latest Browsertime.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to PerfCascade 2.5.2 fixiing Edge tab bug</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[compare 0.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.5.0"/>
|
||||
<updated>2018-04-05T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>CPU metrics are now showed automatically.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Styled the PageXray info table to make it easier to read.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[compare 0.4.1]]></title>
|
||||
<id>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.4.1</id>
|
||||
<link href="https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.4.1"/>
|
||||
<updated>2018-04-04T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Major code refactoring to make it easier to do changes in the future.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Uploading files failed on Firefox.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[compare 0.4.0]]></title>
|
||||
<id>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.4.0</id>
|
||||
<link href="https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.4.0"/>
|
||||
<updated>2018-04-02T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Upgraded to PerfCascade 2.4.1</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>You can change/upload HAR files when you already compare two HARs.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>The layout in the PageXray table was dependent of the length of the URL. That could make some pages look really bad.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[compare 0.3.0]]></title>
|
||||
<id>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.3.0</id>
|
||||
<link href="https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.3.0"/>
|
||||
<updated>2018-03-30T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Automatically load the HAR files if both files are given in the URL . Thanks <a href="https://github.com/Ivru">Ivru</a> for the PR <a href="https://github.com/sitespeedio/compare/pull/15">#15</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>You can automatically load one HAR file by adding ?har1=URL&compare=1 as the full URL.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to PageXray 2.2.1</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>You can now drag and drop one HAR file with multiple pages and compare the pages with each others <a href="https://github.com/sitespeedio/compare/issues/16">#16</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[compare 0.2.1]]></title>
|
||||
<id>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.2.1</id>
|
||||
<link href="https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.2.1"/>
|
||||
<updated>2018-02-03T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded to PerfCascade 2.2.2 that makes HAR files from WebPageTest Linux render</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Log errors to the console</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[compare 0.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.2.0"/>
|
||||
<updated>2018-02-01T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Upgraded to PageXray 2.1.0 and added more CPU metrics</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,184 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>compare release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of compare</description>
|
||||
<lastBuildDate>Fri, 29 Oct 2021 18:25:09 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<image>
|
||||
<title>compare release feed</title>
|
||||
<url>https://www.sitespeed.io/img/logos/compare.png</url>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
</image>
|
||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||
<category>Web Performance</category>
|
||||
<atom:link href="https://www.sitespeed.io/feed/compare.rss" rel="self" type="application/rss+xml"/>
|
||||
<item>
|
||||
<title><![CDATA[compare 1.0.0]]></title>
|
||||
<link>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#1.0.0</link>
|
||||
<guid>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#1.0.0</guid>
|
||||
<pubDate>Wed, 28 Nov 2018 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Added support for using Github gists see <a href="https://github.com/sitespeedio/compare/issues/34">#34</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added support for using a config file to configure which HARs to test.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added support for copy/paste directly you HAR, configuration file or a gist URL or id.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Refactor the CSS into Sass, development build process now uses BrowserSync.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Service worker added for offline support. Workbox is used to achieve this.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added support for showing changes in request/responses if you compare the same page <a href="https://github.com/sitespeedio/compare/pull/63">#63</a>.</li>
|
||||
</ul>
|
||||
<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>New internal structure and use the new configuration object all the way.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/compare.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[compare 0.6.0]]></title>
|
||||
<link>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.6.0</link>
|
||||
<guid>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.6.0</guid>
|
||||
<pubDate>Wed, 17 Oct 2018 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Sort CPU events by name to make it easier to spot regressions</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to latest release of template7</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added more Visual Metrics.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgrad to PageXray 2.4.0</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/compare.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[compare 0.5.1]]></title>
|
||||
<link>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.5.1</link>
|
||||
<guid>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.5.1</guid>
|
||||
<pubDate>Fri, 01 Jun 2018 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Layout -> Rendering in latest Browsertime.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to PerfCascade 2.5.2 fixiing Edge tab bug</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/compare.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[compare 0.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.5.0</guid>
|
||||
<pubDate>Thu, 05 Apr 2018 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>CPU metrics are now showed automatically.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Styled the PageXray info table to make it easier to read.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/compare.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[compare 0.4.1]]></title>
|
||||
<link>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.4.1</link>
|
||||
<guid>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.4.1</guid>
|
||||
<pubDate>Wed, 04 Apr 2018 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Major code refactoring to make it easier to do changes in the future.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Uploading files failed on Firefox.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/compare.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[compare 0.4.0]]></title>
|
||||
<link>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.4.0</link>
|
||||
<guid>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.4.0</guid>
|
||||
<pubDate>Mon, 02 Apr 2018 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Upgraded to PerfCascade 2.4.1</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>You can change/upload HAR files when you already compare two HARs.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>The layout in the PageXray table was dependent of the length of the URL. That could make some pages look really bad.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/compare.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[compare 0.3.0]]></title>
|
||||
<link>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.3.0</link>
|
||||
<guid>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.3.0</guid>
|
||||
<pubDate>Fri, 30 Mar 2018 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Automatically load the HAR files if both files are given in the URL . Thanks <a href="https://github.com/Ivru">Ivru</a> for the PR <a href="https://github.com/sitespeedio/compare/pull/15">#15</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>You can automatically load one HAR file by adding ?har1=URL&compare=1 as the full URL.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to PageXray 2.2.1</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>You can now drag and drop one HAR file with multiple pages and compare the pages with each others <a href="https://github.com/sitespeedio/compare/issues/16">#16</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/compare.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[compare 0.2.1]]></title>
|
||||
<link>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.2.1</link>
|
||||
<guid>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.2.1</guid>
|
||||
<pubDate>Sat, 03 Feb 2018 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded to PerfCascade 2.2.2 that makes HAR files from WebPageTest Linux render</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Log errors to the console</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/compare.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[compare 0.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/compare/blob/main/CHANGELOG.md#0.2.0</guid>
|
||||
<pubDate>Thu, 01 Feb 2018 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Upgraded to PageXray 2.1.0 and added more CPU metrics</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/compare.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>humble-release-feed</id>
|
||||
<title>humble release feed</title>
|
||||
<updated>2022-02-24T13:43:37.433Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/humble.atom"/>
|
||||
<subtitle>New releases and changelog feed of humble</subtitle>
|
||||
<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[humble 0.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/humble/blob/main/CHANGELOG.md#0.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/humble/blob/main/CHANGELOG.md#0.2.0"/>
|
||||
<updated>2020-01-11T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated throttle frontend to latest version where you can see throttling profiles set by using the API and with custom throttling support.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>humble release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of humble</description>
|
||||
<lastBuildDate>Thu, 24 Feb 2022 13:43:37 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||
<category>Web Performance</category>
|
||||
<atom:link href="https://www.sitespeed.io/feed/humble.rss" rel="self" type="application/rss+xml"/>
|
||||
<item>
|
||||
<title><![CDATA[humble 0.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/humble/blob/main/CHANGELOG.md#0.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/humble/blob/main/CHANGELOG.md#0.2.0</guid>
|
||||
<pubDate>Sat, 11 Jan 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated throttle frontend to latest version where you can see throttling profiles set by using the API and with custom throttling support.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -0,0 +1,180 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>pagexray-release-feed</id>
|
||||
<title>pagexray release feed</title>
|
||||
<updated>2022-02-24T13:43:37.433Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/pagexray.atom"/>
|
||||
<subtitle>New releases and changelog feed of pagexray</subtitle>
|
||||
<logo>https://www.sitespeed.io/img/logos/pagexray.png</logo>
|
||||
<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[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>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[pagexray 4.3.1]]></title>
|
||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.3.1</id>
|
||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.3.1"/>
|
||||
<updated>2021-07-21T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Added missing in_body_parser_blocking render blocking info for Chrome.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[pagexray 4.3.0]]></title>
|
||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.3.0</id>
|
||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.3.0"/>
|
||||
<updated>2021-06-02T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Include request method per asset <a href="https://github.com/sitespeedio/pagexray/pull/105">#105</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[pagexray 4.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.2.0"/>
|
||||
<updated>2021-05-28T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Attach info about render blocking assets coming/working in Chrome 92 <a href="https://github.com/sitespeedio/pagexray/pull/104">#104</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[pagexray 4.1.0]]></title>
|
||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.1.0</id>
|
||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.1.0"/>
|
||||
<updated>2021-04-08T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Attach Google Web Vitals data from Browsertime <a href="https://github.com/sitespeedio/pagexray/pull/101">#101</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[pagexray 4.0.0]]></title>
|
||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.0.0</id>
|
||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.0.0"/>
|
||||
<updated>2020-12-12T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>The new header structure actually sucked. Instead follow other tools and flatten headers returning an array <a href="https://github.com/sitespeedio/pagexray/pull/98">#98</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[pagexray 3.1.1]]></title>
|
||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.1.1</id>
|
||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.1.1"/>
|
||||
<updated>2020-12-11T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Ooops, missed to expose the third party cookie data <a href="https://github.com/sitespeedio/pagexray/pull/97">#97</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[pagexray 3.1.0]]></title>
|
||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.1.0</id>
|
||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.1.0"/>
|
||||
<updated>2020-12-11T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Get third party domains for cookies <a href="https://github.com/sitespeedio/pagexray/pull/96">#96</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[pagexray 3.0.0]]></title>
|
||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.0.0</id>
|
||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.0.0"/>
|
||||
<updated>2020-12-11T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>PageXray can categorise connections as H3 <a href="https://github.com/sitespeedio/pagexray/pull/95">#95</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Getting cookies was broken. Fixed in <a href="https://github.com/sitespeedio/pagexray/pull/92">#92</a>, <a href="https://github.com/sitespeedio/pagexray/pull/93">#93</a> and <a href="https://github.com/sitespeedio/pagexray/pull/94">#94</a>.</li>
|
||||
</ul>
|
||||
<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>Request/response headers are now returned with name/value keys to handle headers with the same name. This will only affect you if you get assets from PageXray <a href="https://github.com/sitespeedio/pagexray/pull/93">#93</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Removed cookie statistics field since it was broken. Report number of first and third party cookies instead.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[pagexray 2.6.0]]></title>
|
||||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#2.6.0</id>
|
||||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#2.6.0"/>
|
||||
<updated>2020-11-13T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>If an asset has the HTML/text content it will be added to the asset section <a href="https://github.com/sitespeedio/pagexray/pull/90">#90</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,151 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>pagexray release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of pagexray</description>
|
||||
<lastBuildDate>Thu, 24 Feb 2022 13:43:37 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<image>
|
||||
<title>pagexray release feed</title>
|
||||
<url>https://www.sitespeed.io/img/logos/pagexray.png</url>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
</image>
|
||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||
<category>Web Performance</category>
|
||||
<atom:link href="https://www.sitespeed.io/feed/pagexray.rss" rel="self" type="application/rss+xml"/>
|
||||
<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>
|
||||
<title><![CDATA[pagexray 4.3.1]]></title>
|
||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.3.1</link>
|
||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.3.1</guid>
|
||||
<pubDate>Wed, 21 Jul 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Added missing in_body_parser_blocking render blocking info for Chrome.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[pagexray 4.3.0]]></title>
|
||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.3.0</link>
|
||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.3.0</guid>
|
||||
<pubDate>Wed, 02 Jun 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Include request method per asset <a href="https://github.com/sitespeedio/pagexray/pull/105">#105</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[pagexray 4.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.2.0</guid>
|
||||
<pubDate>Fri, 28 May 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Attach info about render blocking assets coming/working in Chrome 92 <a href="https://github.com/sitespeedio/pagexray/pull/104">#104</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[pagexray 4.1.0]]></title>
|
||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.1.0</link>
|
||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.1.0</guid>
|
||||
<pubDate>Thu, 08 Apr 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Attach Google Web Vitals data from Browsertime <a href="https://github.com/sitespeedio/pagexray/pull/101">#101</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[pagexray 4.0.0]]></title>
|
||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.0.0</link>
|
||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.0.0</guid>
|
||||
<pubDate>Sat, 12 Dec 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>The new header structure actually sucked. Instead follow other tools and flatten headers returning an array <a href="https://github.com/sitespeedio/pagexray/pull/98">#98</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[pagexray 3.1.1]]></title>
|
||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.1.1</link>
|
||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.1.1</guid>
|
||||
<pubDate>Fri, 11 Dec 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Ooops, missed to expose the third party cookie data <a href="https://github.com/sitespeedio/pagexray/pull/97">#97</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[pagexray 3.1.0]]></title>
|
||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.1.0</link>
|
||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.1.0</guid>
|
||||
<pubDate>Fri, 11 Dec 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Get third party domains for cookies <a href="https://github.com/sitespeedio/pagexray/pull/96">#96</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[pagexray 3.0.0]]></title>
|
||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.0.0</link>
|
||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#3.0.0</guid>
|
||||
<pubDate>Fri, 11 Dec 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>PageXray can categorise connections as H3 <a href="https://github.com/sitespeedio/pagexray/pull/95">#95</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Getting cookies was broken. Fixed in <a href="https://github.com/sitespeedio/pagexray/pull/92">#92</a>, <a href="https://github.com/sitespeedio/pagexray/pull/93">#93</a> and <a href="https://github.com/sitespeedio/pagexray/pull/94">#94</a>.</li>
|
||||
</ul>
|
||||
<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>Request/response headers are now returned with name/value keys to handle headers with the same name. This will only affect you if you get assets from PageXray <a href="https://github.com/sitespeedio/pagexray/pull/93">#93</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Removed cookie statistics field since it was broken. Report number of first and third party cookies instead.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[pagexray 2.6.0]]></title>
|
||||
<link>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#2.6.0</link>
|
||||
<guid>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#2.6.0</guid>
|
||||
<pubDate>Fri, 13 Nov 2020 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>If an asset has the HTML/text content it will be added to the asset section <a href="https://github.com/sitespeedio/pagexray/pull/90">#90</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -0,0 +1,224 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>sitespeed.io-release-feed</id>
|
||||
<title>sitespeed.io release feed</title>
|
||||
<updated>2022-03-11T11:07:53.102Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/atom.xml"/>
|
||||
<subtitle>New releases and changelog feed of sitespeed.io</subtitle>
|
||||
<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>
|
||||
<category term="Web Performance"/>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 23.4.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.4.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.4.0"/>
|
||||
<updated>2022-03-11T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>The -slim Docker container now uses Firefox 98.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated Grafana to latest 8.4.3 in the Docker compose file.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated <a href="https://github.com/sitespeedio/grafana-bootstrap-docker/tree/main/dashboards/graphite">Graphite dashboards</a> to use Timeseries graphs instead of old "Graph".</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>You can use <code>-o</code> or <code>--open</code> or <code>--view</code> to open the result page after you run sitespeed.io on Mac and Linux <a href="https://github.com/sitespeedio/sitespeed.io/pull/3596">#3569</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Open the result with <code>-o</code> on Linux using xdg-open <a href="https://github.com/sitespeedio/sitespeed.io/pull/3597">#3597</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 23.4.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.4.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.4.0"/>
|
||||
<updated>2022-03-09T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Firefox 98 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/3592">#3592</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added link to each run in the side by side metric page, making it easier to go to the correct run <a href="https://github.com/sitespeedio/sitespeed.io/pull/3593">#3593</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 23.3.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.3.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.3.0"/>
|
||||
<updated>2022-03-07T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>The +1 container is upgraded to use Lighthouse 9.4.0.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1530---2022-03-07">Browsertime 15.3.0</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 23.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.2.0"/>
|
||||
<updated>2022-03-05T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Chrome and Edge 99 in the Docker container. Updated to Chromedriver and Edgedriver 99 <a href="https://github.com/sitespeedio/sitespeed.io/pull/3590">#3590</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>If you use alias and budget files, the outcome (result budget json and others) should use the alias of the URL instead of the URL <a href="https://github.com/sitespeedio/sitespeed.io/pull/3582">#3582</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Ignore sustainable.setup messages when storing analysistorer <a href="https://github.com/sitespeedio/sitespeed.io/pull/3587">#3578</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 23.1.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.1.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.1.0"/>
|
||||
<updated>2022-02-24T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1510---2022-02-24">Browsertime</a> that collect timings from main document. The result includes a field named mainDocumentTimings and contains blocked, dns, connect, send, wait, receive, ssl as long as you get a HAR file from the browser.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Show Browsertime version in runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/3575">#3575</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated Chromedriver dependency that fixes installation on Mac M1 and some send keys issues.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 23.0.1]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.0.1</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.0.1"/>
|
||||
<updated>2022-02-21T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Bumped to Browsertime 15.0.1 to make sure connectivity is set only once. In last release it was set in the beginning of the test and for eacch iteration. In practice that doesn't matter but it's very confusing if you check the logs.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 23.0.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.0.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.0.0"/>
|
||||
<updated>2022-02-21T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Use Browsertime 15.0.0.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Show alias name in the budget report page <a href="https://github.com/sitespeedio/sitespeed.io/pull/3572">#3572</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix broken JUnit output. Thank you <a href="https://github.com/rghetu">rghetu</a> for finding it <a href="https://github.com/sitespeedio/sitespeed.io/pull/3569">#3569</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>When comparing metrics side by side for different runs, mean/median and stddev was sometimes broken for some timing metrics. Fixed with <a href="https://github.com/sitespeedio/sitespeed.io/pull/3573">#3573</a></li>
|
||||
</ul>
|
||||
<h3>Breaking changes</h3>
|
||||
<ul>
|
||||
<li>In this release we updated to Browsertime 15.0.0 that drops built in support for <a href="https://github.com/WPO-Foundation/tsproxy">TSProxy</a>. The reason to drop TSProxy is that it only works in Python 2 and the sunset for Python 2 was January 1, 2020. If you still need TSProxy you can set it up yourself.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Browsertime also drop support for getting visual metrics from the trace log. It was added to evaluate if it could be a compliment to the video visual metrics but it was not. Removing it also decreased the number of dependencies in Browsertime.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Linux/Mac OS will flush the DNS between runs, that means that you can have some changes in DNS lookup time when you upgrade to 23.0.0.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 22.1.2]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.2</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.2"/>
|
||||
<updated>2022-02-09T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 14.21.1 that disables the new Chrome splash screen by default.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 22.1.1]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.1</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.1"/>
|
||||
<updated>2022-02-08T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>The slim container with only Firefox was broken in last release. It's now re-released with Firefox 96 and Firefox 97 coming soon.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 22.1.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.0"/>
|
||||
<updated>2022-02-08T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Upgraded to latest Browsertime with Egdedriver 98.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to Edge 98 and Firefox 97 in the (amd64) Docker containers.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,195 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>sitespeed.io release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of sitespeed.io</description>
|
||||
<lastBuildDate>Fri, 11 Mar 2022 11:07:53 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<image>
|
||||
<title>sitespeed.io release feed</title>
|
||||
<url>https://www.sitespeed.io/img/logos/sitespeed.io.png</url>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
</image>
|
||||
<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 23.4.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.4.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.4.0</guid>
|
||||
<pubDate>Fri, 11 Mar 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>The -slim Docker container now uses Firefox 98.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated Grafana to latest 8.4.3 in the Docker compose file.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated <a href="https://github.com/sitespeedio/grafana-bootstrap-docker/tree/main/dashboards/graphite">Graphite dashboards</a> to use Timeseries graphs instead of old "Graph".</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>You can use <code>-o</code> or <code>--open</code> or <code>--view</code> to open the result page after you run sitespeed.io on Mac and Linux <a href="https://github.com/sitespeedio/sitespeed.io/pull/3596">#3569</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Open the result with <code>-o</code> on Linux using xdg-open <a href="https://github.com/sitespeedio/sitespeed.io/pull/3597">#3597</a>.</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 23.4.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.4.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.4.0</guid>
|
||||
<pubDate>Wed, 09 Mar 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Firefox 98 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/3592">#3592</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Added link to each run in the side by side metric page, making it easier to go to the correct run <a href="https://github.com/sitespeedio/sitespeed.io/pull/3593">#3593</a>.</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 23.3.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.3.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.3.0</guid>
|
||||
<pubDate>Mon, 07 Mar 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>The +1 container is upgraded to use Lighthouse 9.4.0.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1530---2022-03-07">Browsertime 15.3.0</a>.</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 23.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.2.0</guid>
|
||||
<pubDate>Sat, 05 Mar 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Chrome and Edge 99 in the Docker container. Updated to Chromedriver and Edgedriver 99 <a href="https://github.com/sitespeedio/sitespeed.io/pull/3590">#3590</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>If you use alias and budget files, the outcome (result budget json and others) should use the alias of the URL instead of the URL <a href="https://github.com/sitespeedio/sitespeed.io/pull/3582">#3582</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Ignore sustainable.setup messages when storing analysistorer <a href="https://github.com/sitespeedio/sitespeed.io/pull/3587">#3578</a>.</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 23.1.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.1.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.1.0</guid>
|
||||
<pubDate>Thu, 24 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#1510---2022-02-24">Browsertime</a> that collect timings from main document. The result includes a field named mainDocumentTimings and contains blocked, dns, connect, send, wait, receive, ssl as long as you get a HAR file from the browser.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Show Browsertime version in runtime settings <a href="https://github.com/sitespeedio/sitespeed.io/pull/3575">#3575</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated Chromedriver dependency that fixes installation on Mac M1 and some send keys issues.</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 23.0.1]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.0.1</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.0.1</guid>
|
||||
<pubDate>Mon, 21 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Bumped to Browsertime 15.0.1 to make sure connectivity is set only once. In last release it was set in the beginning of the test and for eacch iteration. In practice that doesn't matter but it's very confusing if you check the logs.</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 23.0.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.0.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#23.0.0</guid>
|
||||
<pubDate>Mon, 21 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Use Browsertime 15.0.0.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Show alias name in the budget report page <a href="https://github.com/sitespeedio/sitespeed.io/pull/3572">#3572</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix broken JUnit output. Thank you <a href="https://github.com/rghetu">rghetu</a> for finding it <a href="https://github.com/sitespeedio/sitespeed.io/pull/3569">#3569</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>When comparing metrics side by side for different runs, mean/median and stddev was sometimes broken for some timing metrics. Fixed with <a href="https://github.com/sitespeedio/sitespeed.io/pull/3573">#3573</a></li>
|
||||
</ul>
|
||||
<h3>Breaking changes</h3>
|
||||
<ul>
|
||||
<li>In this release we updated to Browsertime 15.0.0 that drops built in support for <a href="https://github.com/WPO-Foundation/tsproxy">TSProxy</a>. The reason to drop TSProxy is that it only works in Python 2 and the sunset for Python 2 was January 1, 2020. If you still need TSProxy you can set it up yourself.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Browsertime also drop support for getting visual metrics from the trace log. It was added to evaluate if it could be a compliment to the video visual metrics but it was not. Removing it also decreased the number of dependencies in Browsertime.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Linux/Mac OS will flush the DNS between runs, that means that you can have some changes in DNS lookup time when you upgrade to 23.0.0.</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 22.1.2]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.2</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.2</guid>
|
||||
<pubDate>Wed, 09 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 14.21.1 that disables the new Chrome splash screen by default.</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 22.1.1]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.1</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.1</guid>
|
||||
<pubDate>Tue, 08 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>The slim container with only Firefox was broken in last release. It's now re-released with Firefox 96 and Firefox 97 coming soon.</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 22.1.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#22.1.0</guid>
|
||||
<pubDate>Tue, 08 Feb 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Upgraded to latest Browsertime with Egdedriver 98.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Upgraded to Edge 98 and Firefox 97 in the (amd64) Docker containers.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -0,0 +1,108 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>throttle-release-feed</id>
|
||||
<title>throttle release feed</title>
|
||||
<updated>2022-02-24T13:43:37.435Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
<email>peter@soulgalore.com</email>
|
||||
<uri>https://www.peterhedenskog.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="https://www.sitespeed.io"/>
|
||||
<link rel="self" href="https://www.sitespeed.io/feed/throttle.atom"/>
|
||||
<subtitle>New releases and changelog feed of throttle</subtitle>
|
||||
<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[throttle 3.1.0]]></title>
|
||||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.0</id>
|
||||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.0"/>
|
||||
<updated>2021-12-26T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Add support for setting packet loss. Add <code>--packetLoss</code> and set the loss in percentage.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[throttle 3.0.0]]></title>
|
||||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.0.0</id>
|
||||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.0.0"/>
|
||||
<updated>2021-08-09T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>When you run on Mac OS we changed so localhost traffic is not throttled by default. To throttle on localhost use <code>--localhost</code>. This makes sence if you use WebDriver to drive your browser on your local machine. And Mac OS now works the same as Linux.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[throttle 2.1.2]]></title>
|
||||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.2</id>
|
||||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.2"/>
|
||||
<updated>2021-07-29T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix breakage when multiple default routes are declared , thank you <a href="https://github.com/andyrichardson">Andy Richardson</a> for PR <a href="https://github.com/sitespeedio/throttle/pull/62">#62</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[throttle 2.1.1]]></title>
|
||||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.1</id>
|
||||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.1"/>
|
||||
<updated>2021-03-19T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>A better check for missing net-tools on Linux, thank you <a href="https://github.com/radum">Radu Micu</a> for the PR <a href="https://github.com/sitespeedio/throttle/pull/56">#56</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[throttle 2.1.0]]></title>
|
||||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.0</id>
|
||||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.0"/>
|
||||
<updated>2021-03-10T00:00:00.000Z</updated>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[throttle 2.0.2]]></title>
|
||||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.0.2</id>
|
||||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.0.2"/>
|
||||
<updated>2020-09-10T00:00:00.000Z</updated>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[throttle 2.0.1]]></title>
|
||||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.0.1</id>
|
||||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.0.1"/>
|
||||
<updated>2020-08-22T00:00:00.000Z</updated>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
|
|
@ -0,0 +1,77 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>throttle release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of throttle</description>
|
||||
<lastBuildDate>Thu, 24 Feb 2022 13:43:37 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
||||
<category>Web Performance</category>
|
||||
<atom:link href="https://www.sitespeed.io/feed/throttle.rss" rel="self" type="application/rss+xml"/>
|
||||
<item>
|
||||
<title><![CDATA[throttle 3.1.0]]></title>
|
||||
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.0</link>
|
||||
<guid>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.0</guid>
|
||||
<pubDate>Sun, 26 Dec 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Add support for setting packet loss. Add <code>--packetLoss</code> and set the loss in percentage.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[throttle 3.0.0]]></title>
|
||||
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.0.0</link>
|
||||
<guid>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.0.0</guid>
|
||||
<pubDate>Mon, 09 Aug 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Changed</h3>
|
||||
<ul>
|
||||
<li>When you run on Mac OS we changed so localhost traffic is not throttled by default. To throttle on localhost use <code>--localhost</code>. This makes sence if you use WebDriver to drive your browser on your local machine. And Mac OS now works the same as Linux.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[throttle 2.1.2]]></title>
|
||||
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.2</link>
|
||||
<guid>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.2</guid>
|
||||
<pubDate>Thu, 29 Jul 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix breakage when multiple default routes are declared , thank you <a href="https://github.com/andyrichardson">Andy Richardson</a> for PR <a href="https://github.com/sitespeedio/throttle/pull/62">#62</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[throttle 2.1.1]]></title>
|
||||
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.1</link>
|
||||
<guid>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.1</guid>
|
||||
<pubDate>Fri, 19 Mar 2021 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>A better check for missing net-tools on Linux, thank you <a href="https://github.com/radum">Radu Micu</a> for the PR <a href="https://github.com/sitespeedio/throttle/pull/56">#56</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[throttle 2.1.0]]></title>
|
||||
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.0</link>
|
||||
<guid>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.1.0</guid>
|
||||
<pubDate>Wed, 10 Mar 2021 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[throttle 2.0.2]]></title>
|
||||
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.0.2</link>
|
||||
<guid>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.0.2</guid>
|
||||
<pubDate>Thu, 10 Sep 2020 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[throttle 2.0.1]]></title>
|
||||
<link>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.0.1</link>
|
||||
<guid>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#2.0.1</guid>
|
||||
<pubDate>Sat, 22 Aug 2020 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
"bluebird": "3.5.5",
|
||||
"chai": "4.2.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"changelog-parser": "2.8.0",
|
||||
"changelog-parser": "2.8.1",
|
||||
"clean-css-cli": "4.3.0",
|
||||
"eslint": "8.0.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
|
|
@ -67,6 +67,7 @@
|
|||
"feed": "4.2.2",
|
||||
"jsdoc": "^3.6.7",
|
||||
"license-checker": "^16.0.0",
|
||||
"marked": "4.0.12",
|
||||
"mocha": "^5.0.4",
|
||||
"prettier": "2.4.1",
|
||||
"pug-lint": "^2.6.0",
|
||||
|
|
@ -1628,9 +1629,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/changelog-parser": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/changelog-parser/-/changelog-parser-2.8.0.tgz",
|
||||
"integrity": "sha512-ZtSwN0hY7t+WpvaXqqXz98RHCNhWX9HsvCRAv1aBLlqJ7BpKtqdM6Nu6JOiUhRAWR7Gov0aN0fUnmflTz0WgZg==",
|
||||
"version": "2.8.1",
|
||||
"resolved": "https://registry.npmjs.org/changelog-parser/-/changelog-parser-2.8.1.tgz",
|
||||
"integrity": "sha512-tNUYFRCEeWTXmwLqoNtOEzx9wcytg72MmGQqsEs14ClYwIDln7sbQw7FJj/dulXgSlsxkemc9gpPQhZYZx1TPw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"line-reader": "^0.2.4",
|
||||
|
|
@ -4164,6 +4165,18 @@
|
|||
"markdown-it": "bin/markdown-it.js"
|
||||
}
|
||||
},
|
||||
"node_modules/jsdoc/node_modules/marked": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz",
|
||||
"integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"marked": "bin/marked"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
}
|
||||
},
|
||||
"node_modules/jsdoc/node_modules/mkdirp": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
||||
|
|
@ -4726,15 +4739,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/marked": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.4.tgz",
|
||||
"integrity": "sha512-MIL0xKRDQM3DE7dJr/wa6JV0EmK9yZ3cwuTc2bu66FNm/tmEMm9cJCgJZpt9R+K1T+pB2iBNV55wvnwSd345zg==",
|
||||
"version": "4.0.12",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz",
|
||||
"integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"marked": "bin/marked"
|
||||
"marked": "bin/marked.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.16.2"
|
||||
"node": ">= 12"
|
||||
}
|
||||
},
|
||||
"node_modules/mdurl": {
|
||||
|
|
@ -8735,9 +8748,9 @@
|
|||
}
|
||||
},
|
||||
"changelog-parser": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/changelog-parser/-/changelog-parser-2.8.0.tgz",
|
||||
"integrity": "sha512-ZtSwN0hY7t+WpvaXqqXz98RHCNhWX9HsvCRAv1aBLlqJ7BpKtqdM6Nu6JOiUhRAWR7Gov0aN0fUnmflTz0WgZg==",
|
||||
"version": "2.8.1",
|
||||
"resolved": "https://registry.npmjs.org/changelog-parser/-/changelog-parser-2.8.1.tgz",
|
||||
"integrity": "sha512-tNUYFRCEeWTXmwLqoNtOEzx9wcytg72MmGQqsEs14ClYwIDln7sbQw7FJj/dulXgSlsxkemc9gpPQhZYZx1TPw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"line-reader": "^0.2.4",
|
||||
|
|
@ -10755,6 +10768,12 @@
|
|||
"uc.micro": "^1.0.5"
|
||||
}
|
||||
},
|
||||
"marked": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz",
|
||||
"integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==",
|
||||
"dev": true
|
||||
},
|
||||
"mkdirp": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
||||
|
|
@ -11230,9 +11249,9 @@
|
|||
"requires": {}
|
||||
},
|
||||
"marked": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.4.tgz",
|
||||
"integrity": "sha512-MIL0xKRDQM3DE7dJr/wa6JV0EmK9yZ3cwuTc2bu66FNm/tmEMm9cJCgJZpt9R+K1T+pB2iBNV55wvnwSd345zg==",
|
||||
"version": "4.0.12",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz",
|
||||
"integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==",
|
||||
"dev": true
|
||||
},
|
||||
"mdurl": {
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
"bluebird": "3.5.5",
|
||||
"chai": "4.2.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"changelog-parser": "2.8.0",
|
||||
"changelog-parser": "2.8.1",
|
||||
"clean-css-cli": "4.3.0",
|
||||
"eslint": "8.0.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
|
|
@ -62,6 +62,7 @@
|
|||
"feed": "4.2.2",
|
||||
"jsdoc": "^3.6.7",
|
||||
"license-checker": "^16.0.0",
|
||||
"marked":"4.0.12",
|
||||
"mocha": "^5.0.4",
|
||||
"sass": "1.34.0",
|
||||
"prettier": "2.4.1",
|
||||
|
|
|
|||
240
release/feed.js
240
release/feed.js
|
|
@ -2,6 +2,22 @@ const Feed = require('feed').Feed;
|
|||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const parseChangelog = require('changelog-parser');
|
||||
const { marked } = require('marked');
|
||||
|
||||
const allFeeds = [];
|
||||
|
||||
const images = {
|
||||
'sitespeed.io': 'https://www.sitespeed.io/img/logos/sitespeed.io.png',
|
||||
browsertime: 'https://www.sitespeed.io/img/logos/browsertime.png',
|
||||
'coach-core': 'https://www.sitespeed.io/img/logos/coach.png',
|
||||
pagexray: 'https://www.sitespeed.io/img/logos/pagexray.png',
|
||||
throttle: '',
|
||||
coach: 'https://www.sitespeed.io/img/logos/coach.png',
|
||||
'chrome-har': '',
|
||||
'chrome-trace': '',
|
||||
compare: 'https://www.sitespeed.io/img/logos/compare.png',
|
||||
humble: ''
|
||||
};
|
||||
|
||||
const getSortedFiles = dir => {
|
||||
const files = fs.readdirSync(dir);
|
||||
|
|
@ -16,52 +32,26 @@ const getSortedFiles = dir => {
|
|||
.sort((a, b) => b.time - a.time);
|
||||
};
|
||||
|
||||
function getResult(result) {
|
||||
let allData = '';
|
||||
if (result.parsed) {
|
||||
if (result.parsed.Added) {
|
||||
for (let added of result.parsed.Added) {
|
||||
allData += ' ' + added;
|
||||
}
|
||||
}
|
||||
if (result.parsed.Fixed) {
|
||||
for (let fixed of result.parsed.Fixed) {
|
||||
allData += ' ' + fixed;
|
||||
}
|
||||
}
|
||||
|
||||
if (result.parsed.Changed) {
|
||||
for (let changed of result.parsed.Changed) {
|
||||
allData += ' ' + changed;
|
||||
}
|
||||
}
|
||||
|
||||
if (result.parsed['Breaking changes']) {
|
||||
for (let breaking of result.parsed['Breaking changes']) {
|
||||
allData += ' ' + breaking;
|
||||
}
|
||||
}
|
||||
return allData;
|
||||
}
|
||||
}
|
||||
|
||||
async function generateFeed() {
|
||||
const versionDir = './docs/_includes/version/';
|
||||
const sortedVersionFiles = getSortedFiles(versionDir);
|
||||
|
||||
const feed = new Feed({
|
||||
title: 'sitespeed.io release feed',
|
||||
description: 'Follow new releases of sitespeed.io tools',
|
||||
id: 'https://www.sitespeed.io',
|
||||
function getFeed(tool, time) {
|
||||
return new Feed({
|
||||
title: `${tool} release feed`,
|
||||
description: `New releases and changelog feed of ${tool}`,
|
||||
id: `${tool}-release-feed`,
|
||||
link: 'https://www.sitespeed.io',
|
||||
language: 'en', // optional, used only in RSS 2.0, possible values: http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
|
||||
image: 'https://www.sitespeed.io/img/logos/sitespeed.io.png',
|
||||
image: images[tool],
|
||||
favicon: 'http://www.sitespeed.io/favicon.ico',
|
||||
copyright: 'All rights reserved 2022, Peter Hedenskog and team',
|
||||
updated: new Date(sortedVersionFiles[0].time), // use the date from the latest updated version file
|
||||
updated: new Date(time),
|
||||
feedLinks: {
|
||||
atom: 'https://www.sitespeed.io/feed/atom.xml',
|
||||
rss: 'https://www.sitespeed.io/feed/rss.xml'
|
||||
atom:
|
||||
tool === 'sitespeed.io'
|
||||
? `https://www.sitespeed.io/feed/atom.xml`
|
||||
: `https://www.sitespeed.io/feed/${tool}.atom`,
|
||||
rss:
|
||||
tool === 'sitespeed.io'
|
||||
? `https://www.sitespeed.io/feed/rss.xml`
|
||||
: `https://www.sitespeed.io/feed/${tool}.rss`
|
||||
},
|
||||
author: {
|
||||
name: 'Peter Hedenskog',
|
||||
|
|
@ -69,65 +59,135 @@ async function generateFeed() {
|
|||
link: 'https://www.peterhedenskog.com'
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
const getContent = async () => {
|
||||
const content = {};
|
||||
for (let tool of sortedVersionFiles) {
|
||||
const changelog =
|
||||
tool.name === 'sitespeed.io'
|
||||
? './CHANGELOG.md'
|
||||
: '../' + tool.name + '/CHANGELOG.md';
|
||||
const result = await parseChangelog(changelog);
|
||||
if (result.versions[0].date !== null) {
|
||||
content[tool.name] = getResult(result.versions[0]);
|
||||
} else if (result.versions[1]) {
|
||||
content[tool.name] = getResult(result.versions[1]);
|
||||
} else {
|
||||
// skip missing data
|
||||
console.log(`Missing data for tool ${tool.name}`);
|
||||
function addItemToFeed(feed, item, tool) {
|
||||
feed.addItem({
|
||||
title: `${tool} ${item.version}`,
|
||||
id: `https://github.com/sitespeedio/${tool}/blob/main/CHANGELOG.md#${item.version}`,
|
||||
link: `https://github.com/sitespeedio/${tool}/blob/main/CHANGELOG.md#${item.version}`,
|
||||
description: getResultAsHTML(item),
|
||||
author: [
|
||||
{
|
||||
name: 'Sitespeed.io',
|
||||
link: 'https://www.sitespeed.io'
|
||||
}
|
||||
],
|
||||
date: new Date(item.date),
|
||||
image: images[tool]
|
||||
});
|
||||
}
|
||||
|
||||
function getResultAsHTML(result) {
|
||||
let allData = '';
|
||||
if (result.parsed) {
|
||||
if (result.parsed.Added) {
|
||||
allData += `<h3>Added</h3>\n`;
|
||||
for (let added of result.parsed.Added) {
|
||||
allData += ' ' + marked.parse(added);
|
||||
}
|
||||
}
|
||||
if (result.parsed.Fixed) {
|
||||
allData += `<h3>Fixed</h3>\n`;
|
||||
for (let fixed of result.parsed.Fixed) {
|
||||
allData += ' ' + marked.parse(fixed);
|
||||
}
|
||||
}
|
||||
return content;
|
||||
};
|
||||
|
||||
const descriptions = await getContent();
|
||||
const images = {
|
||||
'sitespeed.io': 'https://www.sitespeed.io/img/logos/sitespeed.io.png',
|
||||
browsertime: 'https://www.sitespeed.io/img/logos/browsertime.png',
|
||||
'coach-core': 'https://www.sitespeed.io/img/logos/coach.png',
|
||||
pagexray: 'https://www.sitespeed.io/img/logos/pagexray.png',
|
||||
throttle: '',
|
||||
coach: 'https://www.sitespeed.io/img/logos/coach.png',
|
||||
'chrome-har': '',
|
||||
'chrome-trace': '',
|
||||
compare: 'https://www.sitespeed.io/img/logos/compare.png',
|
||||
humble: ''
|
||||
};
|
||||
if (result.parsed.Changed) {
|
||||
allData += `<h3>Changed</h3>\n`;
|
||||
for (let changed of result.parsed.Changed) {
|
||||
allData += ' ' + marked.parse(changed);
|
||||
}
|
||||
}
|
||||
|
||||
sortedVersionFiles.forEach(file => {
|
||||
feed.addItem({
|
||||
title: `${file.name} ${file.version}`,
|
||||
id: `https://github.com/sitespeedio/${file.name}/blob/main/CHANGELOG.md#${file.version}`,
|
||||
link: `https://github.com/sitespeedio/${file.name}/blob/main/CHANGELOG.md#`,
|
||||
description: descriptions[file.name],
|
||||
// content: content[file.name],
|
||||
author: [
|
||||
{
|
||||
name: 'Sitespeed.io',
|
||||
link: 'https://www.sitespeed.io'
|
||||
}
|
||||
],
|
||||
date: new Date(file.time),
|
||||
image: images[file.name]
|
||||
});
|
||||
if (result.parsed['Breaking changes']) {
|
||||
allData += `<h3>Breaking changes</h3>\n`;
|
||||
for (let breaking of result.parsed['Breaking changes']) {
|
||||
allData += ' ' + marked.parse(breaking);
|
||||
}
|
||||
}
|
||||
|
||||
if (result.parsed['Deprecated']) {
|
||||
allData += `<h3>Deprecated</h3>\n`;
|
||||
for (let deprecated of result.parsed['Deprecated']) {
|
||||
allData += ' ' + marked.parse(deprecated);
|
||||
}
|
||||
}
|
||||
|
||||
if (result.parsed['Removed']) {
|
||||
allData += `<h3>Removed</h3>\n`;
|
||||
for (let removed of result.parsed['Removed']) {
|
||||
allData += ' ' + marked.parse(removed);
|
||||
}
|
||||
}
|
||||
|
||||
if (result.parsed['Security']) {
|
||||
allData += `<h3>Security</h3>\n`;
|
||||
for (let security of result.parsed['Security']) {
|
||||
allData += ' ' + marked.parse(security);
|
||||
}
|
||||
}
|
||||
|
||||
return allData;
|
||||
}
|
||||
}
|
||||
|
||||
const getContent = async tool => {
|
||||
const content = [];
|
||||
const changelog =
|
||||
tool === 'sitespeed.io' ? './CHANGELOG.md' : '../' + tool + '/CHANGELOG.md';
|
||||
const result = await parseChangelog({
|
||||
filePath: changelog,
|
||||
removeMarkdown: false
|
||||
});
|
||||
|
||||
feed.addCategory('Performance');
|
||||
for (let i = 0; i < 10; i++) {
|
||||
// It's not unreleased
|
||||
if (result.versions[i] && result.versions[i].date !== null) {
|
||||
content.push(result.versions[i]);
|
||||
allFeeds.push({ tool, item: result.versions[i] });
|
||||
}
|
||||
}
|
||||
return content;
|
||||
};
|
||||
async function generateFeed() {
|
||||
const versionDir = './docs/_includes/version/';
|
||||
const sortedVersionFiles = getSortedFiles(versionDir);
|
||||
|
||||
for (let tool of sortedVersionFiles) {
|
||||
const feed = getFeed(tool.name, tool.time);
|
||||
feed.addCategory('Web Performance');
|
||||
const items = await getContent(tool.name);
|
||||
for (let item of items) {
|
||||
addItemToFeed(feed, item, tool.name);
|
||||
}
|
||||
|
||||
const docPath = './docs/';
|
||||
|
||||
fs.writeFileSync(
|
||||
path.join(docPath, 'feed', `${tool.name}.rss`),
|
||||
feed.rss2()
|
||||
);
|
||||
fs.writeFileSync(
|
||||
path.join(docPath, 'feed', `${tool.name}.atom`),
|
||||
feed.atom1()
|
||||
);
|
||||
}
|
||||
|
||||
allFeeds.sort(function (a, b) {
|
||||
return new Date(b.item.date) - new Date(a.item.date);
|
||||
});
|
||||
|
||||
const allFeed = getFeed('sitespeed.io', allFeeds[0].item.date);
|
||||
for (let item of allFeeds) {
|
||||
addItemToFeed(allFeed, item.item, item.tool);
|
||||
}
|
||||
|
||||
const docPath = './docs/';
|
||||
|
||||
fs.writeFileSync(path.join(docPath, 'feed', 'rss.xml'), feed.rss2());
|
||||
fs.writeFileSync(path.join(docPath, 'feed', 'atom.xml'), feed.atom1());
|
||||
fs.writeFileSync(path.join(docPath, 'feed', `rss.xml`), allFeed.rss2());
|
||||
fs.writeFileSync(path.join(docPath, 'feed', `atom.xml`), allFeed.atom1());
|
||||
}
|
||||
|
||||
generateFeed();
|
||||
|
|
|
|||
Loading…
Reference in New Issue