How to determine why our app is responding slowly?
Here is what I would like to do:1) Determine average time it takes to connect to a specific remote server.
2) Determine average time it takes to login to a specific remote application.
3) Determine what are the "slow" parts of our web application. (ie: Is it the SQL calls, network or bandwidth problems, etc.. why is our app so slow?)
If you have any software recommendations based on these needs please let me know! The server is a Windows 2000 machine, but we don't have access to it. (It is an ASP model..)
Thanks for any help.