Rank: Member Groups: Member
Joined: 8/25/2009 Posts: 10
|
Hi All,
In my project I have 3 modules/pages with the EO html editor implemented. It works great in 2 of 3 pages My third page is very slow because I use 12 editor into this summary, it takes about 1 minute to load.
Is it possible to speed this up? Do you have suggestions on how to do this better? Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I think the only option is to reduce the number of editors. Editor is a relative heavy control. So you definitely do not want to load 12 of them on the same page. You may want to change your page logic to so that at any given time only one field is being edited. That way you only need to activate one editor a time.
Thanks!
|