Hacker News new | ask | show | jobs
by slexaxton 5611 days ago
Actually it makes a ton of sense to asynchronously require javascript files on your production page. If you load them asynchronously and in parallel, you can often get much better performance than one single request (serially).

http://blog.getify.com/2009/11/labjs-why-not-just-concat/