This is more of an HTML question but relates to anyone who uses php to generate dynamic html. Lets say you have the same image appear on a webpage using <img src=imagename.gif>
If the image is the same and the path is the same for a page containing 100 images does the user download the image once or 100 times? I am trying to figure out how to increase performance on my website. Thanks