Project

General

Profile

Why redmine is so slow?

Added by Dráulio Brasil over 13 years ago

Hello,

I installed the redmine at my work, but when I access it by IP it's terribly slow, can't be used.

It's a problem with the rubys that run WEBrick and not Apache??

How I can change it, if that's the problem. Or what's the problem and how I solve it?

Thanks.


Replies (3)

RE: Why redmine is so slow? - Added by Luan Nguyen over 13 years ago

What OS are you using? I am using Ubuntu 10.4 and it's pretty fast.

You might try to use thin rather WebBrick.

If you wanted to configure to Apache or Nginx, you may look into HowTos section:

http://www.redmine.org/wiki/redmine/HowTos

I followed the instruction here, and it's really helpful for new comers.

There are many other issues including network connections, databases...to effect performance.

Thanks,
Luan

RE: Why redmine is so slow? - Added by Edgar Tooley over 13 years ago

My new installation is really slow with Ubuntu 10.4 and webrick. My other rails development projects are pretty fast using the same setup.

I only see the slowdown when I access redmine over IP. It is fast on the local host.

It is almost like something has to time out before loading the page.

RE: Why redmine is so slow? - Added by Edgar Tooley over 13 years ago

I did more testing. I found when I ran mongrel instead of webrick everything was speedy.

"ruby script/server -e production" instead of "ruby script/server webrick -e production"

    (1-3/3)