>> Almostly, I want to get every details about the requests if I can. They are:
>>
>> start time -- the time when the request start
>> finish time -- the time when the request finish(have receive the response)
>> And in more detail, the time spent on:
>>   dns_lookup
>>   connecting
>>   queuting
>>   waiting for response
>>   receiving data
>>   'DOMContentLoad'
>>   'Load'
>>
>> url -- the request url
>> sent bytes -- the bytes sent by each request
>> received byte -- the bytes received from the response
>> result -- the http result, like 200, 304...
>> request header
>> response header
>>
>> The list above is what I would like to get, now.
>
> But all of that is already in the net panel.
Yes, I need this information and would like to do some statistics and
give some optimized suggestion.

And I found that firebug use some "XPCOM"s to get this information.

-- 
wcw

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to