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

Slow page load - RadScheduler

4 Answers 114 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Phani Musale
Top achievements
Rank 1
Phani Musale asked on 03 Jun 2010, 02:19 PM
Hi,

We are using RadScheduler to display a rota. The data per eah date is very minimal. However the page which containc RadScheduler control takes about 12-15 seconds to load completely before on can start working on it. The query which fetches the date is fairly basic and highly optimised. So we don't see any problem there.

Earlier on load, the control was defaulted to to display data for a month. Then it used to take around 20-25 seconds before a page loaded. But ever since we configured it to display data for 7-days, the time has come down to around 12 seconds.

What we conclude is that the javascript or html that the control brings alongwith it takes fairly long time to load.

Is there a way we can reduce the amount of javascript of html that is loaded. Or elase if you think there are other problems, can you just the solution?

Thanks

4 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 08 Jun 2010, 08:22 AM
Hi Phani,

I recommend you use the tips outlined in this help topic:
Optimizing output, page load time and the overall performance of RadControls for ASP.NET AJAX


Regards,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Caleb
Top achievements
Rank 1
answered on 26 Apr 2012, 04:45 PM
I have this same issue, and it's not a problem with too much being sent down the pipe, but rather, (at least in my case) fetching the calendar items from the server to add them to the Telerik control. I tried putting an Ajax manager on the page and setting the loading panel, but I can't figure out how to make it load asynchronously so the page comes up and the calendar just shows the loading panel icon until the items are fetched. I believe the OP has the same issue though because he's describing the same type of delay we're having, especially related to how many days of information are fetched and how that affects the load time.
0
Caleb
Top achievements
Rank 1
answered on 26 Apr 2012, 04:45 PM
[Edited because I got a server error and was asked to hit back when I posted, and it duped]
0
Peter
Telerik team
answered on 27 Apr 2012, 07:43 AM
Hello Caleb,

Using RadAjaxManager as described by you will not bring about any benefit to performance. Also, the rendered html output cannot be reduced (we are considering optimizing it for the future). You may have better performance if you use Web Services. Have you considered this?

Regards,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Calendar
Asked by
Phani Musale
Top achievements
Rank 1
Answers by
Peter
Telerik team
Caleb
Top achievements
Rank 1
Share this question
or