Ticket #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 fredck) (diff)
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
Note: See
TracTickets for help on using
tickets.

After a bit of investigation, there's no space for optimization at all.