Re: Understanding Navigation Timing Metrics

I can only guess: maybe it's document.open?

James


On Wed, Sep 5, 2012 at 6:30 AM, Reitbauer, Alois <
Alois.Reitbauer@compuware.com> wrote:

>  Looking at some real world Web performance data, I found an interesting
> issue.
>
>  According to the specification DOM Interactive is triggered when the
> whole document is parsed. ResponseEnd is triggered when the last byte of
> the response is received. Looking at our real world data I saw numerous
> cases where the DOM Interactive events happens before the Response End
> event. Any thoughts on this?
>
>  // Alois
>



On Wed, Sep 5, 2012 at 6:30 AM, Reitbauer, Alois <
Alois.Reitbauer@compuware.com> wrote:

>  Looking at some real world Web performance data, I found an interesting
> issue.
>
>  According to the specification DOM Interactive is triggered when the
> whole document is parsed. ResponseEnd is triggered when the last byte of
> the response is received. Looking at our real world data I saw numerous
> cases where the DOM Interactive events happens before the Response End
> event. Any thoughts on this?
>
>  // Alois
>

Received on Wednesday, 5 September 2012 23:27:01 UTC