From Plex-XML
Images
A key causes of a slow website is the large amount of file requests. Often, web pages include large numbers of images, which adds to this problem.
CSS Sprites is a technique where you merge multiple smaller images into a larger one that is positioned as backgroud with CSS.
- http://www.alistapart.com/articles/sprites
- http://spritegen.website-performance.org/