Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

186
Views
Finding the amount of time the browser spent on parsing the HTML?

I am trying to understand and quantify the amount of time the browser spent on parsing HTML. I guess parsing here also includes the step of building out the DOM tree.

I made a simple node server that serves a plain HTML with no script tags/inline JS. It only has some text nodes in the <body /> . I served it locally and access it from Chrome. I took a look at the performance tab, it shows that the "Parse HTML" took about 59.80 ms and it seems to include evaluate scripts which I found odd since I don't have any scripts inside my HTML.

enter image description here

However in Summary section below, "Loading" is 3ms. I found that in this post it seems like "Loading" is including the parsing of HTML. In other words the parsing of HTML actually took less than 3ms, which is more in line with my expectation since the HTML itself is really minimal.

So my question is, which one here is the actual time the browser took to parse the HTML?

Also my assumptions about web development in general is that, compared to the amount of the time downloading HTML (server response time + network roundtrip time), the parsing of HTML is really fast. Is this assumption generally true?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!