Why is the Web So Slow?
Browser task: render HTML
Server tasks: full-text search, database apps, session management, network interface, template processing, etc. etc. etc.
To make the Web faster, run more code in the browser!