Show longtasks before LCP (#3686)
This commit is contained in:
parent
3a56e28092
commit
a3f8aa16dd
|
|
@ -62,6 +62,10 @@ if browsertime && browsertime.cpu && browsertime.cpu.longTasks
|
|||
td Long Tasks before First Contentful Paint
|
||||
td #{browsertime.cpu.longTasks.beforeFirstContentfulPaint.tasks}
|
||||
td #{browsertime.cpu.longTasks.beforeFirstContentfulPaint.totalDuration.toFixed(0)}
|
||||
tr
|
||||
td Long Tasks before Largest Contentful Paint
|
||||
td #{browsertime.cpu.longTasks.beforeLargestContentfulPaint.tasks}
|
||||
td #{browsertime.cpu.longTasks.beforeLargestContentfulPaint.totalDuration.toFixed(0)}
|
||||
tr
|
||||
td Long Tasks after Load Event End
|
||||
td #{browsertime.cpu.longTasks.afterLoadEventEnd.tasks}
|
||||
|
|
|
|||
Loading…
Reference in New Issue