Load images in parallel - supported by browser or a feature to implement?
Posted
by Michael Mao
on Server Fault
See other posts from Server Fault
or by Michael Mao
Published on 2010-04-06T08:35:47Z
Indexed on
2010/04/06
8:43 UTC
Read the original article
Hit count: 257
Hi all:
I am not a pro in web development and Apache server still remains a mystery to me. we've got a project which runs on LAMP, pretty much like all the commercial hosting plans.
I am confused about one problem : does modern browsers support image loading in parallel? or this requires some special feature/config set up from server side? Can this be done with PHP coding or by some server-side configuration? Is a special content delivery networking needed for this?
The benchmark demonstration will be the flickr website. I am too suprised to see how all image thumbnails are loaded in a short time after a search as if there were only one image to load.
Sorry I cannot present any code to you... completed lost in this:(
© Server Fault or respective owner