View Light

Massive ASP.NET AJAX performance increase with minor effort

Incredible what a speed boost you can get with your ASP.NET AJAX apps by simply adding a few optional parameters. Shockingly faster in a lot of situations!

In your ScriptManager declaration, if you add the following parameters, you should see a very nice performance improvement:

< asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true" LoadScriptsBeforeUI="false" ScriptMode="Release" />

Rating: (You must be logged in to vote)
Reply