diff --git a/lib/plugins/html/templates/url/cpu/index.pug b/lib/plugins/html/templates/url/cpu/index.pug index 0626b6cba..089bfe9e4 100644 --- a/lib/plugins/html/templates/url/cpu/index.pug +++ b/lib/plugins/html/templates/url/cpu/index.pug @@ -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}