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

RadControls, SharePoint, Performance, Caching

3 Answers 51 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
ali
Top achievements
Rank 1
ali asked on 22 Mar 2010, 12:34 PM
we have created a public facing internet site that is using various RadControls. the performance is not very good. looking at various http debugging tools, the biggest size is of the js files related to rad controls.

it seems like they are dynamically served through webresource.axd.  we are radcompression module, but the size is still not acceptable for a public facing site.

my question is, is it possible to get all the js/cs files related to radcontrols cached on the client side?

thanks
ali

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 22 Mar 2010, 01:02 PM
Hello ali,

If you want to combine and compress the RadControls for ASP.NET AJAX client scripts, consider utilizing RadScriptManager for this purpose. Additional tips about how to optimize the performance of our AJAX controls you can find in this resource:

http://www.telerik.com/products/aspnet-ajax/resources/top-performance.aspx

Best regards,
Sebastian
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
ali
Top achievements
Rank 1
answered on 22 Mar 2010, 01:27 PM
we are already using RadScriptManager. just as an FYI the site is this: http://cma.gov.sa. if its not too much of a problem, can you see anything that can be optimized from rad perspective?

Telerik.Web.UI.WebResource.axd is already being used, and seems like its combining all the resources.

i am not really after combination. i need to see how, and if its possible, to do client side caching of scripts so they dont get downloaded every time.

thanks
ali
0
Sebastian
Telerik team
answered on 24 Mar 2010, 10:55 AM
Hi ali,

I suppose you already familiarized yourself with the performance hints from the resource I referenced in my previous reply. One of them is the Content Delivery Framework (CDN) support which allows you to cache client scripts and reduce latency. Note that the Telerik CDN is built in conformance with the same concepts as the Microsoft CDN.

More information on this subject can be gathered from here.

Best regards,
Sebastian
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.
Tags
Sharepoint Integration
Asked by
ali
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
ali
Top achievements
Rank 1
Share this question
or