Set default limits for CLS and TTFB https://github.com/sitespeedio/sitespeed.io/issues/4119 (#4120)
This commit is contained in:
parent
ddc1df8b93
commit
7736d7ee49
|
|
@ -25,6 +25,7 @@ export default {
|
|||
firstPaint: { green: 1000, yellow: 2000 },
|
||||
firstContentfulPaint: { green: 2000, yellow: 4000 },
|
||||
largestContentfulPaint: { green: 2500, yellow: 4000 },
|
||||
backEndTime: { green: 800, yellow: 1800 },
|
||||
fullyLoaded: {},
|
||||
pageLoadTime: {},
|
||||
FirstVisualChange: { green: 1000, yellow: 2000 },
|
||||
|
|
@ -34,8 +35,8 @@ export default {
|
|||
VisualReadiness: { green: 500, yellow: 1000 },
|
||||
VisualComplete: {}
|
||||
},
|
||||
pageinfo: {
|
||||
cumulativeLayoutShift: {}
|
||||
googleWebVitals: {
|
||||
cumulativeLayoutShift: { green: 0.1, yellow: 0.25 }
|
||||
},
|
||||
requests: {
|
||||
total: { green: 80, yellow: 200 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue