I'm using Rad Editor (Prometheus) in my page which is loaded dynamically by using Ajax. But the loading occurs too slow. Is there any way to load the editor as fast as possible. Is there any specific property that i have to enable or disable to achieve this?.
Regards,
Reethish
1 Answer, 1 is accepted
0
George
Telerik team
answered on 11 Mar 2008, 03:58 PM
Hello Reethish,
We are not sure about how slow the editor runs on your side, but if you can improve the loading time when set:
<compilation debug="false">
in the web.config file. In this case the editor scripts will be sent compressed and the performance should optimize.
Moreover you can consider to switch off the modules of the editor if you have such activated. Please make sure that you are using the last version - there particularly the editor is loaded for less than 0.5 seconds once cached.