07-28-2016, 12:57 AM
I'm making API calls to the public instance. However, I seem to be having difficulty with the Dulles_MotoG locations.
I'm doing an HTTP get on:
u'http://www.webpagetest.org/runtest.php?url=utl-to-test&f=JSON&private=1&fvonly=0&location=Dulles_MotoG:Motorola G - Chrome&k=mk-key
then downloading the summary/details files by name.
Making calls with a location of:
Dulles_MotoG:Motorola G - Chrome
Dulles_MotoG:Motorola G - Chrome Beta
Dulles_MotoG:Motorola G - Chrome Dev
allows me to successfully download summary/details files, but the headers of the files seem to be different to those downloaded from other location/browser combinations.
For example: I expect the first five columns in the summary file to be:
Date,Time,Event Name,URL,Load Time (ms)
(as documented here: https://sites.google.com/a/webpagetest.o...st-results)
but for these MotoG browsers I'm seeing:
loadTime,docTime,fullyLoaded,bytesOut,bytesOutDoc
Making calls with a location of
Dulles_MotoG:Motorola G - UC Mini Dulles or
Dulles_MotoG:Motorola G - Opera Mini
also results in an empty details file.
I'm new to this, so apologies if I'm missing something obvious. Is there a different results format for some browsers (if so, which?) and is there something I can do to get a valid details file?
I'm doing an HTTP get on:
u'http://www.webpagetest.org/runtest.php?url=utl-to-test&f=JSON&private=1&fvonly=0&location=Dulles_MotoG:Motorola G - Chrome&k=mk-key
then downloading the summary/details files by name.
Making calls with a location of:
Dulles_MotoG:Motorola G - Chrome
Dulles_MotoG:Motorola G - Chrome Beta
Dulles_MotoG:Motorola G - Chrome Dev
allows me to successfully download summary/details files, but the headers of the files seem to be different to those downloaded from other location/browser combinations.
For example: I expect the first five columns in the summary file to be:
Date,Time,Event Name,URL,Load Time (ms)
(as documented here: https://sites.google.com/a/webpagetest.o...st-results)
but for these MotoG browsers I'm seeing:
loadTime,docTime,fullyLoaded,bytesOut,bytesOutDoc
Making calls with a location of
Dulles_MotoG:Motorola G - UC Mini Dulles or
Dulles_MotoG:Motorola G - Opera Mini
also results in an empty details file.
I'm new to this, so apologies if I'm missing something obvious. Is there a different results format for some browsers (if so, which?) and is there something I can do to get a valid details file?