Hacker News new | ask | show | jobs
by jschwartzi 3561 days ago
Unless it's taking 8 seconds to load because your user is on 2G. Then the only way you can avoid that hit is by not making the requests in the first place.
1 comments

Well, or sending very compressed binary data to the user and rendering more client side, vs sending fat HTML on every click.