Hiya
I've been looking at the RadScriptManager control and the way it combines javascript into a single file. Im concerned about the way it effects browser caching but am not sure im understanding it correctly.
For example if I have:
page1.aspx
-RadGrid
-RadCalendar
-RadEditor
page2.aspx
-RadCalendar
page3.aspx
-RadGrid
Am i correct in thinking that every page will generate a unique .axd file based on the controls within that page (looking at my IE cache this seems to be the case) and therefore the browser will never (or rarely) have a cached copy of the script when it hits a page for the first time.
Without RadScriptManager, once a user has visited page1.aspx they will have all the scripts they need in browser cache for page2 and page3.
I hope that makes sense. Have I understood this correctly and if so will this not impact performance for those with slow connections as it downloads a script file for every single page they hit?
Many thanks
Andrew Jones
I've been looking at the RadScriptManager control and the way it combines javascript into a single file. Im concerned about the way it effects browser caching but am not sure im understanding it correctly.
For example if I have:
page1.aspx
-RadGrid
-RadCalendar
-RadEditor
page2.aspx
-RadCalendar
page3.aspx
-RadGrid
Am i correct in thinking that every page will generate a unique .axd file based on the controls within that page (looking at my IE cache this seems to be the case) and therefore the browser will never (or rarely) have a cached copy of the script when it hits a page for the first time.
Without RadScriptManager, once a user has visited page1.aspx they will have all the scripts they need in browser cache for page2 and page3.
I hope that makes sense. Have I understood this correctly and if so will this not impact performance for those with slow connections as it downloads a script file for every single page they hit?
Many thanks
Andrew Jones