Hi Telerik Team,
We are implementing custom scheduler sking and css. We disable all stylesheet and skin releated properties that provided by telerik. But we are unable to understand why 2 webresource.axd files are creating by redscheduler. We diagnose these files by YSlow. Thses file are overhead and not acceptable for us.
EnableEmbeddedSkins="false"
EnableAjaxSkinRendering="False"
EnableEmbeddedBaseStylesheet="false"
EnableTheming="False"
Type |
Size |
URL |
CSS |
129.7K |
localhost/css/style.css |
CSS |
9.7K |
|
CSS |
2.6K |
localhost /WebResource.axd?... |
CSS |
37.0K |
localhost /skins/Scheduler.css |
CSS |
11.7K |
localhost /skins/Scheduler.CDNSch.css |
Please tells us how to remove this web request and this is very import for us to increase the scheduler peroformance.