javascriptlabjs

Scripts loaded with LABjs are still blocking


Here is an example: http://ci.elfster.com/core/login.aspx

Look at the net tab in Firebug and you will see that scripts still have a substantial blocking period.

Does anybody have a working example that shows ten scripts downloading in parallel without blocking using LABjs?

Thanks!


Solution

  • Try going to about:config and setting network.http.max-persistent-connections-per-server higher

    My guess is that yours is still set to 6 and that is why the downloads are blocking.