catchpoint / WebPageTest.bulk-tester

Google App Script for spreadsheet that uses the WPT API to bulk test URLs
MIT License
259 stars 22 forks source link

Update script to use new `normalizekeys=1` functionality #29

Closed Nooshu closed 3 years ago

Nooshu commented 3 years ago

New functionality added to WPT to strip out non-alphanumeric characters from the API key names using the normalizekeys=1 URL parameter. This doesn't effect any of the default metrics in the example sheet.

I've verified this works on the public instance of WPT:

After change but before the result field key names were updated. No results for some columns as the key names have now changed to not include non-alphanumeric characters:

Screenshot 2020-10-10 at 00 30 42

After updating the field key names to remove the non-alphanumeric characters in the keys:

Screenshot 2020-10-10 at 00 31 11