> Can Net panel be used to measure page's rendering time?
Not now, but there are already a few requests for this.
Could you please report a new issue so, the idea isn't lost.

> The current time it shows at the bottom of all requests is combination of
> load event, http request, response received, right?
The time at the bottom summarizes time period from start of the first
request to end of the last response.

> Still being a beginner using this panel, i am trying to understand
> what "+100ms" or "-27ms" mean? I couldn't find it in the
> documentation.
It's related to DOMContentLoaded and load events.
This number represents a time interval between the event and beginning
of the request. For instance:

1) If DOMContentLoaded event occurs before the request is started, the
associated number is negative.

2) If DOMContentLoaded event occurs after the request is started, the
associated number is positive.


Yep, the documentation should be updated.


Honza

On Jan 29, 1:00 am, sudhir <[email protected]> wrote:
> Hi,
>     Can Net panel be used to measure page's rendering time? The
> current time it shows at the bottom of all requests is combination of
> load event, http request, response received, right?
>
> Still being a beginner using this panel, i am trying to understand
> what "+100ms" or "-27ms" mean? I couldn't find it in the
> documentation.
>
> But if I want to calculate the amount of time the browser took to
> render the page after it received each object's data, is it possible
> using Net panel?
>
> Thanks,
> Sudhir
--~--~---------~--~----~------------~-------~--~----~
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