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

[Solved] RADEditor Performance Issue

1 Answer 187 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Vimlesh
Top achievements
Rank 1
Vimlesh asked on 08 Apr 2009, 06:05 AM

Hi ,

I am using multiple RADEditor controls in my application (more than 15 ). Due to this applications performance is very slow. Since controls are getting generated dynamically so on Each post back its taking lots of time to regenerate it. I don’t need lots of features provided by telerik RADEditor. I won’t need following features

1.           HTML view feature

2.               Preview feature


I need a very basic Rich Text box control which should allow me basic formatting and creation of tables inside it.

Please let me know considering above requirements is it possible to increase performance of the page.

 

Regards

-Vimlesh

 

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 10 Apr 2009, 08:23 AM
Hello Vimlesh,

There a several easy steps for you to try that will greatly improve your MS AJAX performance as well as the editor performance.

1. The most important is to make sure your <compilation debug="false"> is set in the Web.config. When it is set to true, MS AJAX outputs a different version of the client environment which executes a huge amount of slow debug-related code. When the debug code is eliminated, client-side execution speed increases several fold.

2. In case you are not using the most recent RadControls version, you should upgrade to the latest Q1 2009 SP1. The reason is that as of Q1 2009 the server-side rendering time of RadEditor was reduced by 80% (e.g. it takes 1/4th of the time it took prior to Q1)

3. The following two demos will provide you with some additional suggestions how to configure the editor for improved performance.
Using ToolbarMode - http://demos.telerik.com/aspnet-ajax/editor/examples/toolbarmode/defaultcs.aspx
Using ToolProviderID - http://demos.telerik.com/aspnet-ajax/editor/examples/toolprovider/defaultcs.aspx

4. There is one other possible approach which describes how a single editor can be used to edit multiple elements on the page, as described here:
http://www.telerik.com/support/kb/aspnet-ajax/editor/setting-hidden-radeditor-in-edit-mode-on-click-and-putting-it-in-non-editable-mode-onblur.aspx

Last, but not least, we ar working on more optimizations and it is very likely that Q1 2009 SP2 will feature a performance boost both on the client and on the server.

Best wishes,
Tervel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Vimlesh
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or