Skip to content

Initial Release πŸŽ‰

Compare
Choose a tag to compare
@JakePartusch JakePartusch released this 07 Jan 15:53
· 16 commits to master since this release
f3dc4e8

Page Speed Insights β€” A GitHub Action 🏎

This action utilizes Google's Page Speed Insights to generate a report on your website's performance

Example command line output

Inputs

url

Required The name of the site to reach https://google.com

strategy

Optional β€” Strategy to use when analyzing the page (mobile/desktop).

url

Optional β€” Score to pass the PageSpeed test. Useful for setting a performance budget (default 70).

Example usage

Basic Usage

steps:
  - name: Running Page Speed Insights
    uses: jakepartusch/psi-action@v1
    id: psi
    with:
      url: "https://jake.partus.ch"
      threshold: 70
      strategy: mobile