Multiple displays of the one image file on a web page = multiple http requests to the same file???

Posted by Wbdvlpr on Stack Overflow See other posts from Stack Overflow or by Wbdvlpr
Published on 2009-09-18T08:34:30Z Indexed on 2010/05/21 23:00 UTC
Read the original article Hit count: 150

Filed under:
|
|

If I display abc.jpg 20 times on a web page, does loading of the web page cause 20 http requests to the abc.jpg? Or it depends if I am using relative or absolute paths?

Thanks

© Stack Overflow or respective owner

Related posts about httprequest

Related posts about html