Re: RFC: WebApp timing

Hi, Bil,

On Wed, Aug 12, 2009 at 11:13 PM, Bil Corry <bil@corry.biz> wrote:

> Zhiheng Wang wrote on 8/12/2009 8:12 PM:
> >    The first cut of the draft is attached below. It's sketchy but should
> > hold much of our ideas. We are
> > still actively working on it. Any interest and feedback on the draft are
> > highly welcome.
>
> For navigationType, how would bookmarks, XHR, iframes and "open link in a
> new window" be reported?


   bookmarks: navigation_other
   XHR: this tells the current document is likely a sub-document like a
frame. The current spec is limited to top-level window but it should be
           extended to frames as well. In that case, a new navigation type
like navigation_frame might be appropriate?
   "open link in a new window" should use navigation_new_window.
   Obviously the navigationType should be better discussed in the draft. I
will work on it. :)



>
>
> For navigationTime (and the other timers), it's a measure of the elapsed
> time from when the navigation is initiated until when?


     It measures the time between the Unix epoch and the time of the
navigation start, i.e., it answers "when the current document
is initiated by user/browser/redirect, etc.

thanks,
Zhiheng



>
>
>
> - Bil
>
>

Received on Thursday, 13 August 2009 10:00:26 UTC