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

Editor is slow with toolbar enabled

1 Answer 199 Views
Editor
This is a migrated thread and some comments may be shown as answers.
QualiWareUA
Top achievements
Rank 1
QualiWareUA asked on 29 May 2018, 01:26 PM

Hi.

We're using multiple Kendo UI Editor controls on a page. Each editor control have a custom toolbar set.

We're experiencing quite a slow load. 

Here's an example with 4 editor controls. Using the Chrome Performance tool, it takes an estimated 4-5 seconds to load the empty controls. Sometimes as much as 8 seconds.

https://dojo.telerik.com/aMUcArob

We're running Kendo UI 2018 R1. But switching to the later versions doesn't seem to make a difference.

What can we do to speed up the controls? Is this what should be expected?

 

 

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 31 May 2018, 12:11 PM
Hello,

Indeed, initializing several standard editors on the page might consume a bit more time than expected. This is caused by the styles and js for each iframe inserted on the page for each editor defined. That being said, if you use inline editor, this operation won't be needed. Below you can find a runnable example, where the usage of inline editors is demonstrated:

https://dojo.telerik.com/aMUcArob/7

More information on the render modes of the editor could be found in the article below:

https://docs.telerik.com/kendo-ui/controls/editors/editor/overview#classic-mode

Hope this would help.

Regards,
Nencho
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
QualiWareUA
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or