💻
Pinned Loading
-
Quick and dirty Google App Script fo...
Quick and dirty Google App Script for running performance tests on an array of URLs and logging the results to a Google Spreadsheet 1const spreadsheet = SpreadsheetApp.getActiveSpreadsheet();
2const labsheet = spreadsheet.getSheetByName('labData');
3const fieldsheet = spreadsheet.getSheetByName('fieldData');
4const pageSpeedApiKey = spreadsheet.getSheetByName('config').getRange('C3').getValue();
5const projectList = getProjectList();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.