Redmine Is Slow
Added by Erwin Macale over 8 years ago
Hi,
Anyone have an idea what causes the redmine server to slow down?
Im a newbie here btw.
Any help would be appreciated.
Thanks,
Replies (3)
RE: Redmine Is Slow - Added by Pavel Potcheptsov over 8 years ago
High CPU load, high IOWait, high RAM usage, high network usage, etc.
RE: Redmine Is Slow - Added by Olivier Houdas over 8 years ago
When you set the log level to info (config.log_level = :info
in /config/environments/production.rb), you get info about generation times in the log (/log/production.log). This info splits page generation times ("Views:") and database access times ("ActiveRecord:").
That can give you an hint on what is slow.