Would it make more sense to combine all the images and use sprites? Then you have one extra HTML request, but all of your HTML can download and render quickly.
You can eliminate the other requests by inlining the css and Javascripts.
(Not that I'd actually do this, but it would be interesting to know how this effects performance.)
Comment
Would it make more sense to combine all the images and use sprites? Then you have one extra HTML request, but all of your HTML can download and render quickly.
You can eliminate the other requests by inlining the css and Javascripts.
(Not that I'd actually do this, but it would be interesting to know how this effects performance.)