-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
discovered in GoogleChrome/lighthouse#2095
Traces can sometimes contain events that are far before navStart, even in more regular cases I've seen screenshots from the previous page linger in a trace of the new page that throws off the computation.
Two proposals with varying degrees of urgency:
- filter out screenshots before the user-provided
timeOriginopt (PR: #2114) - consider defaulting
startTsto the last occurrence ofnavigationStartfor the root frame instead of the first event of the trace (Determine navigationStart as fallback timeOrigin #38)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels