Visual Progress Chart data export
|
09-13-2015, 12:51 AM
Post: #1
|
|||
|
|||
Visual Progress Chart data export
Is there a way to export the visual progress chart data from a given run? I want to be able to get the data from that chart into a spreadsheet. I have been able to recreate a chart from a run by grabbing the XML data from the test, and using the data from the time and visually complete columns (columns RT and RV). But I am not sure if this is the correct data.
Also in a related question, I haven't been able to get the XML from some tests. As I understand, you can get the XML from a test as follows: http://www.webpagetest.org/xmlResult/[testID]/ But for some reason that doesn't seem to work with each test. |
|||
09-14-2015, 06:50 PM
Post: #2
|
|||
|
|||
RE: Visual Progress Chart data export
If you pull the JSON response e.g. http://www.webpagetest.org/result/150911...f2/?f=json
You see a videoFrames array within each run's data, this is the same data that's plotted on that chart. Andy Using WebPageTest - http://usingwpt.com/ |
|||
09-14-2015, 10:16 PM
Post: #3
|
|||
|
|||
RE: Visual Progress Chart data export
The XML data should also include the visual progress along with the frames: https://github.com/WPO-Foundation/webpag...t.php#L314
Do you have an example where the XML was not available but the regular result was? It shouldn't be possible because they both use the same underlying data. |
|||
09-15-2015, 10:35 AM
Post: #4
|
|||
|
|||
RE: Visual Progress Chart data export
(09-14-2015 10:16 PM)pmeenan Wrote: The XML data should also include the visual progress along with the frames: https://github.com/WPO-Foundation/webpag...t.php#L314 Patrick - I thought I tried the URL yesterday and it gave a 404 error. Now it is ok - Although I admit I might have entered the wrong test ID - this URL works fine now. I will let you know though if I have any issues. Thanks http://www.webpagetest.org/xmlResult/150912_8P_GVP/ |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)