Combine static files or load in parallel
        Posted  
        
            by 
                Niall Collins
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Niall Collins
        
        
        
        Published on 2011-01-08T15:38:50Z
        Indexed on 
            2011/01/08
            15:53 UTC
        
        
        Read the original article
        Hit count: 399
        
I am at present introducing code to my site to combine css and javascript files. Is there a way without having to include an external library to load javascript asynchronously or in parallel?
I have read on some blogs that combining of files can be counter productive as the load of the http request can be large and its better to load multiple files in parallel. Opinions on this? I am caching my javascript/css. And would have thought it was better to combine rather than have multiple http requests.
© Stack Overflow or respective owner