![]() |
Data Comparison View - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: General Discussion (/forumdisplay.php?fid=25) +--- Thread: Data Comparison View (/showthread.php?tid=13564) |
Data Comparison View - pganti - 02-25-2015 04:17 AM Is there a way to get the link for ONLY the data view. Right now I have to create a video and then click on a link that calles view.php with a hash. I am not really interested in the video part but mostly a table that gives me the data comparison. Is this possible? RE: Data Comparison View - pmeenan - 02-25-2015 11:39 PM Can you provide an example data view for what you are talking about? Do you mean this view: http://www.webpagetest.org/video/view.php?id=150223_0d6221b8bbd2b1bd4e6c3927afa4357ea6190ecb&data=1 ? That view is really built around having a video because comparing just 2 metrics in a table doesn't seem like it adds all that much value. Maybe something like the compare.php UI but with query params to control what gets displayed (filmstrip, waterfall, charts) and add a data table comparison to the mix? http://www.webpagetest.org/video/compare.php?tests=150223_NY_fbd799ed603019e63e6c0262a971076f,150223_QH_82f3db3ce978b1a74220009b892dc843 RE: Data Comparison View - pganti - 02-26-2015 05:59 AM (02-25-2015 11:39 PM)pmeenan Wrote: Can you provide an example data view for what you are talking about? Do you mean this view: http://www.webpagetest.org/video/view.php?id=150223_0d6221b8bbd2b1bd4e6c3927afa4357ea6190ecb&data=1 ? Yes. (02-25-2015 11:39 PM)pmeenan Wrote: That view is really built around having a video because comparing just 2 metrics in a table doesn't seem like it adds all that much value. But in my case it might even be like 5 (for cpus), 10(for rtts) where I really dont want a video but just to view a percent increase across the rtts (02-25-2015 11:39 PM)pmeenan Wrote: Maybe something like the compare.php UI but with query params to control what gets displayed (filmstrip, waterfall, charts) and add a data table comparison to the mix? Yes. That would work. |