Y
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
sokoloff
1770 days ago
Perhaps an equally (more?) relevant question is "why are
other
sites so slow?"
link
Feoj
1770 days ago
Simplicity. Clean HTML ("rendered" server side), straight forward CSS and little JavaScript.
link
iamwil
1770 days ago
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
link
ryandvm
1770 days ago
By not having any features
link