ASP.NET Ajax in-depth performance analysis

Wanna share with you what I came across on the net. This guy Omar Al Zabir really knows what he is doing! Look at that article describing ASP.NET Ajax runtime and how to reduce overall download size. He is giving an example with his www.dropthings.com
image0 ASP.NET Ajax in depth performance analysis

Let’s do some ASP.NET runtime analysis on www.dropthings.com. Those who don’t know what it is, it’s an open source start page I made using ASP.NET Ajax, .NET 3.0 and Linq.

ASP.NET Ajax has a pretty big runtime which consists of Core Framework, scripts for UpdatePanel, Preview Script required for Drag & Drop. Additionally I need Ajax Control Toolkit (ACT). All these add up to a staggering 564 KB of download in 12 script references on the page. The download size mostly depends on the usage of extenders and Ajax features.
view original

Related posts:

  1. Getting Started with AJAX 1.0
  2. How To Make AJAX Read Between The Lines
  3. Tips to improve Performance of Web Application
  4. A Little Perspective On Ajax Home Pages

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Read previous post:
Getting Started with AJAX 1.0

I came acros this nice article by Mahesh Chand, who explains how to get started with AJAX 1.0"Recently, Microsoft released...

Close