#4931 closed Task (invalid)
Performance enhancement of getHtml
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | |
Keywords: | Cc: |
Description (last modified by )
We're execute now /<\?[^>]*>/g
on CKEDITOR.dom.element::getHtml of IE to strip namespace declaration, while this being one of the hot methods in our editor, we should optimize it a bit.
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Milestone: | CKEditor 3.2 |
After a bit of investigation, there's no space for optimization at all.