ci: auto-regenerate files
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!--header-->
|
||||
<table>
|
||||
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
|
||||
<tr><th colspan="2"><h3>⏱️ Website performances</h3></th></tr>
|
||||
<tr><td colspan="2" align="center"><p>This plugin adds performance statistics of a website.
|
||||
It uses <a href="https://developers.google.com/speed/docs/insights/v5/get-started">Google's PageSpeed API</a> (same as <a href="https://web.dev">web.dev</a>), see <a href="https://web.dev/performance-scoring/">performance scoring</a> and <a href="https://googlechrome.github.io/lighthouse/scorecalc/">score calculator</a> for more informations about results.</p>
|
||||
<tr><th colspan="2"><h3>⏱️ Google PageSpeed</h3></th></tr>
|
||||
<tr><td colspan="2" align="center"><p>This plugin displays performance statistics of a website.</p>
|
||||
<p>It uses <a href="https://developers.google.com/speed/docs/insights/v5/get-started">Google's PageSpeed API</a> (same as <a href="https://web.dev">web.dev</a>), see <a href="https://web.dev/performance-scoring/">performance scoring</a> and <a href="https://googlechrome.github.io/lighthouse/scorecalc/">score calculator</a> for more informations about results.</p>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
|
||||
@@ -42,6 +42,19 @@ It uses <a href="https://developers.google.com/speed/docs/insights/v5/get-starte
|
||||
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
|
||||
<br>
|
||||
<b>default:</b> no<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_pagespeed_token</code></h4></td>
|
||||
<td rowspan="2"><p>PageSpeed token</p>
|
||||
<blockquote>
|
||||
<p>⚠️ While not mandatory, it is strongly advised pass a token to avoid triggering the rate limiter. See <a href="https://developers.google.com/speed/docs/insights/v5/get-started">PageSpeed documentation</a> for more informations.</p>
|
||||
</blockquote>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">🔐 Token<br>
|
||||
<b>type:</b> <code>token</code>
|
||||
<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_pagespeed_url</code></h4></td>
|
||||
@@ -75,7 +88,7 @@ It uses <a href="https://developers.google.com/speed/docs/insights/v5/get-starte
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_pagespeed_screenshot</code></h4></td>
|
||||
<td rowspan="2"><p>Display a website screenshot</p>
|
||||
<td rowspan="2"><p>Website screenshot</p>
|
||||
<p>Significantly increase filesize</p>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
@@ -83,21 +96,10 @@ It uses <a href="https://developers.google.com/speed/docs/insights/v5/get-starte
|
||||
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
|
||||
<br>
|
||||
<b>default:</b> no<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_pagespeed_token</code></h4></td>
|
||||
<td rowspan="2"><p>PageSpeed token</p>
|
||||
<p>Although not mandatory, it strongly advised to create one to avoid triggering the rate limiter. See <a href="https://developers.google.com/speed/docs/insights/v5/get-started">PageSpeed documentation</a> for more informations.</p>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">🔐 Token<br>
|
||||
<b>type:</b> <code>token</code>
|
||||
<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_pagespeed_pwa</code></h4></td>
|
||||
<td rowspan="2"><p>Display PWA Status</p>
|
||||
<td rowspan="2"><p>PWA Status</p>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user