DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20710>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20710 Performance Problems-NEED HELP! ------- Additional Comments From [EMAIL PROTECTED] 2003-07-11 07:28 ------- With the fix for bug 21491 the class WriterToUTF8Buffered does not slow down for very large input of character arrays or Strings. I had tried writing out a large static HTML file as: <xsl:template match="/"><HTML>...</HTML> </xsl:template> Or as: <xsl:template match="/"> <xsl:text disable-output-escaping="yes"><![CDATA[[<HTML> ... </HTML> ]]></xsl:text> </xsl:template> The HTML file embeded in the CDATA section is no longer 8 times slower, but about 20% faster for a large static chunk of HTML. So I think that Andreas stylesheets will go faster with this idea of turning some of the constant HTML tags into pure text to be output. I must admit that it isn't beautiful. I still need to look into Henry Zongaro's analysis. Regards, Brian Minchau
