1435 lines
61 KiB
XML
1435 lines
61 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>2024-02-21T00: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 33.1.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.1.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.1.0"/>
|
||
<updated>2024-02-21T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Firefox 123 and Chrome 122 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4090">#4090</a> and <a href="https://github.com/sitespeedio/sitespeed.io/pull/4089">#4089</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Chromedriver 122 and Edgedriver 121</li>
|
||
</ul>
|
||
<ul>
|
||
<li><a href="https://github.com/sitespeedio/sitespeed.io/pull/4091">Browsertime 21.3.0</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 21.3.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.3.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.3.0"/>
|
||
<updated>2024-02-21T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Edgedriver 121 <a href="https://github.com/sitespeedio/browsertime/pull/2078">#2078</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Chromdriver 122 <a href="https://github.com/sitespeedio/browsertime/pull/2080">#2080</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Chrome 122 and Firefox 123 in the Docker container <a href="https://github.com/sitespeedio/browsertime/pull/2081">#2081</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Log that Throttle is used inside Docker <a href="https://github.com/sitespeedio/browsertime/pull/2077">#2077</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 33.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.0.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#33.0.0"/>
|
||
<updated>2024-02-11T00: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#2120---2024-02-11">Browsertime 21.2.0</a> that adds a new way to stop your measureemnts if your navigation fails <code>measure.stopAsError(failureMessage, optionalURL)</code>. Perfect to use in a try/catch.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Use darkmode for result HTML by adding <code>--html.darkMode</code>, thank you <a href="https://github.com/petemyron">petemyron</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4081">#4081</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Update co2.js to 0.14.2 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4074">#4074</a></li>
|
||
</ul>
|
||
<ul>
|
||
<li>More solid error handling if one page fail in scripting. This fixes so that the HTML for the rest of pages should be generated <a href="https://github.com/sitespeedio/sitespeed.io/pull/4079">#4079</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Remove console.errors of errors (they have already been reported in the log) <a href="https://github.com/sitespeedio/sitespeed.io/pull/4080">#4080</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Fix automatically switch to Throttle as engine on Mac and Linux if you add -c THROTTLING<a href="https://github.com/sitespeedio/sitespeed.io/pull/4082">#4082</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 21.2.1]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.2.1</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.2.1"/>
|
||
<updated>2024-02-11T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Fix correct JavaScript signaure for stopAsError in types.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 21.2.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.2.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.2.0"/>
|
||
<updated>2024-02-11T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Edge 121 in the Docker container <a href="https://github.com/sitespeedio/browsertime/pull/2071">#2071</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>You can stop a measurement as a failure and make sure no metrics is collected. This is useful if you catch an error in try/catch when trying to measure a page. <code>measure.stopAsError(failureMessage, optionalURL)</code>. Add your message and if you know the URL, add it. <a href="https://github.com/sitespeedio/browsertime/pull/2076">2076</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Set correct viewports for the following emulated mobiles for Chrome: iPhone 14 Pro Max <a href="https://github.com/sitespeedio/browsertime/pull/2070">#2070</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Update adbkit to 3.2.6 <a href="https://github.com/sitespeedio/browsertime/pull/2069">#2069</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Selenium 4.17.0 <a href="https://github.com/sitespeedio/browsertime/pull/2068">#2068</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>There was a missing await when getting the tcpdump <a href="https://github.com/sitespeedio/browsertime/pull/2075">#2075</a></li>
|
||
</ul>
|
||
<ul>
|
||
<li>Remove all trace level logs (and do debug instead) since trace added unnecessary stacktraces to the log <a href="https://github.com/sitespeedio/browsertime/pull/2074">#2074</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 32.2.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#32.2.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#32.2.0"/>
|
||
<updated>2024-01-24T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Chrome and Chromedriver 121 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4069">#4069</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Browsertime 21.1.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4070">#4070</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 21.1.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.1.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.1.0"/>
|
||
<updated>2024-01-24T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Firefox 122, Chrome 121 and Chromedriver 121 <a href="https://github.com/sitespeedio/browsertime/pull/2067">#2067</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Set correct viewports for the following emulated mobiles for Chrome: iPad Mini iPad Air, iPhone 14 Pro, Pixel 7 and Samsung Galaxy A51/71 <a href="https://github.com/sitespeedio/browsertime/pull/2065">#2065</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 32.1.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#32.1.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#32.1.0"/>
|
||
<updated>2024-01-23T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Updated the WebPageReplay version in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4067">#4067</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Firefox 122 in the Docker container <a href="https://github.com/sitespeedio/sitespeed.io/pull/4068">#4068</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 32.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#32.0.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#32.0.0"/>
|
||
<updated>2024-01-19T00:00:00.000Z</updated>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.2.1]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.2.1</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.2.1"/>
|
||
<updated>2024-01-18T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Another fix for <code>--budget.suppressExitCode</code> hopefully it works better this time <a href="https://github.com/sitespeedio/sitespeed.io/pull/4065">#4065</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.2.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.2.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.2.0"/>
|
||
<updated>2024-01-17T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Collect statstics about how the page is built between runs. You can see these metrics on the "side by side"-page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4061">#4061</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>There was bug that caused budget.suppressExitCode to fail that I introduced and reported in <a href="https://github.com/sitespeedio/sitespeed.io/issues/4062">#4062</a>. It's fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4063">#4063</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.1.1]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.1.1</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.1.1"/>
|
||
<updated>2024-01-08T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>When displaying interaction to next paint, there where some copy/paste from largest contentful paint that sometimes broke the HTML (my fault). Fixed in <a href="https://github.com/sitespeedio/sitespeed.io/pull/4052">#4042</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.1.0]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.1.0</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.1.0"/>
|
||
<updated>2024-01-07T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Update to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2100---2024-01-07">Browsertime 21.0.0</a>:</li>
|
||
</ul>
|
||
<ul>
|
||
<li>If you use <code>process.exitCode</code> in your scripting, it will be respected by sitespeed.io and exit with that exit code <a href="https://github.com/sitespeedio/sitespeed.io/pull/4044">#4044</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>If a run is markedAsFailure in your Browsertime script, sitespeed.io exits with an error code <a href="https://github.com/sitespeedio/sitespeed.io/pull/4047">#4047</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 21.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.0.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#21.0.0"/>
|
||
<updated>2024-01-07T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Upgraded to <a href="https://github.com/mozilla/geckodriver/releases/tag/v0.34.0">Geckodriver 0.34.0</a> <a href="https://github.com/sitespeedio/browsertime/pull/2049">#2049</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Collect CPU consumption for Firefox. Turn that on with <code>--firefox.powerConsumption true</code> and including <code>power</code> as a geckoProfilerParams.features <a href="https://github.com/sitespeedio/browsertime/pull/2046">#2046</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Added more commands for mouse click on text <a href="https://github.com/sitespeedio/browsertime/pull/2054">#2054</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Updated AndroidCommand so you can run shell on your Android device as root <a href="https://github.com/sitespeedio/browsertime/pull/2055">#2055</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>If you mark a test as failure, the exit code from Browsertime will be 1. If the exitCode is set in scripting, we use that and will not change that <a href="https://github.com/sitespeedio/browsertime/pull/2057">#2057</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Generate documentation for scripting using JSDoc <a href="https://github.com/sitespeedio/browsertime/pull/2059">#2059</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Make it easy to use Seleniums action API. Get access to the new command using commands.action.getActions() and chain the action. <a href="https://github.com/sitespeedio/browsertime/pull/2061">#2061</a></li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Make sure the visual metrics files are inlcuded in the Docker file <a href="https://github.com/sitespeedio/browsertime/pull/2053">#2053</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Removing QVH from the npm package (used for iPhone video recording but not working) <a href="https://github.com/sitespeedio/browsertime/pull/2051">#2051</a></li>
|
||
</ul>
|
||
<ul>
|
||
<li>Removing visual metrics test images from the npm package <a href="https://github.com/sitespeedio/browsertime/pull/2050">#2050</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Removed the Chromedriver fix that was needed when Chrome for testing broke testing on Chrome :D <a href="https://github.com/sitespeedio/browsertime/pull/2045">#2045</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Refactor of commands/context object to prepare for supporting JSDoc and a little TypeScript to add code completion/IntelliSense in editors <a href="https://github.com/sitespeedio/browsertime/pull/2047">#2047</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Updated documentation for scripting with better JSDoc <a href="https://github.com/sitespeedio/browsertime/pull/2048">#204</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>The code for getting Interaction to next paint was broken. This PR fixes it, make the code cleaner and gives more attribution <a href="https://github.com/sitespeedio/browsertime/pull/2060">#2060</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[sitespeed.io 31.0.1]]></title>
|
||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.0.1</id>
|
||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#31.0.1"/>
|
||
<updated>2023-12-28T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Hopefully removing "rsd" metrics in InfluxDB see <a href="https://github.com/sitespeedio/sitespeed.io/pull/4039">#4039</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Fix showing sustainable metrics in pages page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4042">#4042</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 20.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#20.0.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#20.0.0"/>
|
||
<updated>2023-12-22T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Firefox 121 in the Docker container.g</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Group page load parameters as PageLoad to make them easier to find using <code>--help</code> <a href="https://github.com/sitespeedio/browsertime/pull/2035">#2035</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Fix starting Firefox 121 on Mac <a href="https://github.com/sitespeedio/browsertime/pull/2043">#2043</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 19.3.1]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#19.3.1</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#19.3.1"/>
|
||
<updated>2023-12-18T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Ensure that visual metrics python script is included in the release.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 19.3.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#19.3.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#19.3.0"/>
|
||
<updated>2023-12-18T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Updated Chromedriver and Edgedriver to 120 <a href="https://github.com/sitespeedio/browsertime/pull/2033">#2033</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 19.2.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#19.2.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#19.2.0"/>
|
||
<updated>2023-12-11T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Updated to Chrome and Edge 120 in the Docker container <a href="https://github.com/sitespeedio/browsertime/pull/2031">#2031</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Updated to Selenium 4.16.0 <a href="https://github.com/sitespeedio/browsertime/pull/2026">#2026</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Updated dev dependencies and find-up <a href="https://github.com/sitespeedio/browsertime/pull/2029">#2029</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Recommend NodeJS 18 or later in the package.json <a href="https://github.com/sitespeedio/browsertime/pull/2030">#2030</a>. Browsertime 16.0.0 removed support for NodeJS 16.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[browsertime 19.1.0]]></title>
|
||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#19.1.0</id>
|
||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#19.1.0"/>
|
||
<updated>2023-11-27T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Firefox 120 in the Docker container.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>New Geckodriver installer that on Mac ARM uses ARM version of Geckodriver.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[pagexray 4.4.4]]></title>
|
||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.4</id>
|
||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.4"/>
|
||
<updated>2023-08-31T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Added a safer header check <a href="https://github.com/sitespeedio/pagexray/pull/125">#125</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[pagexray 4.4.3]]></title>
|
||
<id>https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.3</id>
|
||
<link href="https://github.com/sitespeedio/pagexray/blob/main/CHANGELOG.md#4.4.3"/>
|
||
<updated>2023-08-31T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>If the meta section from a HAR file from Browsertime was missing, we didn't catch that. Fixed in <a href="https://github.com/sitespeedio/pagexray/pull/124">#124</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Update to latest minimist <a href="https://github.com/sitespeedio/pagexray/pull/122">#122</a>.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[coach-core 8.0.2]]></title>
|
||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2</id>
|
||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.2"/>
|
||
<updated>2023-08-31T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Another update to PageXray with a safer HTTP header check.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[coach-core 8.0.1]]></title>
|
||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1</id>
|
||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.1"/>
|
||
<updated>2023-08-31T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Updated PageXray.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[coach-core 8.0.0]]></title>
|
||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.0</id>
|
||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#8.0.0"/>
|
||
<updated>2023-08-30T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Expose third party web and wappalyzer versions <a href="https://github.com/sitespeedio/coach-core/pull/111">#111</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Updated to Wappalyzer 6.10.66 <a href="https://github.com/sitespeedio/coach-core/pull/110">#110</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Updated third party web 0.24.0 <a href="https://github.com/sitespeedio/coach-core/pull/108">#108</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Fix correct LCP attribute <a href="https://github.com/sitespeedio/coach-core/pull/107">#107</a>.</li>
|
||
</ul>
|
||
<h3>Changed</h3>
|
||
<ul>
|
||
<li>Remove advice about disableFLoCHeader <a href="https://github.com/sitespeedio/coach-core/pull/106">#106</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.2]]></title>
|
||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.13.2</id>
|
||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.13.2"/>
|
||
<updated>2023-07-30T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Updated tough-cookie, thank you <a href="https://github.com/lallenlowe">lallenlowe</a> for PR <a href="https://github.com/sitespeedio/chrome-har/pull/107">#107</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.2.1]]></title>
|
||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.2.1</id>
|
||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.2.1"/>
|
||
<updated>2023-06-22T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Catch if local storage or session storage isn't accessible.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[coach-core 7.2.0]]></title>
|
||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.2.0</id>
|
||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.2.0"/>
|
||
<updated>2023-06-12T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||
<ul>
|
||
<li>Upgraded to third party web 0.23.0. <a href="https://github.com/sitespeedio/coach-core/pull/98">#98</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Upgraded to latest wappalyzer <a href="https://github.com/sitespeedio/coach-core/pull/100">#100</a>.</li>
|
||
</ul>
|
||
<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Make sure to skip advice if Chrome is missing FCP <a href="https://github.com/sitespeedio/coach-core/pull/95">#95</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Update dev dependencies</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.1]]></title>
|
||
<id>https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.13.1</id>
|
||
<link href="https://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.13.1"/>
|
||
<updated>2023-02-22T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Updated dependencies to latest versions <a href="https://github.com/sitespeedio/chrome-har/pull/105">#105</a>.</li>
|
||
</ul>
|
||
<ul>
|
||
<li>Remove adding headers from extra parameters. Using the CDP Fetch API manipulating responses, the extra response info holds the old un-manipulated headers, so when copying the ones that do not exist, this breaks. Fixed in <a href="https://github.com/sitespeedio/chrome-har/pull/100">#100</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.3]]></title>
|
||
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.3</id>
|
||
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.3"/>
|
||
<updated>2023-02-10T00:00:00.000Z</updated>
|
||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||
<ul>
|
||
<li>Fixed exporting to work with ESM modules too.</li>
|
||
</ul>
|
||
]]></summary>
|
||
<author>
|
||
<name>Sitespeed.io</name>
|
||
<uri>https://www.sitespeed.io</uri>
|
||
</author>
|
||
</entry>
|
||
<entry>
|
||
<title type="html"><![CDATA[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[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[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[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[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[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[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[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> |