1

Most browsers allow us to disable showing of images. Now, does that imply the image will not be shown but brought from the server anyway, or it means the image wont even be requested in the first place. Perhaps the implementation is browser dependent.

I am interested to know about both PC and Mobile browsers.

1 Answer 1

0

Actually the purpose of not showing images is occupying less bandwidth and speeding up network time.

Images won't be requested to the servers.

7
  • Thanks for the reply. Could you please point to some reference that would confirm this. Commented Mar 21, 2011 at 10:12
  • @Gunner: Why don't you try to search for it yourself?
    – bubu
    Commented Mar 21, 2011 at 10:15
  • @bubu: By doing google, we may end up getting links that may not contain accurate information. The SE community is very strong, therefore I would feel more comfortable with a link posted from someone here. Commented Mar 21, 2011 at 10:21
  • 2
    @Gunner: You can monitor HTTP requests with Wireshark. You will be able to notice it. If you find a browser that requests the images let me know.
    – Benoit
    Commented Mar 21, 2011 at 11:47
  • @Gunner, then take our words for it. For most HTML renderer I have came across, if image display is disabled, it is not loaded. As @Benoit mentioned, these functions arises very long ago when people are still using modems and when bandwidth budget were tight (Not that it is not tight now, those days we are talking about MB & GBs, these days we're talking about TBs...)
    – bubu
    Commented Mar 21, 2011 at 13:35

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .