wicksipedia/PageSpeed Insights
Action that wraps a call to the PageSpeed Insights API and returns the data
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The URL to run the check against | yes | — |
| key | A PageSpeed Insights API key | yes | — |
| categories | Categories of checks to run (accessibility, best_practices, performance, pwa, seo). | no | performance |
| strategy | Strategy to use when analyzing the page (mobile/desktop). | no | mobile |
| maximumNumberOfRetries | Maximum number of times to call API before failing the action | no | 3 |
| delayBetweenRetries | Duration in ms to wait before retrying | no | 3000 |
Outputs
| name | description |
|---|---|
| accessibility | accessibility output |
| best_practices | best_practices output |
| performance | performance output |
| pwa | pwa output |
| seo | seo output |