Combine static files or load in parallel
- by Niall Collins
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…