Monday, March 26, 2012

Ajax Tool Kit

We have built a website using ASP.net 2.0 and Ajax 1.0 version. We are using AjaxTool kit for Calendar,CollapsiblePanelExtender(4) and few other Ajax controls.We have conducted performance Testing and found the page is taking more time. Based on the logfiles, I have observed that "CollapsiblePanelExtender" taking longer time.Component Time in MillisecondsASP.Net 9467.40Ajax Control 4170.57 To Process All Layers 300 Is the AjaxToolKit makes the application Slow ? Is there any work around to resolve the issue ?

Dear Sunny,

There could be a lot of content generated which is increasing your page size. Checkthis post specific to CollapsiblePanelExtender.

Also check the amount of viewstate generated. To compress viewstate, checkthis article.

HTH,

Suprotim Agarwal

No comments:

Post a Comment