You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Page Speed Insights
v1.1
This action utilizes Google's Page Speed Insights to generate a report on your website's performance
Required The name of the site to reach https://google.com
Optional — Strategy to use when analyzing the page (mobile/desktop).
Optional — Score to pass the PageSpeed test. Useful for setting a performance budget (default 70).
Basic Usage
steps:
- name: Running Page Speed Insights
uses: jakepartusch/psi-action@v1.1
id: psi
with:
url: "https://jake.partus.ch"
threshold: 70
strategy: mobile