Skip to content

Instantly share code, notes, and snippets.

@arijitMondal
Created August 26, 2020 03:50
Show Gist options
  • Save arijitMondal/ceb56f853c3aaefa731198f87f828f21 to your computer and use it in GitHub Desktop.
Save arijitMondal/ceb56f853c3aaefa731198f87f828f21 to your computer and use it in GitHub Desktop.
function monitor() {
var desktopInfo = getPageSpeedInfo('desktop');
var mobileInfo = getPageSpeedInfo('mobile');
instertDataToSheet(desktopInfo, 'desktop');
instertDataToSheet(mobileInfo, 'mobile');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment