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

Performance problems

3 Answers 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Oscar
Top achievements
Rank 1
Oscar asked on 31 May 2011, 05:37 PM
Hello, I am having slow response times in an ASPX app that uses RADcontrols. Pages take too long to load.
I aslo noticed (dont know if it is related) a large number of .axd files appearing when the app is run in VS2010 (see attached image).
My questions are:
1) is this normal behavior (large number of axd files) or is somehow related to slownessa and can be improved?
2) where to start looking to improve performance?
Thanks

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 01 Jun 2011, 09:43 AM
Hi Oscar,

How to optimize the performance of our ASP.NET AJAX components as much as possible you can see from this article on our site. In addition, you can examine the content from the individual chapters/topics in the controls' documentation concerning performance tips and tricks.

Note that the embedded resources that come from the common ASP.NET AJAX ScriptResource.axd handler are not within the scope of our AJAX components and cannot be controlled by us.

Kind regards,
Sebastian
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
systems
Top achievements
Rank 1
answered on 21 Oct 2015, 02:03 PM

Hello Sebastian,

Found this thread already hence posting my queries here.( Users feedback that we got as well) -

We have an ASP.Net application heavily based on RADControls. What we observed is

1. If the page kept idle for some duration(15-20 min) and then tried to do any action related to RadControls (RadCalnder, RadDateTime, RadGrid click events etc) , Page takes longer time to refresh than usual...almost 45 sec on an avg. Whereas during continuous operations it gets loaded within 15 sec. 

2. Also, on every internal postback within UpdatePanel, the page takes longer time to refresh in order to load new state. 

Any suggestions that you can think of ? We tried capturing the Network traffic but with no avail as nly .aspx request and WebResourceHandler request seems to take long time.

Appreciate an experts opinion on this?

Thanks,

Chetan

 

0
Pavlina
Telerik team
answered on 21 Oct 2015, 03:03 PM
Hi,

Steps for improving grid performance are provide in the topic licked below:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/performance/grid-performance-optimizations

Give them a try and see if they help to improve the page performance.

Regarding your second question you can use RadAjaxManager instead of UpdatePanel and try optimizing performance as described here:
http://docs.telerik.com/devtools/aspnet-ajax/controls/ajax/performance/optimizing-performance-using-radajaxmanager

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Oscar
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
systems
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or