Wednesday, June 9, 2010

Improving the Performance of Ajax enabled web page

ASP.NET Ajax 3.5 SP1 contains a new feature that enables the application developer to combine scripts in order to reduce the number of downloaded files. But in order to do that, the developer must have a way of discovering what scripts are being used in a page or application

Details can be found on this link:

http://weblogs.asp.net/bleroy/archive/2008/06/12/script-reference-profiler.aspx

Watct viedo for using it:
http://www.asp.net/aspnet-in-net-35-sp1/videos/using-script-combining-to-improve-ajax-performance

Add below to page to find the running scripts



run the page again and it will show all the scripts that take time collect them and paste then in

No comments:

Post a Comment