Re: performance bottleneck

2008-09-04 Thread Mike Schrag
You can also turn on the thing in Wonder that logs out timing of queries. Is the database in production running on the same machine as the web app? Are you connecting to that database as localhost/ 127.0.0.1 or the hostname? If hostname, check DNS -- this can kill you DNS is setup wrong (

Re: performance bottleneck

2008-09-04 Thread Q
On 04/09/2008, at 3:35 PM, Lachlan Deck wrote: Hi there, I've been doing quite a bit of profiling on my app over the last few days ... and well on my dev machine it's working a treat. (However I do notice that using the displayGroup - even with using ERXBatchingDisplayGroup + ERXDatabase

performance bottleneck

2008-09-03 Thread Lachlan Deck
Hi there, I've been doing quite a bit of profiling on my app over the last few days ... and well on my dev machine it's working a treat. (However I do notice that using the displayGroup - even with using ERXBatchingDisplayGroup + ERXDatabaseDataSource that there's a few extra round-trips