Thanks for the help. Caching img really helps, after the page is loaded. But the first time when the page is loaded, it is going to be very slow. Right?
My goal is not loading the pics until user clicks the "showpic" link. The issue for me is that the div element has to been embeded in the same page, and can't be called seperately.
for example, the div must be loaded in the same page in the same request.
<div>
name1, picture
name2, picture
</div>
Is it possible to load pics at run time when user hits the "showpic" link?
My goal is not loading the pics until user clicks the "showpic" link. The issue for me is that the div element has to been embeded in the same page, and can't be called seperately.
for example, the div must be loaded in the same page in the same request.
<div>
name1, picture
name2, picture
</div>
Is it possible to load pics at run time when user hits the "showpic" link?