Reputation: 21
I have used the telerik control in my site, when I load the page, the page loaded very slow. I check it but at runtime many webresource.axd
file is made and scriptresource.axd
file is made, so how to run fast telerik control and increase the site performance.
Upvotes: 2
Views: 5144
Reputation: 1466
If you are using Telerik reports then here is a general article on boosting Telerik report performance.
Upvotes: 0
Reputation: 2266
Telerik has a page on their site about how to boost their AJAX controls performance:
How the Telerik ASP.NET AJAX Controls Help You Build Better-Performing Apps Faster
Upvotes: 2
Reputation: 3052
If you need to boost resource generation look at this article on telerik support site.
Also consider reading this answer: Optimizing Telerik ASP.NET AJAX Controls
Upvotes: 0
Reputation: 498
Here are some additional links on RadGrid and RadControls performance optimizations:
RadGrid client/server performance optimizations
RadAjax client-side performance optimizations
Optimizing RadGrid ViewState usage
Saving the grid ViewState in Session
Upvotes: 0