Opened 9 years ago
Closed 9 years ago
#13875 closed Bug (invalid)
CKeditor Xss call affects my page performance
Reported by: | SM Sivaprakaash | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- I have 100+ ckeditor long text fields in page. when i load the page, 100+ xss call's are being triggered. one by one for each field seperatly(One xss call for a field).
- It is causes increase in page load time.
- Is there way to send all the xss call in a single post?
Expected result
Is there way to send all the xss call in a single post? so that i can reduce the page load time?
Actual result
Every field one xss call is made.
Other details (browser, OS, CKEditor version, installed plugins)
Reproduceable in all the version, I am using ckeditor via drupal module.
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.4 |
First of all if you are loading 100+ editors you should consider creating them "on demand" - once textarea is focused and not on page load. Other helper might be shared spaces plugin which will load just one toolbar.
About the issue. This is not the right place for it. Please report it on CKEditor for Drupal website -https://www.drupal.org/project/ckeditor