Download the html and then images

G

Guest

Hi
I want the page(with a lot of images) to be seen in as fast as possible.
Well, that's everybody wants... but I don't mind to compromise...
The images/flash can be downloded in a "second phase".
The important thing is that the users would be able to read the html in less
then a second(the pictures weigh above 300 KB)
Any best practices? articles links?

Thanks, Nay
 
T

Tasos Vogiatzoglou

Start loading them after the page is loaded.

Put an event handler on the body.onload event and when the body is
loaded (users can start reading) you can start loading the other parts
of the page.

Tasos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top