Blog Run test Encrypt Connect

Blog

← Back

Getting Lighthouse PWA score

Version 1.2.0 added data from Google Lighthouse to the SpeedTracker dashboard, indicating the overall PWA score. But for now this functionality is limited to a subset of the WebPageTest locations and only works with Chrome.

To use Lighthouse, use one of the following settings as the location parameter on your profile:

  • Dulles_Linux:Chrome
  • Dulles_MotoG4:Chrome
  • Dulles_MotoG:Chrome

For example:

parameters:
  runs: 1
  url: "https://speedtracker.org"
  location: "Dulles_Linux:Chrome"
GitHub logo