test: new dom

This commit is contained in:
soulgalore 2019-08-14 17:18:38 +02:00
parent 8cfe68ff55
commit bb5e8c21e9
1 changed files with 59 additions and 43 deletions

View File

@ -1,44 +1,60 @@
{
"browsertime.pageSummary": [{
"metric": "statistics.timings.firstPaint.median",
"max": 5000
}, {
"metric": "statistics.visualMetrics.FirstVisualChange.median",
"max": 1000
}],
"coach.pageSummary": [{
"metric": "advice.performance.score",
"min": 75
}, {
"metric": "advice.info.domElements",
"max": 500
}, {
"metric": "advice.info.domDepth.max",
"max": 12
}, {
"metric": "advice.info.iframes",
"max": 0
}, {
"metric": "advice.info.pageCookies.max",
"max": 5
}],
"pagexray.pageSummary": [{
"metric": "transferSize",
"max": 200000
}, {
"metric": "requests",
"max": 20
}, {
"metric": "missingCompression",
"max": 0
}, {
"metric": "contentTypes.css.requests",
"max": 1
}, {
"metric": "contentTypes.image.transferSize",
"max": 200000
},{
"metric": "documentRedirects",
"max":0
}]
}
"browsertime.pageSummary": [
{
"metric": "statistics.timings.firstPaint.median",
"max": 5000
},
{
"metric": "statistics.visualMetrics.FirstVisualChange.median",
"max": 1000
}
],
"coach.pageSummary": [
{
"metric": "advice.performance.score",
"min": 75
},
{
"metric": "advice.info.domElements",
"max": 500
},
{
"metric": "advice.info.domDepth.max",
"max": 13
},
{
"metric": "advice.info.iframes",
"max": 0
},
{
"metric": "advice.info.pageCookies.max",
"max": 5
}
],
"pagexray.pageSummary": [
{
"metric": "transferSize",
"max": 200000
},
{
"metric": "requests",
"max": 20
},
{
"metric": "missingCompression",
"max": 0
},
{
"metric": "contentTypes.css.requests",
"max": 1
},
{
"metric": "contentTypes.image.transferSize",
"max": 200000
},
{
"metric": "documentRedirects",
"max": 0
}
]
}