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

Radscheduler got hang up with heavy data

1 Answer 33 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Gaurav
Top achievements
Rank 1
Gaurav asked on 12 Nov 2013, 09:22 AM
Hi,
I am using the radscheduler with WCF service and MVC.When i load the bulk of appointment data at once my rad scheduler got hang up.
Please help me.

Thanks 
Gaurav Rana

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Nov 2013, 12:47 PM
Hi Gaurav,

The number of appointments and resources slows down the rendering and overall performance considerably which has to be expected. I am not sure whether you are using the latest version of RadControls. In the previous releases the images to support the appointment rounded corners (and the predefined resources) were quite large. For example in the Q1 2010 release, the appointment sprite itself is taking 25MB memory when loaded. Add 5 resources to the fray and you have 150MB memory down with a single blow.

As far as I know there isn't anything particular that you can do with RadScheduler. Still you can review the optimization techniques as shown in this demo. Another suggestion is Client side binding using web services can give you excellent performance in most common cases as shown here.

Apart from this some general performance tips you can incorporate such as using RadScriptManager and RadStyleSheetManager to optimize output as well as page load time as described here. Also you can read more about the general performance tips from here Link1, Link2.

Thanks,
Shinu.
Tags
Scheduler
Asked by
Gaurav
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or