http - Does SPDY protocol eliminate the need for CSS sprites, combined JS and CSS files? -


i have been combining css , js files. same has pretty applied images, too. wondering here google's spdy, multiplexing connections, remove need of this? compilation/minifying not asking here, overhead of additional http requests have in typical http protocol.

spdy allows browser fetch images in parallel, helps. if browser has sufficient bandwidth, can enough make spdy unsprited fast http sprites.

but, sprites still better absolute performance.

usually, when combine 5-6 images resulting size of image smaller sum of sizes of individual images. results vary, depending on types of images you're using , how many there are. css tricks guys have example: http://css-tricks.com/css-sprites/


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -