- From: Anderson Quach <aquach@microsoft.com>
- Date: Tue, 31 Aug 2010 00:51:54 +0000
- To: Zhiheng Wang <zhihengw@google.com>, "public-web-perf@w3.org" <public-web-perf@w3.org>
- Message-ID: <1E1FF4102DEA7A40AF9CC342044ECE5D2E17E9D3@TK5EX14MBXW605.wingroup.windeploy.ntde>
Thanks for the updates to the Navigation Timing working draft [1]. There are a couple of attributes that would add value to describing the navigation. We would like to get your feedback on the requestCount and uniqueDomains that was introduced in IE9's PPB3 [2]. Specifically, a count of the number of requests made by the root document and from the number of unique domains. These attributes can be provided under the window.performance.navigation object. window.msPerformance.navigation.requestCount -- the number of requests as specified by the root document. window.msPerformance.navigation.uniqueDomains - the number of unique domain name requests made by the root document. Best Regards, Anderson [1] http://dev.w3.org/2006/webapi/WebTiming/ [2] http://ie.microsoft.com/testdrive/Performance/msPerformance/Default.html From: public-web-perf-request@w3.org [mailto:public-web-perf-request@w3.org] On Behalf Of Zhiheng Wang Sent: Friday, August 27, 2010 3:52 PM To: public-web-perf Subject: [NavigationTiming] Updates Based on the last conversation, the NavigationTiming has just been updated with the following changes: * DOM-related timing, i.e., domLoading, domInteractive, domContentLoad and domComplete, are added. * navigationStart now happens immediate after the user agent prompts for unloading the document. cheers, Zhiheng
Received on Tuesday, 31 August 2010 00:53:45 UTC