Hacker News new | ask | show | jobs
by rcsorensen 4532 days ago
Dear Google, other things you might want to do to make your rendering engine faster, especially on mobile.

* Proxy all mobile connections through an html-simplifier

* Ignore inline elements like <strong> and <em>

* Remove the vertical part of the box model, and disallow any vertical positioning statements

* Simply serve raw html to the end user. In these days of semantic HTML5, users should be able to read it anyway.