Hacker News new | ask | show | jobs
by infogulch 494 days ago
Can skipping rendering affect website behavior? What happens when JS tries to get layout/color information? How often does this break a website?
1 comments

They skip rendering but maybe don't skip layout and style computation?
Does it save much resources at all then? Id think that style computation and layouting takes a large chunk of the total resources used.