Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281498

Change subject: webperf: Collect metrics for 'domInteractive' and 'domComplete'
......................................................................

webperf: Collect metrics for 'domInteractive' and 'domComplete'

These are already in Coal. Allows for better graphing of DOM Ready.
Right now the Graphite metrics have a big gap between responseStart
and loadEventStart. This fills that gap with domInteractive.
Logging domComplete as well for completion.

* domInteractive: aka "Document ready" or "DOMContentLoaded"

* domComplete: aka "Document loaded" or "window.onload"
  (basically the same as loadEventStart, but before the user land
  callback execution for domCompleteEvent and onreadystatechange).

Change-Id: Iad92855580f488b33a390be60a94a06be196a254
---
M modules/webperf/files/navtiming.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/98/281498/1

diff --git a/modules/webperf/files/navtiming.py 
b/modules/webperf/files/navtiming.py
index d4cfcd8..1e16ba8 100755
--- a/modules/webperf/files/navtiming.py
+++ b/modules/webperf/files/navtiming.py
@@ -228,6 +228,7 @@
 
     for metric in (
         'dnsLookup',
+        'domComplete',
         'fetchStart',
         'firstPaint',
         'loadEventEnd',

-- 
To view, visit https://gerrit.wikimedia.org/r/281498
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad92855580f488b33a390be60a94a06be196a254
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Krinkle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to