"reducing number of requests on a page [not] always makes that page faster" - 1 views
-
anonymous on 03 Oct 12"combining can sometimes make loads slower, due to deferral of JS execution (have to download entire combined JS file before any of the JS can be executed). A second reason is that combining can make the resources take longer to download, due to the way that TCP slow start works"