Re: Slow reviewboard?

2014-02-06 Thread Christian Hammond
Hi, That's definitely not normal. You shouldn't be experiencing that level of slowness. Do you have an HTTP proxy configured on your browser? If so, make sure the domain is in the exception list. What happens if you repeat the same test on the server itself? That'll help rule out a networking

Re: Slow reviewboard?

2014-02-06 Thread Gytis
Hi, there is no proxy, and wget i've shown was executed on the same machine, so this should not be a network issue. I also have jenkins running on the same machine, and it's fast, so once again - i guess not a network issue On Thursday, February 6, 2014 9:36:10 PM UTC+2, Christian Hammond

Re: Slow reviewboard?

2014-02-06 Thread Christian Hammond
If you repeat that wget test, say, 10 times, does that delay stay consistent? When using mod_wsgi in embedded mode (which is what the standard configuration files make use of), Apache needs to load in all the modules and go through our initialization each time it sets up a new process (or worker

Re: Slow reviewboard?

2014-02-06 Thread Gytis
On Friday, February 7, 2014 7:40:10 AM UTC+2, Christian Hammond wrote: If you repeat that wget test, say, 10 times, does that delay stay consistent? Yes When using mod_wsgi in embedded mode (which is what the standard configuration files make use of), Apache needs to load in all the

Re: Slow reviewboard?

2014-02-06 Thread Gytis
On Friday, February 7, 2014 8:15:47 AM UTC+2, Christian Hammond wrote: On the server, run: rb-site manage /path/to/site runserver 0.0.0.0:8080 (Or pick another port if that is taken.) That's going to make use of Django's built-in single-threaded development server. You can then

Re: Slow reviewboard?

2014-02-06 Thread Christian Hammond
Glad it's working! Mystery solved. We'll be out at an event the next few days, so I'll be largely unavailable, but if you have any further issues, I'll try to back to you when I have a free moment. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org