We are facing performance issues in Radscheduler. Scheduler control create 15 WebResource.axd and it’s size is 926.3k. This size is not acceptable on production. Please tell me the tips to optimize the scheduler control and reduce the files.
1 Answer, 1 is accepted
0
T. Tsonev
Telerik team
answered on 04 Dec 2009, 08:12 AM
Hi Shabbir,
Have you tried using RadScriptManager and RadStyleSheetManager? They can combine most of the JavaScript and CSS resources into a single request. The response is also compressed in order to decrease the download size.