| I have sales reports that end up being loops within loops within queries
| within loops, the results of which are delivered to the client with a
| healthy dose of jquery widgets. Some take > 20 seconds to load and
| render.

You should take a peek at the debugging output, and in particular the "page
execution times". Likely your database things would account for 95% of those
20 seconds, and that is where you should do your performance improvements.
Another thing that could be expensive is object creation.

Cheers,
Hugo

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to