This commit is contained in:
Peter Hedenskog 2024-03-27 16:19:50 +01:00 committed by GitHub
parent ddc1df8b93
commit 7736d7ee49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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 },