Forum Moderators: open
I have a site that displays various news topic on homepage. Each article also has a small picture.
Once you click on a tiny picture, a larger one "expands".
This all looks sweet, but these large images are not loaded initially when you enter the page.
They get loaded into a hidden div by using ajax, 15 seconds AFTER the page has fully loaded.
Is this a good way to go?
My page when loaded is cca 250kb, the extra images are cca 1 MB. I assumed it would be only natural not to drag down the user's experience with that extra load when he/she just really wants to see the latest headlines.
Can I use such an approach or is it somewhat risky?
Thanks :D