What's the URL pattern for the XML version of Content Breakdown
|
08-02-2012, 06:56 AM
Post: #1
|
|||
|
|||
What's the URL pattern for the XML version of Content Breakdown
Let's say you have a URL like
http://www.webpagetest.org/result/WPT-ID/1/breakdown/ How do you get the result in XML format? Normally I'd replace result with xmlResult, but that doesn't work for content breakdown. Thanks, Jeff |
|||
08-03-2012, 12:52 AM
(This post was last modified: 08-03-2012 12:52 AM by pmeenan.)
Post: #2
|
|||
|
|||
RE: What's the URL pattern for the XML version of Content Breakdown
Try this:
Code: http://www.webpagetest.org/xmlResult/<ID>/?breakdown=1 Just added it (domains=1 and requests=1 add more data as well). It's expensive to calculate which is why they aren't on by default. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)