New issue
Advanced search Search tips

Issue 906718 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Refactor PLM Timing updates to not use a manual merger

Project Member Reported by robertogden@chromium.org, Nov 19

Issue description

https://cs.chromium.org/search/?q=PageLoadTimingMerger::Merge

This approach of updating timing metrics for subframes and the navigation restart penalty is hard to maintain and is already stale where some new metrics have been unintentionally left out.

Possible solutions include:
* Using a type map in the mojo message 
* Using an enum-indexed array in the mojo message that can be looped over to update timing data.
 

Sign in to add a comment