accelerating of reviewboard

2010-03-03 Thread JohnHenry
Hi,all We want the reviewboard to run faster. We found that on some functions like view_diff and view All review reqeusts, the cpu consume on apache (Reviewboard server) cost 90%, and less then 10% on MySQL, So it seems that the bottleneck is not lie in Too Much SQL Execution. We tried

Re: accelerating of reviewboard

2010-03-03 Thread Christian Hammond
A lot of what Review Board does is computationally expensive, and we've done a lot to heavily optimize things. Best way to get speedup is to run it on a faster server with more memory and more caching. We don't support anything like psyco or other accelerators. Christian -- Christian Hammond -

Re: accelerating of reviewboard

2010-03-03 Thread David Trowbridge
If you're not using memcached, that will be a huge gain. -David On Wed, Mar 3, 2010 at 3:37 PM, Christian Hammond chip...@chipx86.com wrote: A lot of what Review Board does is computationally expensive, and we've done a lot to heavily optimize things. Best way to get speedup is to run it on