Changes between Version 1 and Version 2 of Ticket #12261, comment 2
- Timestamp:
- Aug 13, 2014, 11:09:13 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12261, comment 2
v1 v2 10 10 First create and destroy CKEditor make extra 3mb (after changes +2.8) But it's normal because first initialization make server requests for plugins etc. 11 11 12 Second create and destroy CKEditor make extra .7mb (after changes +.5mb). Most resource consuming was {{{Commands}}} and {{{ui.Buttons}}} but I managed to release them with CKEditor .12 Second create and destroy CKEditor make extra .7mb (after changes +.5mb). Most resource consuming was {{{Commands}}} and {{{ui.Buttons}}} but I managed to release them with CKEditor as well as {{{filter}}} instances. 13 13 14 Sad fact is that main CKEditor instance is not released which keepall references. I'm gonna create issue for that.14 Sad fact is that main CKEditor instance is not released on destroy. And it keeps all references. I'm gonna create issue for that. 15 15 16 16 Changes in branch:t/12261