Skip to content

Commit 86c2e0c

Browse files
committed
bump
1 parent d46b241 commit 86c2e0c

File tree

7 files changed

+127
-167
lines changed

7 files changed

+127
-167
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
37.3.0
1+
37.3.1

docs/feed/atom.xml

+34-44
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id>sitespeed.io-release-feed</id>
44
<title>sitespeed.io release feed</title>
5-
<updated>2025-03-13T00:00:00.000Z</updated>
5+
<updated>2025-03-20T00:00:00.000Z</updated>
66
<generator>https://github.com/jpmonette/feed</generator>
77
<author>
88
<name>Peter Hedenskog</name>
@@ -15,6 +15,39 @@
1515
<logo>https://www.sitespeed.io/img/logos/sitespeed.io.png</logo>
1616
<icon>http://www.sitespeed.io/favicon.ico</icon>
1717
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
18+
<entry>
19+
<title type="html"><![CDATA[sitespeed.io 37.3.1]]></title>
20+
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</id>
21+
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1"/>
22+
<updated>2025-03-20T00:00:00.000Z</updated>
23+
<summary type="html"><![CDATA[<h3>Fixed</h3>
24+
<ul>
25+
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2451---2025-03-18">Browsertime 24.5.1</a> with a fix for using <code>--browsertime.userTimingBlockList</code>.</li>
26+
</ul>
27+
<ul>
28+
<li>Safer check for InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4487">#4487</a> that fixes <a href="https://github.com/sitespeedio/sitespeed.io/issues/4485">#4485</a>.</li>
29+
</ul>
30+
]]></summary>
31+
<author>
32+
<name>Sitespeed.io</name>
33+
<uri>https://www.sitespeed.io</uri>
34+
</author>
35+
</entry>
36+
<entry>
37+
<title type="html"><![CDATA[browsertime 24.5.1]]></title>
38+
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</id>
39+
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1"/>
40+
<updated>2025-03-18T00:00:00.000Z</updated>
41+
<summary type="html"><![CDATA[<h3>Fixed</h3>
42+
<ul>
43+
<li>Bugfix for <code>--userTimingBlockList</code> <a href="https://github.com/sitespeedio/browsertime/pull/2272">#2272</a>.</li>
44+
</ul>
45+
]]></summary>
46+
<author>
47+
<name>Sitespeed.io</name>
48+
<uri>https://www.sitespeed.io</uri>
49+
</author>
50+
</entry>
1851
<entry>
1952
<title type="html"><![CDATA[sitespeed.io 37.3.0]]></title>
2053
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0</id>
@@ -234,34 +267,6 @@
234267
<ul>
235268
<li>There was a bug in the InfluxDB plugin and loading the cli parameters failed <a href="https://github.com/sitespeedio/sitespeed.io/pull/4463">#4463</a>.</li>
236269
</ul>
237-
]]></summary>
238-
<author>
239-
<name>Sitespeed.io</name>
240-
<uri>https://www.sitespeed.io</uri>
241-
</author>
242-
</entry>
243-
<entry>
244-
<title type="html"><![CDATA[sitespeed.io 37.0.0]]></title>
245-
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</id>
246-
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0"/>
247-
<updated>2025-03-05T00:00:00.000Z</updated>
248-
<summary type="html"><![CDATA[<h3>Added</h3>
249-
<ul>
250-
<li>Support for getting CLI options from plugins as long as you use <code>--help --plugins.add</code>. This is start to separate CLI options from the monsterous CLI file and instead have them in each plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4450">#4450</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4452">#4452</a> <a href="https://github.com/sitespeedio/sitespeed.io/pull/4455">#4455</a>.</li>
251-
</ul>
252-
<ul>
253-
<li>You can now set the exact minimum log level using <code>--logLevel</code><a href="https://github.com/sitespeedio/sitespeed.io/pull/4459">#4459</a>.</li>
254-
</ul>
255-
<h3>Fixed</h3>
256-
<ul>
257-
<li>Replace the junit-report-builder package <a href="https://github.com/sitespeedio/sitespeed.io/pull/4448">#4448</a>.</li>
258-
</ul>
259-
<ul>
260-
<li>Remove Tape dependencies <a href="https://github.com/sitespeedio/sitespeed.io/pull/4447">#4447</a>.</li>
261-
</ul>
262-
<ul>
263-
<li>Catch if the browser fails to open a broken page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4457">#4457</a>.</li>
264-
</ul>
265270
]]></summary>
266271
<author>
267272
<name>Sitespeed.io</name>
@@ -641,21 +646,6 @@
641646
<ul>
642647
<li>Fix so you cannot use gnirehtet with webpagereplay <a href="https://github.com/sitespeedio/browsertime/pull/2230">#2230</a>.</li>
643648
</ul>
644-
]]></summary>
645-
<author>
646-
<name>Sitespeed.io</name>
647-
<uri>https://www.sitespeed.io</uri>
648-
</author>
649-
</entry>
650-
<entry>
651-
<title type="html"><![CDATA[browsertime 23.4.5]]></title>
652-
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</id>
653-
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5"/>
654-
<updated>2024-12-20T00:00:00.000Z</updated>
655-
<summary type="html"><![CDATA[<h3>Fixed</h3>
656-
<ul>
657-
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
658-
</ul>
659649
]]></summary>
660650
<author>
661651
<name>Sitespeed.io</name>

