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

RadScriptManager and RadStyleSheetManager - General Info and Online Resources

0 Answers 424 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 21 Jan 2009, 04:06 PM
RadScriptManager and RadStyleSheetManager controls.
These "manager" controls enable you to easily combine in to a single link all of the JavaScript and CSS links required by the RadControls. Why combine? One of the biggest bottlenecks for browsers these days is created by the concurrent requests limit. By default, both IE and Firefox limit concurrent requests per server to 4, as is recommend by the HTTP RFC guidelines. This limit can be changed, but expect few of your users to actually have done so as the process requires advanced computer skills.

With a limit of 4 concurrent requests (2 persistent connections), you can see how easy it is to clog the pipe with all of the request for images, JavaScript, and CSS on your page. Combining many links for CSS and JavaScript in to a single request can significantly improve your page load time by reducing the number of round-trip requests your page makes when it loads. And by doing the combining dynamically at runtime you don't have to send any unnecessary JavaScript to the client (for controls not in use) or manually maintain combined JavaScript files.

To get familiar with the controls please follow these online resources:

Tags
ScriptManager and StyleSheetManager
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or