Opened 8 years ago

Closed 8 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

  1. 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).
  2. It is causes increase in page load time.
  3. 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 8 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy