Display more LCP information (#4413)

This commit is contained in:
Peter Hedenskog 2025-01-24 08:38:57 +01:00 committed by GitHub
parent 5b31dec5a5
commit 5b35a1e4f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 1 deletions

View File

@ -21,7 +21,22 @@ if timings.largestContentfulPaint
td
b Render time
td #{h.time.ms(timings.largestContentfulPaint.renderTime)}
tr
td
b Element render delay
td #{h.time.ms(timings.largestContentfulPaint.elementRenderDelay)}
tr
td
b TTFB
td #{h.time.ms(timings.largestContentfulPaint.ttfb)}
tr
td
b Resource delay
td #{h.time.ms(timings.largestContentfulPaint.resourceLoadDelay)}
tr
td
b Resource load duration
td #{h.time.ms(timings.largestContentfulPaint.resourceLoadDuration)}
if renderBlocking && renderBlocking.recalculateStyle.beforeLCP
tr
td