Created
January 11, 2017 14:57
-
-
Save denar90/b202c5c224bc00da5bc791ec184cb379 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"runs": [ | |
{ | |
"timings": [ | |
{ | |
"title": "First Contentful Paint", | |
"name": "ttfcp", | |
"value": 348.285, | |
"color": "green" | |
}, | |
{ | |
"title": "First Meaningful Paint", | |
"name": "ttfmp", | |
"value": 348.3, | |
"color": "green" | |
}, | |
{ | |
"title": "Perceptual Speed Index", | |
"name": "psi", | |
"value": 373, | |
"color": "blue" | |
}, | |
{ | |
"title": "First Visual Change", | |
"name": "fv", | |
"value": 373, | |
"color": "blue" | |
}, | |
{ | |
"title": "Visually Complete 100%", | |
"name": "vc", | |
"value": 373, | |
"color": "blue" | |
}, | |
{ | |
"title": "Time to Interactive", | |
"name": "tti", | |
"value": 362.3, | |
"color": "yellow" | |
}, | |
{ | |
"title": "Visually Complete 85%", | |
"name": "vc85", | |
"value": 362.326, | |
"color": "blue" | |
} | |
], | |
"timestamps": [ | |
{ | |
"title": "Navigation Start", | |
"name": "navstart", | |
"value": 30699683911 | |
} | |
], | |
"generatedTime": "2017-01-11T14:56:38.968Z", | |
"lighthouseVersion": "1.4.1", | |
"initialUrl": "http:example.com", | |
"url": "http://example.com/" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment