> So, since the Firebug Net panel shows the delay occurs after the Ajax > response was received and before my javascript code is triggered to > process the ajax response, what effect could the server have? I would recommend to use Firebug 1.5b1 + Firefox 3.6 http://getfirebug.com/releases/firebug/1.5X/ http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.2
Important bug was fixed in Fx3.6 and the Net panel timeline is more accurate. See also my blog post: http://www.softwareishard.com/blog/firebug/firebug-http-time-monitor/ Honza On Oct 27, 4:51 pm, batman42ca <[email protected]> wrote: > I've since discovered that the behaviour changes when I change > servers. One server shows the delay, the other does not. > > So, since the Firebug Net panel shows the delay occurs after the Ajax > response was received and before my javascript code is triggered to > process the ajax response, what effect could the server have? Is there > further communication with the server after the ajax response is > received and before my javascript code is triggered to respond? -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
