Re: How to measure Loading time in AJAX for each

2007-03-27 Thread Seb
Ajax is 'asynchrounous', meaning you can have many calls at the same time, meaning you would require multiple start/end time to get what you want. I could tell you how in a few paragraphs, but the short answer is much better and way simpler; 1. Get Firefox 2. Get Firebug (and addon to firefox) t

How to measure Loading time in AJAX for each

2007-03-27 Thread skyblueink
Next snippet is supposed to show 10 s, each displays the loading time. Loading time is the difference between endTime and startTime: startTime and endTime was given by javascript Date.getTime method at the time of 'loading' and 'complete' for each run of $i. But the calculated time is always 0, th