I am a little confused:

Consider an html page with body <img src=a.jpg>.

After the html page is received, a node for a.jpg is placed in the DOM, and a request is sent (time=x). Then necko receives the response header for a.jpg (time=y), immediately followed by a.jpg.

- Is there any delay between y and when nsHttpChannel::OnDataAvailable gets the response header? - Is there any delay between y and when nsHttpChannel::OnDataAvailable gets a.jpg data (time=z)?

I am interested in times x and z alone. Apart from network & CPU processing delays, do any Firefox parameters/design contribute to the delay between x and z?


--

Regards,
Preethi

_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to