Skip to content
faresweb.net labs Main blog

labs / experience

Web Site Optimization - Sprite images

legacy updated: 2013-01-10 reading: 1 min

Legacy note: archived and kept for reference.

Combining images into as few files as possible using CSS sprites reduces the number of round-trips and delays in downloading other resources, reduces request overhead, and can reduce the total number of bytes downloaded by a web page.

Similar to JavaScript and CSS, downloading multiple images incurs additional round trips. A site that contains many images can combine them into fewer output files to reduce latency.