add page load histograms to track parser blocking script execution time |
||
Issue descriptionWe already track parser blocking script load time. We should also track parser blocking script execution time. We have a few use cases: * allows us to understand % of parse time blocked on script exec time, to better understand whether script exec time is a significant contributor to page load time * having this would have helped us to catch a regression that took hours of time to identify the root cause of (crbug.com/608424) * there is a desire to understand how much time scripts inserted via doc.write spend executing, in addition to loading
,
Sep 19 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/612a4b664c1589e12d2d12e35044c68224c63851 commit 612a4b664c1589e12d2d12e35044c68224c63851 Author: bmcquade <bmcquade@chromium.org> Date: Mon Sep 19 21:31:13 2016 Add histograms for script execution time for doc write observer There has been a desire to better understand the breakdown of performance impact as a result of the doc.write intervention. We currently track script load time duration for the intervention. This change allows us to also track script execution time duration for the intervention. BUG= 640260 Review-Url: https://codereview.chromium.org/2346813002 Cr-Commit-Position: refs/heads/master@{#419557} [modify] https://crrev.com/612a4b664c1589e12d2d12e35044c68224c63851/chrome/browser/page_load_metrics/observers/document_write_page_load_metrics_observer.cc [modify] https://crrev.com/612a4b664c1589e12d2d12e35044c68224c63851/tools/metrics/histograms/histograms.xml
,
Sep 20 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 8 2016