232 lines
10 KiB
XML
232 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
<id>coach-core-release-feed</id>
|
|
<title>coach-core release feed</title>
|
|
<updated>2022-05-05T20:33:42.031Z</updated>
|
|
<generator>https://github.com/jpmonette/feed</generator>
|
|
<author>
|
|
<name>Peter Hedenskog</name>
|
|
<email>peter@soulgalore.com</email>
|
|
<uri>https://www.peterhedenskog.com</uri>
|
|
</author>
|
|
<link rel="alternate" href="https://www.sitespeed.io"/>
|
|
<link rel="self" href="https://www.sitespeed.io/feed/coach-core.atom"/>
|
|
<subtitle>New releases and changelog feed of coach-core</subtitle>
|
|
<logo>https://www.sitespeed.io/img/logos/coach.png</logo>
|
|
<icon>http://www.sitespeed.io/favicon.ico</icon>
|
|
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
|
|
<category term="Web Performance"/>
|
|
<entry>
|
|
<title type="html"><![CDATA[coach-core 7.1.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[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[coach-core 7.1.0]]></title>
|
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0</id>
|
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0"/>
|
|
<updated>2022-02-06T00:00:00.000Z</updated>
|
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>Upgraded to PageXray 4.0.0.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Upgraded to third party web 0.13.0.</li>
|
|
</ul>
|
|
]]></summary>
|
|
<author>
|
|
<name>Sitespeed.io</name>
|
|
<uri>https://www.sitespeed.io</uri>
|
|
</author>
|
|
</entry>
|
|
<entry>
|
|
<title type="html"><![CDATA[coach-core 7.0.0]]></title>
|
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0</id>
|
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.0.0"/>
|
|
<updated>2021-12-01T00:00:00.000Z</updated>
|
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>Updated third-party-web to 0.12.6.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Use Chrome(ium) render blocking information to know if a request is render blocking or not <a href="https://github.com/sitespeedio/coach-core/pull/66">#66</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Report offending JavaScript assets if the JavaScript max limits kicks in <a href="https://github.com/sitespeedio/coach-core/pull/70">#70</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>New largest contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/76">#76</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>New first contentful paint advice <a href="https://github.com/sitespeedio/coach-core/pull/77">#77</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Added TBT in the CPU longtask advice <a href="https://github.com/sitespeedio/coach-core/pull/80">#80</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Report content and transfer size for offending URLs <a href="https://github.com/sitespeedio/coach-core/pull/81">#81</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Report offending assets with transfer/content size for page size limit <a href="https://github.com/sitespeedio/coach-core/pull/82">#82</a>.</li>
|
|
</ul>
|
|
<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Fix cases when JQuery is undefined. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/64">#64</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>A better way to find offending layout shifters. Thank you <a href="https://github.com/jajo-shubham">shubham jajodia</a> for PR <a href="https://github.com/sitespeedio/coach-core/pull/65">#65</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Removed mentions aboout server push <a href="https://github.com/sitespeedio/coach-core/pull/69">#69</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>Added more information on how to debug CPU advice <a href="https://github.com/sitespeedio/coach-core/pull/71">#71</a>.</li>
|
|
</ul>
|
|
<h3>Changed</h3>
|
|
<ul>
|
|
<li>Moved AMP advice to best practice instead of privacy <a href="https://github.com/sitespeedio/coach-core/pull/67">#67</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Increased favicon max size advice from 5 to 10 kb <a href="https://github.com/sitespeedio/coach-core/pull/68">#68</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>Renamed the fastRender advice to avoidRenderBlocking <a href="https://github.com/sitespeedio/coach-core/pull/73">#73</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>Remove the third party async advice <a href="https://github.com/sitespeedio/coach-core/pull/74">#74</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>Updated the layout shift advice to use cumulative layout shift <a href="https://github.com/sitespeedio/coach-core/pull/75">#75</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>Changed id of the Google Tag Manager advice <a href="https://github.com/sitespeedio/coach-core/pull/79">#79</a></li>
|
|
</ul>
|
|
]]></summary>
|
|
<author>
|
|
<name>Sitespeed.io</name>
|
|
<uri>https://www.sitespeed.io</uri>
|
|
</author>
|
|
</entry>
|
|
<entry>
|
|
<title type="html"><![CDATA[coach-core 6.4.3]]></title>
|
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.3</id>
|
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.3"/>
|
|
<updated>2021-07-21T00:00:00.000Z</updated>
|
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Updated to latest PageXray and Third patrty web 0.12.4.</li>
|
|
</ul>
|
|
]]></summary>
|
|
<author>
|
|
<name>Sitespeed.io</name>
|
|
<uri>https://www.sitespeed.io</uri>
|
|
</author>
|
|
</entry>
|
|
<entry>
|
|
<title type="html"><![CDATA[coach-core 6.4.2]]></title>
|
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.2</id>
|
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.2"/>
|
|
<updated>2021-07-05T00:00:00.000Z</updated>
|
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Make sure JQuery refs are set back to original ref <a href="https://github.com/sitespeedio/coach-core/pull/62">#62</a> see <a href="https://github.com/sitespeedio/coach-core/issues/61">#61</a>.</li>
|
|
</ul>
|
|
]]></summary>
|
|
<author>
|
|
<name>Sitespeed.io</name>
|
|
<uri>https://www.sitespeed.io</uri>
|
|
</author>
|
|
</entry>
|
|
<entry>
|
|
<title type="html"><![CDATA[coach-core 6.4.1]]></title>
|
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.1</id>
|
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.1"/>
|
|
<updated>2021-06-23T00:00:00.000Z</updated>
|
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Use all headers for Wappalyzer (before only the main document was used) <a href="https://github.com/sitespeedio/coach-core/pull/60">#60</a>.</li>
|
|
</ul>
|
|
]]></summary>
|
|
<author>
|
|
<name>Sitespeed.io</name>
|
|
<uri>https://www.sitespeed.io</uri>
|
|
</author>
|
|
</entry>
|
|
<entry>
|
|
<title type="html"><![CDATA[coach-core 6.4.0]]></title>
|
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.0</id>
|
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.4.0"/>
|
|
<updated>2021-06-02T00:00:00.000Z</updated>
|
|
<summary type="html"><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>Updated to PageXray 4.2.0 that adds support for getting render blocking info in Chrome.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Update wappalyzer-core from 6.5.32 to 6.6.0 <a href="https://github.com/sitespeedio/coach-core/pull/57">#57</a></li>
|
|
</ul>
|
|
<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Only look for GET request for private and caching headers <a href="https://github.com/sitespeedio/coach-core/pull/55">#55</a>. See <a href="https://github.com/sitespeedio/coach-core/issues/53">#53</a>.</li>
|
|
</ul>
|
|
]]></summary>
|
|
<author>
|
|
<name>Sitespeed.io</name>
|
|
<uri>https://www.sitespeed.io</uri>
|
|
</author>
|
|
</entry>
|
|
<entry>
|
|
<title type="html"><![CDATA[coach-core 6.3.3]]></title>
|
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.3</id>
|
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.3"/>
|
|
<updated>2021-04-14T00:00:00.000Z</updated>
|
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Updated the link about FLOC to use <a href="https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea">https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea</a>.</li>
|
|
</ul>
|
|
]]></summary>
|
|
<author>
|
|
<name>Sitespeed.io</name>
|
|
<uri>https://www.sitespeed.io</uri>
|
|
</author>
|
|
</entry>
|
|
<entry>
|
|
<title type="html"><![CDATA[coach-core 6.3.2]]></title>
|
|
<id>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.2</id>
|
|
<link href="https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#6.3.2"/>
|
|
<updated>2021-04-13T00:00:00.000Z</updated>
|
|
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Catch when you test a URL without a domain see <a href="https://github.com/sitespeedio/sitespeed.io/issues/3043">https://github.com/sitespeedio/sitespeed.io/issues/3043</a></li>
|
|
</ul>
|
|
]]></summary>
|
|
<author>
|
|
<name>Sitespeed.io</name>
|
|
<uri>https://www.sitespeed.io</uri>
|
|
</author>
|
|
</entry>
|
|
</feed> |