Well, it\'s more to do with images and memory in general. If I use the same image multiple times on a page, will each image be consolidated in memory? Or will each image use a
The image will show up one time in the cache (as long as the url is the same and there's no query string appended to the file name). Spriting is the way to go.