docs/feed/browsertime.atom

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id>browsertime-release-feed</id>
44
<title>browsertime release feed</title>
5-
<updated>2025-03-13T15:12:49.118Z</updated>
5+
<updated>2025-03-18T19:00:59.181Z</updated>
66
<generator>https://github.com/jpmonette/feed</generator>
77
<author>
88
<name>Peter Hedenskog</name>
@@ -16,6 +16,21 @@
1616
<icon>http://www.sitespeed.io/favicon.ico</icon>
1717
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
1818
<category term="Web Performance"/>
19+
<entry>
20+
<title type="html"><![CDATA[browsertime 24.5.1]]></title>
21+
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</id>
22+
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1"/>
23+
<updated>2025-03-18T00:00:00.000Z</updated>
24+
<summary type="html"><![CDATA[<h3>Fixed</h3>
25+
<ul>
26+
<li>Bugfix for <code>--userTimingBlockList</code> <a href="https://github.com/sitespeedio/browsertime/pull/2272">#2272</a>.</li>
27+
</ul>
28+
]]></summary>
29+
<author>
30+
<name>Sitespeed.io</name>
31+
<uri>https://www.sitespeed.io</uri>
32+
</author>
33+
</entry>
1934
<entry>
2035
<title type="html"><![CDATA[browsertime 24.5.0]]></title>
2136
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0</id>
@@ -196,21 +211,6 @@
196211
<ul>
197212
<li>Fix so you cannot use gnirehtet with webpagereplay <a href="https://github.com/sitespeedio/browsertime/pull/2230">#2230</a>.</li>
198213
</ul>
199-
]]></summary>
200-
<author>
201-
<name>Sitespeed.io</name>
202-
<uri>https://www.sitespeed.io</uri>
203-
</author>
204-
</entry>
205-
<entry>
206-
<title type="html"><![CDATA[browsertime 23.4.5]]></title>
207-
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</id>
208-
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5"/>
209-
<updated>2024-12-20T00:00:00.000Z</updated>
210-
<summary type="html"><![CDATA[<h3>Fixed</h3>
211-
<ul>
212-
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
213-
</ul>
214214
]]></summary>
215215
<author>
216216
<name>Sitespeed.io</name>

docs/feed/browsertime.rss

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>browsertime release feed</title>
55
<link>https://www.sitespeed.io</link>
66
<description>New releases and changelog feed of browsertime</description>
7-
<lastBuildDate>Thu, 13 Mar 2025 15:12:49 GMT</lastBuildDate>
7+
<lastBuildDate>Tue, 18 Mar 2025 19:00:59 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>https://github.com/jpmonette/feed</generator>
1010
<language>en</language>
@@ -16,6 +16,18 @@
1616
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
1717
<category>Web Performance</category>
1818
<atom:link href="https://www.sitespeed.io/feed/browsertime.rss" rel="self" type="application/rss+xml"/>
19+
<item>
20+
<title><![CDATA[browsertime 24.5.1]]></title>
21+
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</link>
22+
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</guid>
23+
<pubDate>Tue, 18 Mar 2025 00:00:00 GMT</pubDate>
24+
<description><![CDATA[<h3>Fixed</h3>
25+
<ul>
26+
<li>Bugfix for <code>--userTimingBlockList</code> <a href="https://github.com/sitespeedio/browsertime/pull/2272">#2272</a>.</li>
27+
</ul>
28+
]]></description>
29+
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
30+
</item>
1931
<item>
2032
<title><![CDATA[browsertime 24.5.0]]></title>
2133
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0</link>
@@ -172,18 +184,6 @@
172184
<ul>
173185
<li>Fix so you cannot use gnirehtet with webpagereplay <a href="https://github.com/sitespeedio/browsertime/pull/2230">#2230</a>.</li>
174186
</ul>
175-
]]></description>
176-
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
177-
</item>
178-
<item>
179-
<title><![CDATA[browsertime 23.4.5]]></title>
180-
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</link>
181-
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</guid>
182-
<pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate>
183-
<description><![CDATA[<h3>Fixed</h3>
184-
<ul>
185-
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
186-
</ul>
187187
]]></description>
188188
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
189189
</item>

