Comment by AdieuToLogic
8 hours ago
> There used to be a contest to fit a good web page into 5kB ...
In accordance with this philosophy, I worked on a project a couple years ago where the HTML home page uncompressed size was intentionally limited to 4k. The idea being a slow network connection (such as a mobile device using a limited cellular connection) would be able to render quickly and remaining content could load asynchronously.
I wish everyone would do the same!