Page MenuHomePhabricator

Collect Element Timings in WebPageTest
Closed, DeclinedPublic

Description

Writing the documentation for adding Element Timings, I see that WebPageTest doesn't automatically pick them up. It should be easy to add a JavaScript that at least gets the render time, so that we have that in the waterfall view (getting it to Graphite needs extra work). This is something we should do when we add the first element timing.

Event Timeline

Also check if we can add it directly to WPT or if it is an upstream task for that.

It has been implemented in the non open source version. Since we don't use any elements timing right now, I think we should close this and if we start using it we could just pick them up with JS in WebPageTest (we already collect them with sitespeed.io/WebPageReplay).