when i debug the site on my developing machine, it runs fast and good. but when i copy the folder over to the server, it just runs extremely slow. do we have to install telerik in the server to make it the site loads faster? can you let me know please. Thank you very much
3 Answers, 1 is accepted
0
Paul
Telerik team
answered on 11 Mar 2009, 11:28 AM
Hi Duy,
When the site is not in debug mode (<compilation debug="false" />) the WebResources should be cached by the clients' browsers (if cache is enabled).
For other useful tips on the matter please refer to our Top Performance page.
i haven't fixed the issue yet because i'm trying to follow the articles that you gave me but i have run into this problem before. i also use auto complete from microsoft ajax toolkit. and to do that it requires me to have ajaxtoolkit scriptmanager, and if i use that, i can't use your script manager. so what do i have to do in order to fix that. and base on one of the article, i do need telerik script manager to make my site faster. thanks.
0
Paul
Telerik team
answered on 13 Mar 2009, 03:00 PM
Hi Duy,
RadScriptManager is a control that replaces the ScriptManager available in the Microsoft Ajax Extensions suite. For details on the matter please refer to the control's documentation.