What do you want to see next?
|
03-13-2010, 09:06 AM
Post: #11
|
|||
|
|||
RE: What do you want to see next?
Firefox (Chrome and Safari) support are really high on the list of things to get done but it's a rewrite of a good chunk of pagetest (along with some browser-specific code) so I haven't started yet. It'll probably be the next "big" change I work on after I get some plumbing changes done.
|
|||
04-09-2010, 05:25 PM
Post: #12
|
|||
|
|||
RE: What do you want to see next?
Hi there - would be great to be able to choose a test location (e.g something other than Dulles) when running a comparison report.
Also - is it possible to get a test location in Australia? I find latency can play a big part in the sort of results I'm seeing for my site Thanks |
|||
04-26-2010, 05:25 PM
Post: #13
|
|||
|
|||
RE: What do you want to see next?
Hey there,
I am not sure if this has been mentioned before but it kind of ties in with your idea of comparing tests from the test history. The test history page is pretty much a big list of tests everyone has submitted. For users who chose to register, you could have another tab, or even a search filter on the test history page. This would allow users to see only tests they have submitted. Logged in users should be able to delete their own test results as well if you do this so the information can remain neat and organized. There is my two cents for tonight ![]() Sincerely, Travis Walters |
|||
04-26-2010, 08:58 PM
Post: #14
|
|||
|
|||
RE: What do you want to see next?
I've been planning on doing that but it just hasn't bubbled up. The user information is stored with each test in the history so filtering for your tests would be trivial to implement (may do it today if I get a few cycles).
Deleting your own tests would be a little bit harder. The history is stored in flat files right now so removing things from them isn't pretty. If/when I put a database store behind them it will become a lot easier (been trying to avoid a database for simplicity on the stand-alone deployments but I should be able to make it optional). Thanks, -Pat |
|||
04-27-2010, 12:38 AM
Post: #15
|
|||
|
|||
RE: What do you want to see next?
I did the easy part :-)
The test history page will now default to showing you only your tests (if you are logged in) and there is a checkbox that you can check to see everybody's (non-private anyway). You should be able to see your own private tests when you look at the history. Thanks, -Pat |
|||
04-28-2010, 12:50 AM
Post: #16
|
|||
|
|||
RE: What do you want to see next?
Additionally it would be handy if the agent would pass in some basic info upon registering.
Like... CPU: RAM: OS: Browser: ... |
|||
05-08-2010, 08:11 AM
Post: #17
|
|||
|
|||
RE: What do you want to see next?
Pat,
I was looking at the video and realized that there is one cool way to improve decision making there and you already have all the information - I'm talking about combining screenshot video with waterfall diagram! Basically, screenshot videos show rendering progress and waterfalls show download progress and it makes a lot of sense to show them side by side to hint on which downloads actually important and which are not and so on. How I see the result is simply having screen shots on the top and waterfall on the bottom, waterfall slowly revealing the timeline (you can just crop the waterfall to appropriate time point). I wish I had more time to mock it up - it should look just great ![]() |
|||
05-08-2010, 10:32 AM
Post: #18
|
|||
|
|||
RE: What do you want to see next?
I've got a pretty good idea what you're thinking about as it's something that has been asked before internally, I just haven't had time to do it because it requires some fairly involved drawing code that would manually draw all of the video frames for the waterfall (and have to figure out how to make the waterfall readable in a video).
Are you thinking the full waterfall, with just the line items revealed and some form of "you are here" indicator or just the "active" requests at any point in time (could end up being quite a few though). |
|||
05-10-2010, 08:43 AM
Post: #19
|
|||
|
|||
RE: What do you want to see next?
OK, looks like I'm not too original here
![]() Anyway, I think the main goal is to help people make connection with stuff being downloaded and displayed or not displayed more importantly. I think the best lesson for people might be that stuff might need to be downloaded later because it's not used yet, although it's hard to say until I see the results. Connection is not direct, of course, as stuff takes time to render, there are multiple dependencies and all that, but some conclusions can still be made. Now, thinking about all this, I think it makes sense to show connection diagram instead of a waterfall - there are much fewer connections (although quite a few anyway) and they stay open for the duration of the page load (once open) and their "continuity" is sort-of "relevant" to video process. I know, this is hardly specific request, but that's all I can say without seeing something - it's hard to say what will work and what will not here. |
|||
05-15-2010, 02:52 PM
(This post was last modified: 05-15-2010 03:02 PM by Sergey Chernyshev.)
Post: #20
|
|||
|
|||
RE: What do you want to see next?
Using WebPageTest often, I noticed that I miss image previews when hovering over the waterfall items. Similar to how Firebug does it.
Shouldn't be hard to do, I assume. Sergey Another thing - I remember at the early days of ShowSlow, I embedded a form for starting WebPageSpeed analysis right into ShowSlow details page. Then your form changed and I gave up maintaining this hack-ish compatibility. I wonder if there is a way to start test automatically and have some consistent way to have a form on external pages or maybe as alternative, have a link like http://www.webpagetest.org/test?url=http...oogle.com/ That will just pre-fill URL field. I'd be happy to integrate ShowSlow with web based AOLPagetest (WebPageTest.org by default) this way. Sergey OK, since I'm on it, I wonder if AOLPageTest can send it's results as a beacon. It can be just summary for first and second view as well as grades/scores from Key Optimizations. In addition to the desktop version if WebBased version could optionally send links to reports to ShowSlow instance I think ShowSlow users use details page as a dashboard and this way people would be able to get quick links from ShowSlow details pages to Pagetest report pages. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)