webpagetest
Version:
WebPageTest API wrapper for NodeJS
33 lines (32 loc) • 565 B
JSON
{
"defaults": {
"suiteName": "WPT test of test (not really errors)",
"operation": "<"
},
"median": {
"firstView": {
"connections": {
"min": 3,
"max": 8
},
"render": 800,
"loadTime": {
"text": "page load time: {actual} should be less than {expected}",
"max": 5000
},
"foo": {
"bar": {
"max": 100
}
},
"score_keep-alive": {
"min": 90
},
"breakdown": {
"css": {
"requests": 2
}
}
}
}
}