Opened 8 years ago
Closed 8 years ago
#14781 closed Bug (invalid)
browser is unresponsive when single page has too many iframed ckEditor instances
Reported by: | jignesh.dalwadi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Performance | Version: | |
Keywords: | Cc: | jignesh.dalwadi@…, premal.lathiya@… |
Description
Hi, We are using CKEDITOR 4.4.8 (revision:ccd0038). In our application we have a page which have 222 iframed CKEditor instances. When we load this page in IE 11 and chrome, browsers responds very very slowly. In case of IE 11 we get alert like '.. not responding due to long running script.' for this page loading.
When we traced browser log, we found multiple calls to contents.css. We noted that all these calls of contents.css are provided from cache by browser but the issue is CKEDITOR calls multiple times (in our case 222 times) to browser and that's making browser almost unresponsive.
We have already referred https://dev.ckeditor.com/ticket/10425.
Do you have any work around to prevent browser slowness when single page has such large iframed ckEditor instances?
Thanks.. Jignesh Dalwadi
Change History (1)
comment:1 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.10 (GitHub - master) |
Having 222 editors on one page is too much IMHO. You should not have that many on one page. Everything has its limits and I think you have crossed this one. Here are suggestions on how to design the page and load CKEditor so that it gets loaded faster.
Hope any of the above helps. Anyway this is not editor issue but a problem with how your page/application was designed.