Open Bug 1372394 Opened 7 years ago Updated 8 months ago

Make tabpaint use navigationStart instead of fetchStart when computing paint delta

Categories

(Testing :: Talos, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: mconley, Unassigned)

References

Details

(Whiteboard: [fxp])

In bug 1369662, I altered the tabpaint test to compute a more precise delta from "tab requested" to "tab presented". Part of the way I did that was by using the fetchStart PerformanceTiming[1] value.

Even though fetchStart == navigationStart when nothing else has been loaded (which is the case in the tabpaint test), mstange pointed out that this subtlety might be confusing for new folks hacking on the test, and that using navigationStart might be clearer.

This bug is to do that.

[1]: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming
Priority: -- → P3
Severity: normal → S3
Whiteboard: [fxp]

Hey Mike, is this still an issue?

Flags: needinfo?(mconley)

I think it's still valid, yes, but clearly not a high priority.

Flags: needinfo?(mconley)
You need to log in before you can comment on or make changes to this bug.