forked from mozilla/wpt-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metrics.json
13 lines (13 loc) · 1.01 KB
/
metrics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
[
{"name": "TTFB", "description": "Time to First Byte", "unit": "milliseconds"},
{"name": "render", "description": "startRender", "unit": "milliseconds"},
{"name": "firstPaint", "description": "Time to First Non-Blank Paint", "unit": "milliseconds"},
{"name": "timeToContentfulPaint", "description": "Time to First Contentful Paint", "unit": "milliseconds"},
{"name": "domContentFlushed", "description": "DOM-content flush time (duration)", "unit": "milliseconds"},
{"name": "timeToFirstInteractive", "description": "Time to First Interactive", "unit": "milliseconds"},
{"name": "pageLoadTime", "description": "Page load: loadEventStart - fetchStart", "unit": "milliseconds"},
{"name": "SpeedIndex", "description": "SpeedIndex", "unit": "milliseconds"},
{"name": "bytesInDoc", "description": "Total Bytes in Doc", "unit": "bytes"},
{"name": "visualComplete", "description": "Time to Visual Complete", "unit": "milliseconds"},
{"name": "requestsFull", "description": "Number of HTTP(s) Requests", "unit": "count"}
]