Hacker News new | ask | show | jobs
by lovebes 1770 days ago
how did they make it so fast? I'm always surprised by its loading speed
4 comments

Perhaps an equally (more?) relevant question is "why are other sites so slow?"
Simplicity. Clean HTML ("rendered" server side), straight forward CSS and little JavaScript.
I remember reading a couple years ago, that there's no database. It just reads stuff off disk, and then caches it in memory.

It probably also helps that the html/css/js is minimal

By not having any features