I have used the telerik control in my site, when I load the page, the page loaded very slow. I check it开发者_JAVA技巧 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.
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
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
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
If you are using Telerik reports then here is a general article on boosting Telerik report performance.
精彩评论