-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
metadata.yml
71 lines (61 loc) · 2.31 KB
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: ⏱️ Google PageSpeed
category: social
description: |
This plugin displays 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.
disclaimer: |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with [Google PageSpeed](https://pagespeed.web.dev/).
All product and company names are trademarks™ or registered® trademarks of their respective holders.
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: 0
supports:
- user
- organization
- repository
scopes: []
inputs:
plugin_pagespeed:
description: |
Enable pagespeed plugin
type: boolean
default: no
plugin_pagespeed_token:
description: |
PageSpeed token
> ⚠️ While not mandatory, it is strongly advised pass a token to avoid triggering the rate limiter. See [PageSpeed documentation](https://developers.google.com/speed/docs/insights/v5/get-started) for more informations.
type: token
default: ""
extras:
- metrics.api.google.pagespeed
plugin_pagespeed_url:
description: |
Audited website
type: string
default: .user.website
preset: no
plugin_pagespeed_detailed:
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
default: no
plugin_pagespeed_screenshot:
description: |
Website screenshot
Significantly increase filesize
type: boolean
default: no
plugin_pagespeed_pwa:
description: |
PWA Status
type: boolean
default: no