<snip/>
I've been using profiling pipeline for woody pipelines. It turns out that more
than 75% of processing is consumed by woody-styling.xsl
So it is not woody that is slow but the presentation layer
This is no surprise: the form processing code basically traverses the widget tree and parses request parameters. Not that much more.
There are two things we can do to improve styling speed:
- rewrite it with STX: most of the styling templates can by streamed.
- since woody-styling.xsl is the last transformation, move it on the client for those browsers that have an XSLT engine (Mozilla, IE6)
Sylvain
-- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } Orixo, the opensource XML business alliance - http://www.orixo.com
