Thank you for the excellent tool. Allow me to describe my scenario; I would like to ask your opinion on what I should be monitoring.
The application is Pokemon card game deck builder:
www.deckminder.comIt is extremely graphics heavy. The client queues its own requests and requests a couple of images every second or so using a timeout in Javascript. The number of images downloaded by a client might be around 1500 images per session. It is optimized for client-side caching.
But the first time someone visits the site, very heavy activity. I know that ultimately I will have to start serving graphics from multiple servers, perhaps using the Amazon EC2 cloud or Microsoft Azure.
In any event, I want to monitor the site so that I can know when the user experience has degraded to an unacceptable level. And once it has degraded to an unacceptable level, what the characteristics are: (1) how many users, (2) how long a request is taking versus how long it should take, (3) and others as per your suggestion.
Can you make suggestions on what I should monitor with your Web Performance Monitor?
Thanks much, and many regards.