Skip to content

What info timing.entries section gives in Lighthouse? #15840

Answered by adamraine
AAMRAPALI asked this question in Q&A
Discussion options

You must be logged in to vote

Don't use Timing.entries. This is a log of functions run as a part of Lighthouse execution and is not related to the actual metric value.

Using lhr.audits['metrics'] will yield the actual timing measurments. firstContentfulPaint should represent what the Lighthouse report will display and is what you should use most often because it always accounts for throttling.

If you are using simulated throttling, observedFirstContentfulPaint will represent the unthrottled metric value.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AAMRAPALI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants