On Oct 21, 2005, at 1:53 PM, Michael A Nachbaur wrote:
I would say that the most likely culprits would be either your XSL stylesheet processing taking up an inordinate amount of time or a slow net connection.
If it's XSL then you can profile your code with % xsltproc --profile I found it very easy to use.Also badly written SQL queries are a common cause of slowness in web apps.......
--simon -- http://simonwoodside.com
