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

How to minimize the page size with bit heavy content in the editor

3 Answers 70 Views
Editor
This is a migrated thread and some comments may be shown as answers.
kamii47
Top achievements
Rank 1
kamii47 asked on 04 Dec 2013, 06:11 AM
I have a functionality where i am generating html from word document and saving it in database.
Then for some tokenization i am loading it into telerik text editor and doing some tokenization on the content in the editor.
I have read that if there is more then 100KB of content then editor might get slow.I have more then  that size of content some time.
So please suggest me how to optimized it to maximum level.My current mark up of the editor declaration is

<telerik:RadEditor runat="server" ID="RadEditor1" Height="515" Width="100%" Visible="True" EnableViewState="False" 
            ContentFilters="ConvertToXhtml, RemoveScripts,FixUlBoldItalic, IECleanAnchors, FixEnclosingP, MozEmStrong,IndentHTMLContent, OptimizeSpans">
        </telerik:RadEditor>
I have myself set enable viewstate to false to save some space at the moment

3 Answers, 1 is accepted

Sort by
0
kamii47
Top achievements
Rank 1
answered on 06 Dec 2013, 05:32 AM
Is it a dead forum?
No reply
0
Accepted
Ianko
Telerik team
answered on 06 Dec 2013, 11:04 AM
Hello Kamran,

Note that forum threads are not assigned with a strict response time accordingly to the forum rules.

About the RadEditor optimizations you can try using less content filters and by that optimize the interference with the inserted text. More information and further suggestions can be found in these demos:

Regards,
Ianko
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
kamii47
Top achievements
Rank 1
answered on 06 Dec 2013, 12:19 PM
Thanks Ianko
It will help. 
Tags
Editor
Asked by
kamii47
Top achievements
Rank 1
Answers by
kamii47
Top achievements
Rank 1
Ianko
Telerik team
Share this question
or