January 2012
1 post
6 tags
Optimizing your images
Most of the bytes associated with a webpage are images. A site that has a lot of small elements in separate files requires a lot of separate requests. And for small elements, a significant portion of that traffic is overhead.
I have built a Windows application to combine images into a single file and output CSS to use it.
Some solutions in reducing overhead can help. You can use a server that...