1339 lines
58 KiB
XML
1339 lines
58 KiB
XML
<?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-09-27T00:00:00.000Z</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>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 26.0.1]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.0.1</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.0.1"/>
|
||
<updated>2022-09-27T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Upgrading to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16170---2022-09-27">Browsertime 16.17.0</a> that contains a fix to collect battery temperature on Android, making it possible to send the data to Graphite again.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.17.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.17.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.17.0"/>
|
||
<updated>2022-09-27T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Add ability to ignore shutdown failures on android, thank you <a href="https://github.com/gmierz">Gregory Mierzwinski</a> for PR <a href="https://github.com/sitespeedio/browsertime/pull/1850">#1850</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Updated to Firefox 105 and Edge 105 in the Docker container.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Fix so we collect battery temperature statistics on Android (again) <a href="https://github.com/sitespeedio/browsertime/pull/1851">#1851</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 26.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.0.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#26.0.0"/>
|
||
<updated>2022-09-23T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Checkout the <a href="https://github.com/sitespeedio/raspberrypi">pre built Raspberry Pi image</a> for running sitespeed.io tests on your Android phone.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Upgraded to Firefox 105 and Edge 105 in the Docker container.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Upgraded to Browsertime 16.16.0</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Include --preURL information in the latest storer info <a href="https://github.com/sitespeedio/sitespeed.io/pull/3729">#3729</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Fix graphite.sendAnnotation option <a href="https://github.com/sitespeedio/sitespeed.io/pull/3726">#3726</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Show timestamp when each run happens on the run page <a href="https://github.com/sitespeedio/sitespeed.io/pull/3730">#3730</a>.</li>
|
||
</ul>
|
||
<h3>Changed</h3>
|
||
<ul>
|
||
<li>The default setup did miss a lot of important performance metrics, so you needed to set them up yourself. That is fixed in this PR.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>There where a lot of data sent from PageXray, third party and the coach per run. That was not smart since those metrics rarely change between runs and take a lot of space. This PR sets default so none of those metrics are sent</li>
|
||
</ul>
|
||
<ul>
|
||
<li>We introduce a limited set of run metrics from Browsertime (visual metrics and Google Web Vitals and a couple of more) that can be used when sending data per run. This will help you keep track of those metrics together with the default median/min/max values. More info coming up. It's enabled by default, disable it with <code>--browsertime.limitedRunData false</code></li>
|
||
</ul>
|
||
<ul>
|
||
<li>Sending data per run to Graphite was broken: We sent a new key per run meaning it will take up a lot of extra space in Graphite. With this fix we send them under the run key. That way we can configure Graphite to keep data under that key that happened every 20 s (or however fast it takes to do one run) and then automatically remove the data after a week.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Graphite configuration <code>--graphite.perIteration</code> and <code>--graphite.skipSummary</code> is removed. You can now configure which data to send to Graphite by using <code>--graphite.messages</code>. By default we send <em>pageSummary</em> (data summarised per URL) and <em>summary</em> (data summarised per domain). If you want to send <em>pageSummary</em> and <em>run</em> data (data for each run) you can do that with by adding <code>--graphite.messages run</code> <code>--graphite.messages pageSummary</code>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>We removed the possibility to send VisualProgress and videoRecordingStart data to the datasource since that is something you do not need there.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>We updated Grafana and the Graphite container to latest versions. The Graphite container contains <em>storage-schemas.conf</em> configuration that is a good default:</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.16.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.16.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.16.0"/>
|
||
<updated>2022-09-20T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Chrome 105, Firefox 104 and Chromedriver 105 <a href="https://github.com/sitespeedio/browsertime/pull/1843">#1843</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Before you start a test on Android you can push the home button using <code>--androidPretestPressHomeButton</code> <a href="https://github.com/sitespeedio/browsertime/pull/1844">#1844</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 25.11.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.11.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.11.0"/>
|
||
<updated>2022-09-04T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Make it possible to configure run options for AXE (before you could only configure configuration options) <a href="https://github.com/sitespeedio/sitespeed.io/pull/3718">#3718</a>. Checkout <a href="https://www.sitespeed.io/documentation/sitespeed.io/axe/#configure-axe">how to configure AXE</a>.* Removed showing if the page is an AMP page (that battle was won a long time ago) and instead show information from the Network information API when its available <a href="https://github.com/sitespeedio/sitespeed.io/pull/3719">#3719</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 25.10.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.10.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.10.0"/>
|
||
<updated>2022-08-31T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Updated to Chrome 105 and Firefox 104 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/3717">#3717</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 25.9.1]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.9.1</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.9.1"/>
|
||
<updated>2022-08-30T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16151---2022-08-30">Browsertime 16.5.1</a> thar makes sure long tasks are measured direct after the test finish. This fixes late long tasks that happens on slow devices caused by Browsertime collecting metrics.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 25.9.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.9.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.9.0"/>
|
||
<updated>2022-08-30T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Updated to Browsertime 16.15.0 that include your Android phones connected wifi name in the result. That is now showed in the runtime settings page.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Show relative standard deviation on the compare runs page <a href="https://github.com/sitespeedio/sitespeed.io/pull/3716">#3716</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.15.1]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.15.1</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.15.1"/>
|
||
<updated>2022-08-30T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Make sure long tasks are collected direct after a test ends. On a slow device it sometimes happened that long tasks was browsertime running scripts to collect metrics <a href="https://github.com/sitespeedio/browsertime/pull/1841">#1841</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.15.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.15.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.15.0"/>
|
||
<updated>2022-08-30T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Always get the wifi name that your Android phone is using and add it to the result <a href="https://github.com/sitespeedio/browsertime/pull/1839">#1839</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 25.8.3]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.8.3</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.8.3"/>
|
||
<updated>2022-08-28T00:00:00.000Z</updated>
|
||
<summary type="html"><.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 25.8.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.8.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#25.8.0"/>
|
||
<updated>2022-08-26T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16140---2022-08-26">Browsertime 16.14.0</a>. that collects relative standard deviation for metrics and the number of processes that runs on the server when you start a test.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.14.2]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.2</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.2"/>
|
||
<updated>2022-08-26T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Using <code>--preWarmServer</code> didn't work on Android/iOS <a href="https://github.com/sitespeedio/browsertime/pull/1837">#1837</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.14.1]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.1</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.1"/>
|
||
<updated>2022-08-26T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Guard relative standard deviation agains 0 standard deviation <a href="https://github.com/sitespeedio/browsertime/pull/1835">#1835</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.14.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.14.0"/>
|
||
<updated>2022-08-26T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Collect relative standard deviation and output that in the cli output <a href="https://github.com/sitespeedio/browsertime/pull/1834">#1834</a>. Before we only showed the actual standard deviation, with this fix we also show it in percentage, that makes it easier if you run tests on different hardware/networks and want to compare them.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Collect number of processes that runs on the server that do the testing, before a test starts <a href="https://github.com/sitespeedio/browsertime/pull/1833">#1833</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Updated to Selenium 4.4.0 and Throttle 5.0.0.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.13.3]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.3</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.3"/>
|
||
<updated>2022-08-17T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Make sure set cookies work when navigating in script for Chrome/Edge <a href="https://github.com/sitespeedio/browsertime/pull/1830">#1830</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.13.2]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.2</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.2"/>
|
||
<updated>2022-08-14T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Disable adding lastCPULongTask to the HAR data since it breaks waterfall view on slow mobile phones with late CPU long tasks <a href="https://github.com/sitespeedio/browsertime/pull/1828">#1828</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 16.13.1]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.1</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16.13.1"/>
|
||
<updated>2022-08-10T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Make sure that Android id is always picked up from the phone if tests run on Android <a href="https://github.com/sitespeedio/browsertime/pull/1826">#1826</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[throttle 5.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#5.0.0</id>
|
||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#5.0.0"/>
|
||
<updated>2022-07-02T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Changed</h3>
|
||
<ul>
|
||
<li>Dropped support for NodeJS 12 since it's unmaintaned.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[throttle 4.0.3]]></title>
|
||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#4.0.3</id>
|
||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#4.0.3"/>
|
||
<updated>2022-06-29T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Fixed <code>--version</code> so it actually shows the version again <a href="https://github.com/sitespeedio/throttle/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[throttle 4.0.2]]></title>
|
||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#4.0.2</id>
|
||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#4.0.2"/>
|
||
<updated>2022-06-21T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>The E6 Module convertion in 4.0 broke version check (<code>--version</code>) making installs failed. PR <a href="https://github.com/sitespeedio/throttle/pull/74">#74</a> is a temporaty fix for that.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[throttle 4.0.1]]></title>
|
||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#4.0.1</id>
|
||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#4.0.1"/>
|
||
<updated>2022-06-17T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Removed the dependecy of route. Using <code>ip route</code> instead and we already have <code>ip</code> as a requirement.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[coach-core 7.1.2]]></title>
|
||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2</id>
|
||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.2"/>
|
||
<updated>2022-05-05T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Upgraded to PageXray 4.4.2 and Third Party Web 0.17.1.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[pagexray 4.4.2]]></title>
|
||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2</id>
|
||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.2"/>
|
||
<updated>2022-05-05T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Added missing SSL timings to the time per domain <a href="https://github.com/sitespeedio/pagexray/pull/117">#117</a></li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[throttle 3.1.1]]></title>
|
||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.1</id>
|
||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#3.1.1"/>
|
||
<updated>2022-04-19T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Updated minimist dependency.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[throttle 4.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#4.0.0</id>
|
||
<link href="https://github.com/sitespeedio/throttle/blob/main/CHANGELOG.md#4.0.0"/>
|
||
<updated>2022-04-14T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Updated dev dependencies to latest versions <a href="https://github.com/sitespeedio/throttle/pull/68">#68</a></li>
|
||
</ul>
|
||
<h3>Changed</h3>
|
||
<ul>
|
||
<li>Converting the project to ES6 module. If you run Throttle by command line it will work exactly as before except that we dropped support for NodeJS 10 <a href="https://github.com/sitespeedio/throttle/pull/67">#67</a>. You can read <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">Sindre Sorhus ESM package guide</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[coach-core 7.1.1]]></title>
|
||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.1</id>
|
||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.1"/>
|
||
<updated>2022-04-13T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Upgraded to PageXray 4.4.1 and Third Party Web 0.15.0.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[pagexray 4.4.1]]></title>
|
||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.1</id>
|
||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.1"/>
|
||
<updated>2022-04-05T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Bumped minimist to 1.2.6</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[coach-core 7.1.0]]></title>
|
||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0</id>
|
||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0"/>
|
||
<updated>2022-02-06T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Upgraded to PageXray 4.0.0.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Upgraded to third party web 0.13.0.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[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[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[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[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 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[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[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[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[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[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[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[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[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[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[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[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[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>
|
||
<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[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>
|
||
<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>
|
||
<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> |