微软最近发布了这个VS2008扩展,可以用来测试AJAX的性能
How it Works
AJAX Profiling Extensions consist of two major pieces:
1. a server-side component that handles JavaScript instrumentation and data collection
2. a Visual Studio Team System add-in that reads and analyzes the performance data gathered into the Visual Studio Performance Explorer.
测试结果可以在VS的 Performance Exploer 中查看。这个Performance Exploer在VS2005中就有了,如何使用可参考 http://blogs.msdn.com/ianhu/archive/2005/02/21/377384.aspx