ryanwalters / netlify-plugin-pagespeed-insights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netlify-plugin-pagespeed-insights

Run Google PageSpeed Insights on your Netlify builds

Possible flow (wip)

  1. Netlify: Get PUBLISH_DIR from constants (docs)
  2. Puppeteer: page.setContent() passing the built index.html (docs)
  3. Puppeteer: page.url() (docs)
  4. PSI: Run PageSpeed Insights on puppeteer url (docs)

Inputs

  • Specify contexts to run on; default: all
  • Specify routes to run on; default: /

About