Arc Forumnew | comments | leaders | submitlogin
Why and how is Hacker News so fast? (ycombinator.com)
4 points by tvvocold 3182 days ago | 1 comment


5 points by kogir 3179 days ago | link

It's fast because it's not bloated. It returns fairly minimal (if not elegant) HTML, and loads few additional resources.

The HN front page is about 7kB - many times smaller than even minimized jQuery (83kB as of 2.1.4).

The data is small and all fits in RAM on a single server during normal operation, so there's no additional network latency hitting a DB over the network.

----- Edit: Oops - missed that this was a link.

-----