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

[Solved] Techniques for client performance tuning

1 Answer 142 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mikael
Top achievements
Rank 1
Mikael asked on 17 Apr 2009, 07:40 AM
(This is not a specific RadGrid issue, but I need to place it somewhere...)

We are having bad performance in some parts of our webapp, based on RadControls and UpdatePanels. It is mainly client rendering that takes time.
I've read lots of post here and elsewhere about turning client-features off etc, but what I would really like to do is to figure out what takes so long on the client. For instance, entering edit mode in a RadGrid with ~20 rows and 10 columns takes 10-15 seconds in IE6/7.
With IE8 and FF3 there are good profilers, but the performance problem is not nearly as bad in these browsers, and we need to target IE6/7. For these versions of IE, I haven't found any good performance tuning tool. I guess I could instrument the ajax .js-files manually, as well ad RadControls .js-files, but that would be really awkward to do, since I don't know where the bottleneck is.

So, my question is: Does anyone have any good recommendation on techniques to tune performance for client-side rendering (especially where UpdatePanels are used)?

Thanks!
/Fredrik

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Apr 2009, 10:23 AM
Hello Fredrik,

Useful hints about how to optimize the RadGrid performance and your page overall performance can be found in the resources pointed below:
Top Performance
http://www.telerik.com/help/aspnet-ajax/gridoverview.html (Chapter 'Performance tips and tricks')

They can help you reduce the loading time of the browser.

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Mikael
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or