cfructose
07-27-2009, 04:16 PM
I'm confused by firebug's output under the tab 'Net' > All:
I post this in the JS section, as I'm sure many js coders use firebug and my question pertains to firebug.
I have an image which appears several times on my site - the same image each time, just displayed in different places.
For each time the image is displayed, I see a separate call to fetch it from the server, with info on 'Queuing, waiting for response, receiving data' etc, all with the number of milliseconds shown.
It looks like it's being downloaded multiple times rather than only once.
Why would this happen, if indeed that is what that means?
Thanks
I post this in the JS section, as I'm sure many js coders use firebug and my question pertains to firebug.
I have an image which appears several times on my site - the same image each time, just displayed in different places.
For each time the image is displayed, I see a separate call to fetch it from the server, with info on 'Queuing, waiting for response, receiving data' etc, all with the number of milliseconds shown.
It looks like it's being downloaded multiple times rather than only once.
Why would this happen, if indeed that is what that means?
Thanks