Forum Moderators: phranque
How to improve the web site loading time?
I started a new one that contains a lot of images but I noticed that it is loaded very slowly;I tried to reduce the images quality and dimensions to an acceptable value but nothing happens...
Have you, please, a good advice for me?
Thanks in advance for your replies
Specter
Please help!
Thanks for any advice/suggestion
Sincerely
Specter
First thing I would do is look at cutting down the template in size. You mention Photshop, are you slicing it up in Imageready? If so you can click on each slice and change the image quality and whether it is a jpeg or gif.
It is best to play with this to get a better image size for each bit. Generally use jpeg for any "photographic" like elements and gif for anything with large areas of block colours.
Also solid blocks of colour can be replaced with table background colours. Repeating elements such as a texture can be replaced with the CSS background image, simply cut out a small section which will reduce loading time, which can be repeated in the background.
Failing all of that think about using thumbnail images on the page which a user can click through to a larger version. Remember to resize the thumbs and not to just use the larger image scaled down in the htm code.
The culprit is usually images, unles you've allowed a really large amount of code bloat to accumulate. By any chance are using image files with large dimensions and then re-sizing them with the HTML width and height attributes, rather than resizing the image itself?
Thanks for your reply
Sincerely
Specter