LAB.js – a nifty little javascript loader
LAB.js (Loading And Blocking JavaScript) allows you load in parallel your js scripts , speeding up the process ( sometimes a lot). But also it can force that scripts are loaded in a certain order, so this way no dependencies are broken.
The developer declares a 2x speed improvement on his site.
On an ondevelopment project , [...]



