This is a migrated thread and some comments may be shown as answers.

Microsoft Visual Studio AJAX Profiling Extensions

0 Answers 105 Views
AJAX and Web 2.0
This is a migrated thread and some comments may be shown as answers.
Mostafa Anoosheh
Top achievements
Rank 1
Mostafa Anoosheh asked on 04 May 2009, 05:54 AM
Hello,
Microsoft Visual Studio AJAX Profiling Extensions provides server-side extensions for profiling JavaScript code executed in a client browser. It does this by modifying the JavaScript as it leaves your server to capture timings when JavaScript functions are called and when they return. The data on function entry/exit timings is then transmitted back up to the server, from where it can be later downloaded and analyzed. This method of JavaScript profiling requires no modifications to the client and should work with most popular browsers. It has been tested with Internet Explorer and Firefox, and is likely to work with other browsers that support JavaScript, but your mileage may vary.

Read more at Microsoft Visual Studio AJAX Profiling Extensions

Kind regards,
Mostafa Anoosheh

No answers yet. Maybe you can help?

Tags
AJAX and Web 2.0
Asked by
Mostafa Anoosheh
Top achievements
Rank 1
Share this question
or