I have a problem with my website, when you load the index page , the headers load fine but the main content appear with a delay between each photos. The error is only on the index because there is alot of contents.

Thank you very much, waiting for answers.

Link : http://www.kinouk.com

link|improve this question
What browser? show some code maybe... What is the "main content" refer too? and please fix your post and replace Link : www*kinouk*com with [link](www.kinouk.com). Your question is of very low quality and unless you update it will likely be closed. – rlemon Oct 5 '11 at 18:31
Can you provide a link to a page that actually has multiple images? Most don't have any content at all and I'm tired of poking around randomly. – Su' Oct 5 '11 at 19:13
feedback

closed as too localized by RandomBen Oct 5 '11 at 19:51

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

First guess would be that your images are massive. The flower image on this page is 800x600px, forced to 180x135 in-browser, and the actual file is 328k. If you do that a bunch of times in a single document, you're going to see noticeable lag as each image downloads. Your thumbnails should actually be thumbnails, not full-sized images crammed to a smaller size.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.