--- "Matthew J. Graham" <[EMAIL PROTECTED]> wrote: > tell me about performance. The reason I ask is that I am seeing poor > performance is retrieving results from an internal eXist database: with > timing statements in the XQuery I am sending, the query part takes > about 1s. but the whole process takes over 10s - is the rendering the > problem?
Matthew, One thing you can do is to insert "debugs" in your XPL code. For instance, if you are sending a query to a database in a "model.xpl", you can add a "debug" on the output of the pipeline. This way you will have a message with a timestamp in your logs. Combining this timestamp, the timestamp on the initial "request received" message, and the timestamp on the "Timing:..." message, should give you an idea of where time is being spent. Let us know if you find something. Alex ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
