>> 2, The back-end information. I sill need to fetch some information of
>> web page from the browser(Firefox). Basically, I think this
>> information is about the requests and their responses in each page. I
>> guess this information is already contained and showed in the 'Net'
>> panel which is contained in Firebug.
>
> I don't know how to help since you don't say what you need here.
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.

Thank you!



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