Skip to content

Commit

Permalink
Set default limits for CLS and TTFB #4119
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 27, 2024
1 parent ddc1df8 commit 44afb2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/plugins/html/setup/summaryBoxesDefaultLimits.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand All @@ -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 },
Expand Down

0 comments on commit 44afb2d

Please sign in to comment.