954,576 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

CSS Sprites: Bigger Size and Slower

I just took almost all the graphics on my website that are used often in the design and put them into a CSS sprite. Because of the varying sizes this created large area of the new image file that had nothing in them. The result of this was a new CSS sprite that was about 80KB when all the original images together were only about 48KB. I can tell how the webpage is actually loading slower now.

Is it worth keeping the sprites to minimize HTTP requests? Does size matter more or the amount the server is contacted to download each file? I am not sure what to do to fix the problem, keep the sprite, or go back to individual images.

Also I have compressed the sprite as much as I could using Photoshop and other online tools.

jonow
Junior Poster
104 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: