- From: Anderson Quach <aquach@microsoft.com>
- Date: Thu, 21 Oct 2010 23:51:23 +0000
- To: Zhiheng Wang <zhihengw@google.com>, public-web-perf <public-web-perf@w3.org>
- Message-ID: <1E1FF4102DEA7A40AF9CC342044ECE5D2E22038B@TK5EX14MBXW603.wingroup.windeploy.ntde>
Hi Zhiheng, Thanks for working together and all the great progress we've made thus far. I have some additional feedback to incorporate with the working draft with respect to the edits from the 10/19/2910 draft of the Navigation Timing [1]. [Section 4.1 Introduction] Recommended text for an informative statement stating: User agents may perform internal processing in between timings, which allow for non-normative intervals between timings. [Section 4.2 The NavigationTiming Interface] We should stick to the name for domContentLoaded. In this case the event names should be: readonly attribute unsigned long long domContentLoadedEventStart<http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#nt-dom-content-event-start>; readonly attribute unsigned long long domContentLoadedEventEnd<http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#nt-dom-content-event-end>; [Section 4.5 Processing Model] To reduce confusion, the recommendation here is to use either multi-level numbering. E.g. in Step 1, sub-steps can be 1.1, 1.2 and etc. Step 8 reads: If no domain lookup is required, go to step 11<http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#step-connect-start>. Otherwise, immediately before a user agent starts the domain name lookup, record the time as domainLookupStart<http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#nt-domain-lookupstart>. Recommended Text: If no domain lookup is required, go to step 10<http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#step-connect-start>. Otherwise, immediately before a user agent starts the domain name lookup, record the time as domainLookupStart<http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#nt-domain-lookupstart>. Step 14.4 Should exclude the timings for unload and the navigationStart. Recommended Text: Set all the attributes in window.performance.timing to 0 except redirectStart<http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#nt-redirect-start>, redirectEnd<http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#nt-redirect-end>, unloadEventStart, unloadEventEnd, and navigationStart. [1] http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html Thanks! Anderson Quach IE Program Manager
Received on Thursday, 21 October 2010 23:52:44 UTC