3

Any good sources(links) about optimizing Telerik Web controls? I imagine that there are features that are turned on by default. These features require resources (javascript, css, images) to be downloaded on request. It would be nice to know what these feature are and to turn them off if not used.

Do you know of such features? I'm primarily interested in Telerik AJAX components.

Ageonix
  • 1,748
  • 2
  • 19
  • 32
dev.e.loper
  • 35,446
  • 76
  • 161
  • 247

3 Answers3

3

Does this help?

Optimizing output, page load time and the overall performance of RadControls for ASP.NET AJAX

RadInput vs. RadInputManager

Using RadAjaxManagerProxy Controls

Did you even try searching anything?

Giulio Caccin
  • 2,962
  • 6
  • 36
  • 57
Ty.
  • 3,888
  • 3
  • 24
  • 31
  • I tried searching Telerik's knowledge base. It would be great if all the answers to optimizing their controls could be aggregated into this post. Its best for everyone. – dev.e.loper Apr 14 '09 at 19:09
  • Ty - I assure you performance is not an after thought. We work hard to enable devs to have full control over the RadControls, and we're always striving to maximize performance. That said, you should only use rich UI controls when you need them to achieve best performance, so be cautious of replacing all default controls with rich controls as a rule of thumb. If you've hit a specific perf problem, let me know and I'll be happy to help. – Todd Jun 13 '09 at 16:51
1

I also found these sources on the Telerik site recently when looking for performance boost techniques:

Top performance page

Support Center RadControls Performance section

They look pretty descriptive and cover most of their controls.

Dick

Community
  • 1
  • 1
0

Here is more:

Optimizing output, page load time and overall performance

Top 15 optimization tips and tricks in public forums

dev.e.loper
  • 35,446
  • 76
  • 161
  • 247