Decrease image file size

peterbruce

Supreme Member
Joined
Sep 1, 2010
Messages
1,478
Reaction score
386
I have 50+ small icons which are each individually linked to my different social networking sites on my website.

Various tests are saying these images are making the page speed slow.

How can I make these file sizes smaller or stop them slowing down the page speed?

CSS Sprites?
I can't optimize the images much more as the quality will decrease.
I can't make all images into one as I need to link them individually.

Any ideas? The 50 icons can be found down the right side of http://www.realpeterbruce.com/
 
Which Format does they have now and how many colors are used?

If they're JPG's, try to convert to GIF or PNG.

You've written that it's not possible to join them, beacuse the individual links. Is it possible to use HTML Image Map. With them you can specify coordinates for individual links.


Randolph
 
PNGs and GIFs have a larger image size, JPGs sound to be the best option as they have a high picture quality and still the size is kept small.
 
PNGs and GIFs have a larger image size, JPGs sound to be the best option as they have a high picture quality and still the size is kept small.

No mate. Out of GIF,PNG and JPG, GIF takes the least, and then PNG and JPG is the bigger one :)
 
I have an idea, why don't you put the most important ones first, then when anyone clicks more it loads the rest through jQuery?
 
you could host the images outside of your host i.e flickr or another photo sharing site to reduce the load time.
 
Back
Top