> Why would you assume that client-side HTML generation is slower than server-side generation?
Some possible reasons:
* server hardware is assumed faster than my smartphone
* servers can share caches
* http conditional gets can now apply to rendered content (as apposed to templates and data which would require re-render client side)