Skip to content

[QUESTION] | Measuring Full Page Load time #12939

Answered by brendankenny
hayk96 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hayk96,

I want to know which timing entries of the components reported by Lighthouse I have to use for calculating Full page Load time.

It depends on what you mean by "Full Page Load". Is there a specific definition you had in mind?

You could use one of two of the top-level metrics in the Lighthouse performance section:

  • Largest Contentful Paint (lhrJson.audits['largest-contentful-paint'].numericValue in the JSON lighthouse result) measures when the site shows it's biggest asset (usually a big image or headline text), which correlates well with when users perceive the page to have finished loading
  • Time to Interactive (lhrJson.audits.interactive.numericValue in the JSON lighthouse re…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hayk96
Comment options

Answer selected by hayk96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #12778 on August 19, 2021 15:38.