Hacker News new | ask | show | jobs
by throwaw12ay 3469 days ago
A technical question. Does using other format like XML or XHTML make rendering faster given the same amount of nodes + styles in the page? Can it help make browsers render a page faster?
1 comments

No. It might make parsing faster if you optimized for it, but I don’t see any reason for the choice of text representation to affect rendering speed.