You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 timeOrigin opt (PR: #2114)
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:
timeOrigin
opt (PR: #2114)startTs
to the last occurrence ofnavigationStart
for the root frame instead of the first event of the trace (Determine navigationStart as fallback timeOrigin #38)The text was updated successfully, but these errors were encountered: