Hacker News new | past | comments | ask | show | jobs | submit login

Sometimes html pages can get pretty big, why not optimise it?

Also, speeding up html parsing means speeding up browsers, crawlers, e2e tests, visual regression tests, etc...




A lot of html, css, and JavaScript may not be independent.


Sure, but if you parse the HTMl faster, you find the <script> and <link rel="stylesheet"> tags sooner, and can kick off another network thread to start fetching those files sooner. Overall you end up with a faster page load.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: