Skip to content

Commit

Permalink
Check that we really have CPU data
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Nov 27, 2023
1 parent c563401 commit e321442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/html/templates/url/metrics/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ if browsertime
td
a(href=baseHelpURL + 'firstInputDelay') First Input Delay (FID)
td.number #{h.time.ms(timings.firstInput.delay)}
else
else if (cpu && cpu.longTasks)
tr
td
a(href=baseHelpURL + 'totalBlockingTime') Total Blocking Time (TBT)
Expand Down

0 comments on commit e321442

Please sign in to comment.