![]() |
Domains reversed in json results? - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: Domains reversed in json results? (/showthread.php?tid=13408) |
Domains reversed in json results? - VoodooShane - 11-27-2014 06:06 AM While looking around at the raw data returned via JSON (such as http://www.webpagetest.org/jsonResult.php?test=141126_HK_13CS) - I noticed the domains in the aggregate domain stats (near the end) appear to be backwards. Here's an excerpt: "domains":{"ku.oc.tiutni.www":{"bytes":17112,"requests":2,"connections":1},"moc.ylezimitpo.ndc":{"bytes":58638,"requests":1,"connections":1},"ten.ixwy.ndc":{"bytes":7310,"requests":1,"connections":1},"moc.nethgisne.suxen":{"bytes":51497,"requests":6,"connections":3},"moc.citatstiutni.3s-ku-skoobkciuq": Shouldn't those be ku.oc.tiutni.www -> http://www.intuit.co.uk? Not a big deal, just thought you'd like to know. Thanks! Shane RE: Domains reversed in json results? - josephscott - 11-27-2014 10:50 AM Reversing the hostname is a common method to make grouping by top level domain easier. |