In response to Jan's call for input regarding the 1.3 spec, we
currently have some private elements in the pageTimings section, some
of which may be generic enough to include them in the public
specification.
These are:
_onProvisional: client side UI provisioning has been made
_onCommitted: first chunk of data was seen
_onStartRender: browser performs initial render
corresponding mainly to WebKit's signals:
WEBKIT_LOAD_PROVISIONAL
WEBKIT_LOAD_COMMITTED
WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT
I think especially onStartRender is an interesting metric, as well as
a well-defined point in time across browsers.
Pieter Ennes
WatchMouse
-Pat
Cheers,
Guypo