I have a website where when a user does a query, he is taken to a results page with 25 200x150px image links. My problem is that (at least on my computer) the content seems to not load before the images!
I have content before and after the image part (something like header and footer, and the images are the content in-between) but I can't see the footer until after all the images have been transferred, which is a lot, around 500ms each and nothing appears before the previous image has loaded!
I tried to access my website from a proxy, but the results differed: The image slots were loaded, so was the header and footer, and the images loaded one by one, but without keeping any other content from being loaded!
Even so, they were loaded slowly... :(
This issue appears on Mozilla Firefox and on Internet Explorer,but not on Chrome or Opera.
Any ideas what could be causing this?
And more, any ideas of ideal optimization to my specific situation?? Thanks in advance!
Cheers!