View Full Version : Optimizing a resized Image in a database.
ijk76319396
04-19-2010, 02:22 AM
ON my site www.comicracy.com I have several images which are resized using css (max width & height) they are the pages of the comics that have been rated. However since the pages are relatively large images it slows down the browsing of my main home page. How can I have these images that are resized also be optimized. Since they are in a database I can't use the fireworks optimizer in dreamweaver, there is only the image place holder with the dynamic icon where it will be. Any advice?
Jimmy Wu
04-19-2010, 10:58 AM
If you are using multiple sizes of an image on a web page and these are static widths and heights, the best way I'd suggest to get the images loaded quicker is to store multiple images of different sizes on your server and access the correct size for each image you're displaying. This way if you're only viewing a small size (say 400x400), you don't have to download an image that is much larger(say 2000x2000) and size it down. That'll make things quicker.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.