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

loading time with multiple editors

1 Answer 83 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
robert d.
Top achievements
Rank 1
robert d. asked on 14 May 2007, 10:37 AM
Hi everybody

In my publishing site I have a layout page with up to 12 edit fields. Whenever I try to create new pages with that layout or edit those, it takes very long to load the page and the cpu load goes up to 100% for 1-2 minutes.
Is it possible to decrease the loading time and/or the cpu load? The final site should contain a couple of hundred pages and it will take forever to edit them.

Cheers,
Robert

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 15 May 2007, 07:03 AM
Hello Robert,

The editor control needs to be initialized on the client browser. The time it takes to do this is directly proportional to the tools you use. We have a KB article about optimizing the editor load times here - http://www.telerik.com/support/kb/article/b454K-ech-b454T-tt.aspx. This article is discussing the regular ASP.NET control, but some of it is also relevant for the MOSS edition. You can try editing the editor's tools and configuration files, located at c:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.0.4.0__1f131a624888eeed\RadControls\Editor\.

Here are the items from the KB article which apply to the MOSS editor:
  1. [most improvement] Remove all modules from the ToolsFile.xml file (the <modules> section).
  2. [most improvement] Antivirus tools can significantly impact page load time and thus slow down the editor. For example, McAfee Enterprise 8.0 has a feature called 'ScriptScan' that scans the JS on each page. This is leading to 2x to 4x slower page loads.
  3. Modify ToolsFile.xml with less tools for the toolbar (i.e. remove the tools you will not need).
  4. Make sure that the client's browser cache is enabled (this is the default option for IE) from Tools - Internet Options - General - Settings - Reload page: Automatically.

 

Sincerely yours,

Lini
the Telerik team


Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
robert d.
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or