I think I have found something in comparing the 1.8 codebase to the
2.0implementation.
Both versions process a table in a nearly identical manner, with only very
minor, inconsequential, changes.
But the page CharacterTest is entirely table and token processing. In 1.8 it
takes 3500ms to produce the first
output, while in 2.0 output takes 11500ms.

This indicates that 2.0 output using TextWriter is much slower in 2.0 than
in 1.8.

Also the 2nd and 3rd run times for CharacterTest in 1.8 reflect the
aggressive output caching that was in
place in 1.8 where the times drop to around 300ms.

John Davidson
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to