docs/feed/rss.xml

+28-38
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>sitespeed.io release feed</title>
55
<link>https://www.sitespeed.io</link>
66
<description>New releases and changelog feed of sitespeed.io</description>
7-
<lastBuildDate>Thu, 13 Mar 2025 00:00:00 GMT</lastBuildDate>
7+
<lastBuildDate>Thu, 20 Mar 2025 00:00:00 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>https://github.com/jpmonette/feed</generator>
1010
<language>en</language>
@@ -15,6 +15,33 @@
1515
</image>
1616
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
1717
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
18+
<item>
19+
<title><![CDATA[sitespeed.io 37.3.1]]></title>
20+
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</link>
21+
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</guid>
22+
<pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate>
23+
<description><![CDATA[<h3>Fixed</h3>
24+
<ul>
25+
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2451---2025-03-18">Browsertime 24.5.1</a> with a fix for using <code>--browsertime.userTimingBlockList</code>.</li>
26+
</ul>
27+
<ul>
28+
<li>Safer check for InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4487">#4487</a> that fixes <a href="https://github.com/sitespeedio/sitespeed.io/issues/4485">#4485</a>.</li>
29+
</ul>
30+
]]></description>
31+
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
32+
</item>
33+
<item>
34+
<title><![CDATA[browsertime 24.5.1]]></title>
35+
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</link>
36+
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</guid>
37+
<pubDate>Tue, 18 Mar 2025 00:00:00 GMT</pubDate>
38+
<description><![CDATA[<h3>Fixed</h3>
39+
<ul>
40+
<li>Bugfix for <code>--userTimingBlockList</code> <a href="https://github.com/sitespeedio/browsertime/pull/2272">#2272</a>.</li>
41+
</ul>
42+
]]></description>
43+
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
44+
</item>
1845
<item>
1946
<title><![CDATA[sitespeed.io 37.3.0]]></title>
2047
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0</link>
@@ -192,31 +219,6 @@
192219
<ul>
193220
<li>There was a bug in the InfluxDB plugin and loading the cli parameters failed <a href="https://github.com/sitespeedio/sitespeed.io/pull/4463">#4463</a>.</li>
194221
</ul>
195-
]]></description>
196-
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
197-
</item>
198-
<item>
199-
<title><![CDATA[sitespeed.io 37.0.0]]></title>
200-
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</link>
201-
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</guid>
202-
<pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate>
203-
<description><![CDATA[<h3>Added</h3>
204-
<ul>
205-
<li>Support for getting CLI options from plugins as long as you use <code>--help --plugins.add</code>. This is start to separate CLI options from the monsterous CLI file and instead have them in each plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4450">#4450</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4452">#4452</a> <a href="https://github.com/sitespeedio/sitespeed.io/pull/4455">#4455</a>.</li>
206-
</ul>
207-
<ul>
208-
<li>You can now set the exact minimum log level using <code>--logLevel</code><a href="https://github.com/sitespeedio/sitespeed.io/pull/4459">#4459</a>.</li>
209-
</ul>
210-
<h3>Fixed</h3>
211-
<ul>
212-
<li>Replace the junit-report-builder package <a href="https://github.com/sitespeedio/sitespeed.io/pull/4448">#4448</a>.</li>
213-
</ul>
214-
<ul>
215-
<li>Remove Tape dependencies <a href="https://github.com/sitespeedio/sitespeed.io/pull/4447">#4447</a>.</li>
216-
</ul>
217-
<ul>
218-
<li>Catch if the browser fails to open a broken page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4457">#4457</a>.</li>
219-
</ul>
220222
]]></description>
221223
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
222224
</item>
@@ -521,18 +523,6 @@
521523
<ul>
522524
<li>Fix so you cannot use gnirehtet with webpagereplay <a href="https://github.com/sitespeedio/browsertime/pull/2230">#2230</a>.</li>
523525
</ul>
524-
]]></description>
525-
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
526-
</item>
527-
<item>
528-
<title><![CDATA[browsertime 23.4.5]]></title>
529-
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</link>
530-
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</guid>
531-
<pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate>
532-
<description><![CDATA[<h3>Fixed</h3>
533-
<ul>
534-
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
535-
</ul>
536526
]]></description>
537527
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
538528
</item>

