pics load slow

jswim

New Member
Messages
14
Reaction score
0
Points
0
How do I make my Pictures on my site load faster? They take FOREVER to load on most peoples computers the first time. Is there something I can do?
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
The reason for them loading slowly is that the images are huge.

For example the "Johnson Swimming Team" image is : 1917.73 KB (1963752 bytes). That is close on 2megs. When you set the size of it in the HTML code, you are only resizing the dimensions.
You could stop this by using on of the methods described above to create a thumbnail for the image. You could also reduce the size of the main image allot if you want to link to it.

The better way to go about all of this is to use a php GD script that creates a thumbnail for you from the image.
 
Last edited:
Top