Hi!
I am currently working on improving performance on my RadControl-based web-app. I would like to get some advice on how to measure performance, in order to get an understanding on what effect my changes as I optimize my code.
Some specific areas where I would need info:
1. Since I am using Ajax extensively, it is not possible (right?) to use traditional tools to measure the time it takes to update a page after user interaction (tools like wcat from Microsoft).
2. It is very important for me to know how much time is spent on server-side, and how much time is spent client-side.
3. It would also be interesting to know which parts of the client-side code that takes up most time. This could give me a hint on what client-side features I should try to avoid, to improve performance.
I think information on how tools and techniques on how to get this information would be very valuable for many developers. Perhaps a whitepaper or something would be reasonable? Or some piece of information on how your developers at Telerik measure performance.
Thanks!
/Fredrik
I am currently working on improving performance on my RadControl-based web-app. I would like to get some advice on how to measure performance, in order to get an understanding on what effect my changes as I optimize my code.
Some specific areas where I would need info:
1. Since I am using Ajax extensively, it is not possible (right?) to use traditional tools to measure the time it takes to update a page after user interaction (tools like wcat from Microsoft).
2. It is very important for me to know how much time is spent on server-side, and how much time is spent client-side.
3. It would also be interesting to know which parts of the client-side code that takes up most time. This could give me a hint on what client-side features I should try to avoid, to improve performance.
I think information on how tools and techniques on how to get this information would be very valuable for many developers. Perhaps a whitepaper or something would be reasonable? Or some piece of information on how your developers at Telerik measure performance.
Thanks!
/Fredrik