111 lines
3.0 KiB
JSON
111 lines
3.0 KiB
JSON
{
|
|
"requests": {
|
|
"title": "total requests",
|
|
"desc": "The total number of requests"
|
|
},
|
|
"js": {
|
|
"title": "js",
|
|
"desc": "The total number of JS requests"
|
|
},
|
|
"img": {
|
|
"title": "img",
|
|
"desc": "The total number of image requests"
|
|
},
|
|
"cssimg": {
|
|
"title": "css img",
|
|
"desc": "The total number of css image requests"
|
|
},
|
|
"css": {
|
|
"title": "css",
|
|
"desc": "The total number of CSS requests"
|
|
},
|
|
"font": {
|
|
"title": "font",
|
|
"desc": "The total number of font requests"
|
|
},
|
|
"flash": {
|
|
"title": "flash",
|
|
"desc": "The total number of flash requests"
|
|
},
|
|
"iframe": {
|
|
"title": "iframe",
|
|
"desc": "The total number of iframe requests"
|
|
},
|
|
"pageWeight": {
|
|
"title": "page size (kb)",
|
|
"desc": "The total size for all assets and the page"
|
|
},
|
|
"jsWeight": {
|
|
"title": "js size (kb)",
|
|
"desc": "The total size of all JS files"
|
|
},
|
|
"cssWeight": {
|
|
"title": "css size (kb)",
|
|
"desc": "The total size of all CSS files"
|
|
},
|
|
"imgWeight": {
|
|
"title": "img size (kb)",
|
|
"desc": "The total size of all images"
|
|
},
|
|
"docWeight": {
|
|
"title": "doc size (kb)",
|
|
"desc": "The document size (uncompressed)"
|
|
},
|
|
"cacheTime": {
|
|
"title": "cache time",
|
|
"desc": "The median cache time for all assets on the page"
|
|
},
|
|
"ruleScore": {
|
|
"title": "rule score",
|
|
"desc": "The sitespeed.io rule grade for this page. 100 is perfect 0 is incredibe bad"
|
|
},
|
|
"expiresmod.items": {
|
|
"title": "req missing expire",
|
|
"desc": "Number of requests missing a expire date"
|
|
},
|
|
"timeSinceLastModification": {
|
|
"title": "median time since last mod",
|
|
"desc": "The median time since an assets was modified"
|
|
},
|
|
"avoidscalingimages.items": {
|
|
"title": "browser scaled images",
|
|
"desc": "The number of images that are scaled in the browser"
|
|
},
|
|
"noduplicates.items": {
|
|
"title": "remove duplicate JS and CSS.",
|
|
"desc": "Duplicate Javacript & CSS files not be fetched multiple times but executed twice."
|
|
},
|
|
"serverResponseTime.median": {
|
|
"title": "server response time (ms)",
|
|
"desc": "The median server response time"
|
|
},
|
|
"domContentLoadedTime.median": {
|
|
"title": "dom content loaded time (ms)",
|
|
"desc": "The median domContentLoadedTime"
|
|
},
|
|
"gscore": {
|
|
"title": "gpsi score",
|
|
"desc": "Google Pagespeed Insights score"
|
|
},
|
|
"criticalpath": {
|
|
"title": "critical path score",
|
|
"desc": "The critical rendering path score"
|
|
},
|
|
"speedIndex": {
|
|
"title": "speed index",
|
|
"desc": "The average time when pixels on the screen have been painted (WPT)"
|
|
},
|
|
"imageSavings": {
|
|
"title": "image savings (kb)",
|
|
"desc": "The image size that can be saved if compressed correctly (WPT)"
|
|
},
|
|
"imageTotal": {
|
|
"title": "image total (kb)",
|
|
"desc": "The total image weight (WPT)"
|
|
},
|
|
"firstViewFirstPaint": {
|
|
"title": "first paint (ms)",
|
|
"desc": "The first paint time of the first view (median)"
|
|
}
|
|
|
|
} |