Hacker News new | ask | show | jobs
by kevingadd 2653 days ago
People on lower quality connections (high packet loss/roundtrip) eat a lot of delay on page loads because the average site connects to like 20+ servers and the browser has to spin up a bunch of http connections. Then you have to wait for javascript to load... this is unavoidable.
1 comments

> Then you have to wait for javascript to load... this is unavoidable.

JavaScript is not “unavoidable,” it’s a self-inflicted gunshot wound.