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

Page get long time span to load

1 Answer 21 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Computer Surgeon
Top achievements
Rank 1
Computer Surgeon asked on 04 Aug 2009, 11:21 AM
hi there,

        In my application, 1 page contains One master grid in top and 9 tabs (TabStrip) below that master RadGrid. In that 8 tabs contains each 1 hierarchical RadGrid. 1 tab alone contains two hierarchical RadGrid. To load this page with 5 records in each RadGrid it takes about 20 sec. I m trying to improve the performance of this page.
 
I gone through the Performance Tuning article from telerik.But, still i could 't figure out why its taking 20 sec.
I checked my stored procedure they run in fraction of seconds and they run only once.

Any suggestion, welcome!.

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 04 Aug 2009, 11:52 AM
Hi Computer Surgeon,

As a first step, make sure that you set the RenderSelectedPageOnly property of the RadMultipage control to true, set AutoPostBack for RadTabStrip and ajaxify them both using RadAjaxManager as shown in this KB article:

http://www.telerik.com/support/kb/aspnet-ajax/tabstrip/placing-radgrid-instances-in-radmultipage-page-views.aspx

Thus merely the controls which are in the active page view will be rendered/bound to data and the operations will be perform with asynchronous requests.

Furthermore, consider putting into practice the hierarchy load modes for the hierarchical grids to speed up the loading time as much as possible.

Additionally, review the performance optimization tips available in the online resources linked below:

http://www.telerik.com/help/aspnet-ajax/gridoverview.html (Chapter "Performance tips and tricks")
http://www.telerik.com/products/aspnet-ajax/resources/top-performance.aspx
http://www.telerik.com/support/aspnet-ajax/grid.aspx (Section "Performance")

Best regards,
Sebastian
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
General Discussions
Asked by
Computer Surgeon
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or