RE: XSL Optimizations

Subject: RE: XSL Optimizations
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 22 Jun 1999 15:18:11 +0100
> In relation to optimizations my concern is with the fact that it takes
> seconds to do certain processing on a file that should be in 
> milliseconds for it to be acceptable from a client perspective.
> 
Yes. xt is amazingly fast and SAXON is catching up (!) but it remains true
that processing can take a long time.

Ingredients of the solution include:
- doing work once at publication time rather than repeatedly at display time
- initialising the stylesheet once to render many source documents
(compilation is one approach but not the only one)
- doing work on the client system where there's lots of spare processing
power
- software optimisation (don't expect more than a factor of 2 or 3
improvement on current results, except in special cases)
- faster hardware!

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread