disable plugin update-input-on-change - #2
Conversation
|
Hi @konnektor3000, thanks for your PR! In your descriptions, you say that it's If this is indeed This plugin could be improved if it causes performance issue, either use less costly methods inside it( |
8048356 to
491255c
Compare
|
Hello Stephen, |
|
Hi, thanks for the update! |
|
It works like a charm! |
(from konnektor3000 pull request #2)
|
Hi @konnektor3000, we have just successfully merged your branch inside our repository. Thanks for your helpful contribution 😃 ! |
|
The email for badge request 🙄community@combodo.com |
Base information
Symptom (bug) / Objective (enhancement)
CKEditor gets very slow when typing when there are more than approximately 70'000 characters in html source. This amount of formatted text is easily reached when documentations or FAQs are written.
Reproduction procedure (bug)
Cause (bug)
This happens because on every keystroke the field's content is processed by the plugin update-input-on-change. Actually I'm not sure if this plugin is necessary at all. I observed no disadvantages after disabling this plugin.
Proposed solution (bug and enhancement)
Remove plugin update-input-on-change if possible.
Checklist before requesting a review
Checklist of things to do before PR is ready to merge