0

I am using Telerik controls in an ASP.NET Website. It takes time while sending an Ajax request.

Is it advisable to use Telerik controls?

Do Telerik controls affect the performance of the ASP.NET website?

Please let me know tricks to identify the memory leak in an ASP.NET application, specifically in aspx.cs pages.

2
  • i think it will affect the performance,if you use Telerik control Commented Aug 18, 2010 at 10:22
  • ya but Telerik controls provide numerous server side and client side events hanlders, most pages were developed using telerik controls.i dont know how to convert all these controls with dot net contros,conversion may take long time.so i want to tune tha app,do you have any idea for this. Commented Aug 18, 2010 at 10:29

1 Answer 1

1

Every additional control on a page will affect the perfomance. Complex controls more so than simple controls.

With the telerik controls (which also consists of complex and powerful controls like grid, editor, treeview etc), it is quite easy to badly affect performance. One of the most common causes is probably excessive ViewState.

That said, most of the time you can optimize the performance. As a starting point, search the telerik site for performance optimization articles. You can find some of the commmon performance optimization articles on the support page for ASP.NET AJAX controls (in the section Performance). E.g:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.