docs/feed/sitespeed.io.atom

+19-29
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id>sitespeed.io-release-feed</id>
44
<title>sitespeed.io release feed</title>
5-
<updated>2025-03-13T15:33:15.948Z</updated>
5+
<updated>2025-03-20T06:48:23.723Z</updated>
66
<generator>https://github.com/jpmonette/feed</generator>
77
<author>
88
<name>Peter Hedenskog</name>
@@ -16,6 +16,24 @@
1616
<icon>http://www.sitespeed.io/favicon.ico</icon>
1717
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
1818
<category term="Web Performance"/>
19+
<entry>
20+
<title type="html"><![CDATA[sitespeed.io 37.3.1]]></title>
21+
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</id>
22+
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1"/>
23+
<updated>2025-03-20T00:00:00.000Z</updated>
24+
<summary type="html"><![CDATA[<h3>Fixed</h3>
25+
<ul>
26+
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2451---2025-03-18">Browsertime 24.5.1</a> with a fix for using <code>--browsertime.userTimingBlockList</code>.</li>
27+
</ul>
28+
<ul>
29+
<li>Safer check for InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4487">#4487</a> that fixes <a href="https://github.com/sitespeedio/sitespeed.io/issues/4485">#4485</a>.</li>
30+
</ul>
31+
]]></summary>
32+
<author>
33+
<name>Sitespeed.io</name>
34+
<uri>https://www.sitespeed.io</uri>
35+
</author>
36+
</entry>
1937
<entry>
2038
<title type="html"><![CDATA[sitespeed.io 37.3.0]]></title>
2139
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0</id>
@@ -149,34 +167,6 @@
149167
<ul>
150168
<li>There was a bug in the InfluxDB plugin and loading the cli parameters failed <a href="https://github.com/sitespeedio/sitespeed.io/pull/4463">#4463</a>.</li>
151169
</ul>
152-
]]></summary>
153-
<author>
154-
<name>Sitespeed.io</name>
155-
<uri>https://www.sitespeed.io</uri>
156-
</author>
157-
</entry>
158-
<entry>
159-
<title type="html"><![CDATA[sitespeed.io 37.0.0]]></title>
160-
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</id>
161-
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0"/>
162-
<updated>2025-03-05T00:00:00.000Z</updated>
163-
<summary type="html"><![CDATA[<h3>Added</h3>
164-
<ul>
165-
<li>Support for getting CLI options from plugins as long as you use <code>--help --plugins.add</code>. This is start to separate CLI options from the monsterous CLI file and instead have them in each plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4450">#4450</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4452">#4452</a> <a href="https://github.com/sitespeedio/sitespeed.io/pull/4455">#4455</a>.</li>
166-
</ul>
167-
<ul>
168-
<li>You can now set the exact minimum log level using <code>--logLevel</code><a href="https://github.com/sitespeedio/sitespeed.io/pull/4459">#4459</a>.</li>
169-
</ul>
170-
<h3>Fixed</h3>
171-
<ul>
172-
<li>Replace the junit-report-builder package <a href="https://github.com/sitespeedio/sitespeed.io/pull/4448">#4448</a>.</li>
173-
</ul>
174-
<ul>
175-
<li>Remove Tape dependencies <a href="https://github.com/sitespeedio/sitespeed.io/pull/4447">#4447</a>.</li>
176-
</ul>
177-
<ul>
178-
<li>Catch if the browser fails to open a broken page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4457">#4457</a>.</li>
179-
</ul>
180170
]]></summary>
181171
<author>
182172
<name>Sitespeed.io</name>

0 commit comments

Comments
 (0)