doc(plugins/pagespeed): update

This commit is contained in:
lowlighter
2022-01-16 08:50:01 -05:00
parent a8a8313bf7
commit 950b063fa1
2 changed files with 66 additions and 46 deletions

View File

@@ -1,32 +1,31 @@
<!--header-->
### ⏱️ Website performances
The *pagespeed* plugin adds the performance statistics of the website attached on your account:
<table> <table>
<td align="center"> <tr><th colspan="2"><h3>⏱️ Website performances</h3></th></tr>
<details open><summary>PageSpeed scores</summary> <tr><td colspan="2" align="center"><p>This plugin adds performance statistics of a website.
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.pagespeed.svg"> It uses <a href="https://developers.google.com/speed/docs/insights/v5/get-started">Google&#39;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>
</details> </td></tr>
<details><summary>PageSpeed scores with detailed report</summary> <tr>
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.pagespeed.detailed.svg"> <th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
</details> <td><a href="/source/templates/classic"><code>📗 Classic template</code></a> <a href="/source/templates/repository"><code>📘 Repository template</code></a> <a href="/source/templates/terminal"><code>📙 Terminal template</code></a></td>
<details><summary>PageSpeed scores with a website screenshot</summary> </tr>
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.pagespeed.screenshot.svg"> <tr>
</details> <td><code>👤 Users</code> <code>👥 Organizations</code> <code>📓 Repositories</code></td>
</tr>
<tr>
<td><code>🗝️ plugin_pagespeed_token</code></td>
</tr>
<tr>
<td colspan="2" align="center">
<details open><summary>PageSpeed scores</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.pagespeed.svg" alt=""></img></details>
<details><summary>PageSpeed scores with detailed report</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.pagespeed.detailed.svg" alt=""></img></details>
<details><summary>PageSpeed scores with a website screenshot</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.pagespeed.screenshot.svg" alt=""></img></details>
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
</tr>
</table> </table>
<!--/header-->
These metrics are computed through [Google's PageSpeed API](https://developers.google.com/speed/docs/insights/v5/get-started), which yields the same results as [web.dev](https://web.dev). ## ➡️ Available options
See [performance scoring](https://web.dev/performance-scoring/) and [score calculator](https://googlechrome.github.io/lighthouse/scorecalc/) for more informations about how PageSpeed compute these statistics.
Although not mandatory, you can generate an API key for PageSpeed API [here](https://developers.google.com/speed/docs/insights/v5/get-started) to avoid hitting rate limiter.
Expect 10 to 30 seconds to generate the results.
#### ➡️ Available options
<!--options--> <!--options-->
<table> <table>
@@ -35,7 +34,7 @@ Expect 10 to 30 seconds to generate the results.
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><code>plugin_pagespeed</code></td> <td nowrap="nowrap"><code>plugin_pagespeed</code></td>
<td rowspan="2"><p>Display a website Google PageSpeed metrics</p> <td rowspan="2"><p>Enable pagespeed plugin</p>
<img width="900" height="1" alt=""></td> <img width="900" height="1" alt=""></td>
</tr> </tr>
<tr> <tr>
@@ -55,7 +54,16 @@ Expect 10 to 30 seconds to generate the results.
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><code>plugin_pagespeed_detailed</code></td> <td nowrap="nowrap"><code>plugin_pagespeed_detailed</code></td>
<td rowspan="2"><p>Detailed audit result</p> <td rowspan="2"><p>Detailed results</p>
<p>The following additional stats will be displayed:</p>
<ul>
<li>First Contentful Paint</li>
<li>Speed Index</li>
<li>Largest Contentful Paint</li>
<li>Time to Interactive</li>
<li>Total Blocking Time</li>
<li>Cumulative Layout Shift</li>
</ul>
<img width="900" height="1" alt=""></td> <img width="900" height="1" alt=""></td>
</tr> </tr>
<tr> <tr>
@@ -65,7 +73,8 @@ Expect 10 to 30 seconds to generate the results.
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><code>plugin_pagespeed_screenshot</code></td> <td nowrap="nowrap"><code>plugin_pagespeed_screenshot</code></td>
<td rowspan="2"><p>Display a screenshot of your website</p> <td rowspan="2"><p>Display a website screenshot</p>
<p>Significantly increase filesize</p>
<img width="900" height="1" alt=""></td> <img width="900" height="1" alt=""></td>
</tr> </tr>
<tr> <tr>
@@ -76,6 +85,7 @@ Expect 10 to 30 seconds to generate the results.
<tr> <tr>
<td nowrap="nowrap"><code>plugin_pagespeed_token</code></td> <td nowrap="nowrap"><code>plugin_pagespeed_token</code></td>
<td rowspan="2"><p>PageSpeed token</p> <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> <img width="900" height="1" alt=""></td>
</tr> </tr>
<tr> <tr>
@@ -86,9 +96,7 @@ Expect 10 to 30 seconds to generate the results.
</table> </table>
<!--/options--> <!--/options-->
*[→ Full specification](metadata.yml)* ## Examples workflows
#### Examples workflows
<!--examples--> <!--examples-->
```yaml ```yaml

View File

@@ -1,5 +1,12 @@
name: "⏱️ Website performances" name: "⏱️ Website performances"
category: social category: social
description: |
This plugin adds performance statistics of a website.
It uses [Google's PageSpeed API](https://developers.google.com/speed/docs/insights/v5/get-started) (same as [web.dev](https://web.dev)), see [performance scoring](https://web.dev/performance-scoring/) and [score calculator](https://googlechrome.github.io/lighthouse/scorecalc/) for more informations about results.
examples:
+PageSpeed scores: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.pagespeed.svg
PageSpeed scores with detailed report: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.pagespeed.detailed.svg
PageSpeed scores with a website screenshot: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.pagespeed.screenshot.svg
index: 1 index: 1
supports: supports:
- user - user
@@ -8,37 +15,42 @@ supports:
scopes: [] scopes: []
inputs: inputs:
# Enable or disable plugin
plugin_pagespeed: plugin_pagespeed:
description: Display a website Google PageSpeed metrics description: Enable pagespeed plugin
type: boolean type: boolean
default: no default: no
# Website to audit with PageSpeed
plugin_pagespeed_url: plugin_pagespeed_url:
description: Audited website description: Audited website
type: string type: string
default: .user.website default: .user.website
# Display the following additional metrics from audited website:
# First Contentful Paint, Speed Index, Largest Contentful Paint, Time to Interactive, Total Blocking Time, Cumulative Layout Shift
# See https://web.dev/performance-scoring/ and https://googlechrome.github.io/lighthouse/scorecalc/ for more informations
plugin_pagespeed_detailed: plugin_pagespeed_detailed:
description: Detailed audit result description: |
Detailed results
The following additional stats will be displayed:
- First Contentful Paint
- Speed Index
- Largest Contentful Paint
- Time to Interactive
- Total Blocking Time
- Cumulative Layout Shift
type: boolean type: boolean
default: no default: no
# Display a screenshot of audited website
# May increases significantly filesize
plugin_pagespeed_screenshot: plugin_pagespeed_screenshot:
description: Display a screenshot of your website description: |
Display a website screenshot
Significantly increase filesize
type: boolean type: boolean
default: no default: no
# PageSpeed API token
# This is optional, but providing it will avoid hitting rate-limiter
# See https://developers.google.com/speed/docs/insights/v5/get-started for more informations
plugin_pagespeed_token: plugin_pagespeed_token:
description: PageSpeed token description: |
PageSpeed token
Although not mandatory, it strongly advised to create one to avoid triggering the rate limiter. See [PageSpeed documentation](https://developers.google.com/speed/docs/insights/v5/get-started) for more informations.
type: token type: token
default: "" default: ""