OK, that all makes sense. So for the first iteration of this, I'll go ahead
and target an honest to ${DEITY} full pageload. If any one knows of any way
to do this headless, I'd love to hear it, otherwise we're going to have to
go ahead and use a modified Talos pageloader extension to do what we want
(which requires some way to display the browser, which adds new headaches
to the infrastructure).
Also, since we're doing full page loads, we can have any of the data points
from the navigation timing API in our results. What ones do we want to
have? I'm thinking, at a minimum, the "global picture" (loadEventEnd -
navigationStart), but we can break it down further (for reference:
available points, according to the spec, are at
http://www.w3.org/TR/navigation-timing/#processing-model - if we don't
implement all of those points, then obviously the unimplemented ones aren't
available to us). Thoughts?
> ______________________________**_________________
> dev-tech-network mailing list
> dev-tech-network@lists.**
mozilla.org <
dev-tech...@lists.mozilla.org>
>
https://lists.mozilla.org/**listinfo/dev-tech-network<
https://lists.mozilla.org/listinfo/dev-tech-network>
>