New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 607550 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

page_load_metrics system sometimes does not track pages that commit then abort

Project Member Reported by csharrison@chromium.org, Apr 28 2016

Issue description

We start the metrics IPC timer when a metric has updated (i.e. first paint). However, for precise abandonment metrics, we should send up an IPC on commit time so the browser knows the renderer is tracking this page load.

As of now, if a page is aborted right after commit (and fast shutdown occurs), we lose the information and assume the renderer was uninterested in this page load.

 
Status: Fixed (was: Started)
This is probably the best we can do here. I'll open another bug if I notice anything else we could be doing.

Sign in to add a comment