The problem with the web isn't j*vascript per-se, but rather the number of requests loading a web page these days take. Like, 100 to 200 HTTP requests.
A single request takes about 35ms. When bundling them together to reduce overhead (tcp headers & checksums & shit), it shouldn't take more than 200ms on a reasonable webpage.