Skip to content

How to get the Dns Time from the ligthhouse reports.?? #15644

Answered by benschwarz
ashwinrajanta asked this question in Q&A
Discussion options

You must be logged in to vote

@ashwinrajanta As @adamraine said in a previous reply, Lighthouse does not include DNS timing information. Timing information is available in the remote debugging API (as you've demonstrated above).

However, Lighthouse by default loads pages at full network speed, and then applies network simulation in order to calculate metrics and network timing information. While you can access the timing information from the API (as above), it will represent the unthrottled load, and not the simulated load time.

That's why there's no DNS timings in the report, and afaik why there won't be in the near future.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by ashwinrajanta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants