微软最近发布了这个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
微软发布了一款针对VS2008的扩展工具,用于测试AJAX应用的性能。该扩展包括服务器端组件进行JavaScript的监控与数据收集,以及一个Visual Studio Team System插件来读取并分析收集到的性能数据。测试结果可以在VS的Performance Explorer中查看。

被折叠的 条评论
为什么被折叠?



