Ticket #672 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Performance Problems

Reported by: anonymous Owned by: akaEdge
Priority: normal Milestone:
Component: Documentation Version:
Severity: normal Keywords:
Cc:

Description

Hi, I've installed Xinha in a Jave Portal and it works fine! The only problem is that large documents produce performace problems if I click in the source as WYSIWYG-Code(HTML-Code is no problem).

Is there a solution? Regards, Bernd Hülsebusch

Change History

Changed 7 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed

Enable the GetHtml plugin - it will be much faster.

The default is to walk the DOM when we switch to "source" mode, which is a slow but simple (programming) operation, GetHtml however uses a whole bunch of regular expressions to do it's work, which is a very fast but confusing (programming) operation.

Note: See TracTickets for help on using tickets.