Re: [WebTiming] Exporting flattened DOMTiming data

2010-04-29 Thread Tony Gentilcore
Using the onload event is a good idea, but has drawbacks: 1. Some interesting network loads don't generate a load event (XHR, CSS background image, CSS @import, redirect, object subresource, etc) 2. We'd like lazy loaded analytics scripts to have access to timings even if they are loaded after

Re: [WebTiming] Exporting flattened DOMTiming data

2010-04-27 Thread Jonas Sicking
On Mon, Apr 26, 2010 at 10:07 PM, Zhiheng Wang zhihe...@google.com wrote:    Discussions with several browser developers suggest exporting a flattened data structure containing all the DOMTiming objects on the page. Doing so allows site developers to send the all the timing information back

[WebTiming] Exporting flattened DOMTiming data

2010-04-26 Thread Zhiheng Wang
Discussions with several browser developers suggest exporting a flattened data structure containing all the DOMTiming objects on the page. Doing so allows site developers to send the all the timing information back for analysis without travelling the entire DOM tree. It helps minimize the