We are working on a website and noticed that GIF images (100kb - 200kb) load very slowly.
The site is a static site with CSS / HTML.
Does anyone have any clue why images might load slowly?
Will using jpg improve performance?
Here is the HTML code for this image:
<div><img src="images/mainImg_3.gif">
schar source
share