What exactly is DOM Load time?
Is it time to just get complete html from server or does it include the rendering time?
Please explain.
What exactly is DOM Load time? Is it time to just get complete html
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Roughly speaking, load time includes:
content and embeds from server
markup
on page load (which may include
scripts that get more content and
cause further parsing and rendering)
From the user’s point of view, load time is the time between navigating to a page and being able to access, visually and every other way, the finished output.