Skip to content

Instantly share code, notes, and snippets.

@DerekHawkins
Created September 17, 2019 14:51
Show Gist options
  • Save DerekHawkins/068c7c3c0d5702f216b07d849b286760 to your computer and use it in GitHub Desktop.
Save DerekHawkins/068c7c3c0d5702f216b07d849b286760 to your computer and use it in GitHub Desktop.
data_list_mobile = []
firstContent_mobile = str(response["lighthouseResult"]['audits']['first-contentful-paint']['displayValue'])
timetoInteractive_mobile = str(response["lighthouseResult"]['audits']['interactive']['displayValue'])
speedData_mobile = str(response["lighthouseResult"]['audits']['speed-index']['displayValue'])
data_list_mobile.append((firstContent_mobile, timetoInteractive_mobile, speedData_mobile))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment