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

RadEditor for MOSS 5.5.1 - Slow Loads

1 Answer 36 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 06 Jan 2010, 05:26 AM
Hi,

I purchased the RadControls for ASP.net AJAX, and implemented version 5.5.1 of the RadEditor for SharePoint (I'm using MOSS - in particular - a Publishing Site) in my environment, and it works.  Where I am having an issue is with a few of my page layouts, where I have anywhere from 12-17 content areas.  When switching into page editing mode, the pages take anywhere from 20-30 seconds to load, and the browser will hang during this load time.  I've implemented a lot of the recommendations from the KB Article:

In my Config file:
  <property name="ToolbarMode">ShowOnFocus</property>
  <property name="EnableServerSideRendering">False</property>
  <property name="EnableViewState">False</property>
  <property name="EnableClientSerialize">False</property>
  <property name="EnableDocking">False</property>

And in my tools file, I have removed the one module that was loading.

So my question is - is there anything else I can do to speed this up?  I looked at using the Tool Provider (From this page), but that's not supported by the Editor for SharePoint.

Thanks,
Chris

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 06 Jan 2010, 07:56 AM
Hi Christopher,
The EnableClientSerialize and EnableDocking properties were removed in the ASP.NET AJAX version of RadEditor for MOSS (5.x). For more information review the following online help article http://www.telerik.com/help/aspnet-ajax/editor_migrationfromradeditorclassictoradeditorprometheus.html.

Now on your question, review the following online help article How to use a Shared Toolbar. You might find it helpful.

Greetings,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
WebParts for SharePoint
Asked by
Christopher
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or