![]() |
page optimizationtab : fetch data - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: page optimizationtab : fetch data (/showthread.php?tid=14040) |
page optimizationtab : fetch data - akshayvas - 11-05-2015 04:32 PM Hi, I want to fetch RAW data for the Page optimization suggestions tab which is part of the final WPT report. I am able to fetch other data from the XML but I am not getting the RAW data for the Page optimization data. Please help. ![]() Regards, Akshay RE: page optimizationtab : fetch data - pmeenan - 11-06-2015 01:23 AM What raw data? The optimization tab is constructed dynamically from the same data that is in the XML/JSON. Any optimization check in particular you don't see how to construct? RE: page optimizationtab : fetch data - akshayvas - 11-06-2015 02:05 AM Hi Patrick, I was able to find the json in the XML output after I posted this query. ![]() I will let you know if I face any issues in my implementation. Regards, Akshay |