Redmine is slow when adding issues. Any thoughts?
Added by Nick Gorbikoff over 16 years ago
Hi All.
I was wondering if anyone has any thoughts on why my redmine is so slow when I add issues.
I'm running:
Ubuntu 8.04
Rails 2.0.2
MySQL 5
Thin server (I also tried on WebRick)
On a Pentium 4 with a 1 Gb of ram. It doesn't have anything else on it.
I can't figure it out - but wheneve I add an issue or update it - may take up 30 seconds to actually do it. i don't see any error. MySQL is reasonably fast when I connect through SLQyog and run statements like that.
Anyone any ideas?
Replies (4)
RE: Redmine is slow when adding issues. Any thoughts? - Added by Nick Gorbikoff over 16 years ago
Forgot to add this:
About your application's environment
Ruby version 1.8.6 (i486-linux)
RubyGems version 0.9.4
Rails version 2.0.2
Active Record version 2.0.2
Action Pack version 2.0.2
Active Resource version 2.0.2
Action Mailer version 2.0.2
Active Support version 2.0.2
Edge Rails revision rel_2-0-2
Application root /var/www/redmine
Environment development
Database adapter mysql
Database schema version 92
RE: Redmine is slow when adding issues. Any thoughts? - Added by Jean-Philippe Lang over 16 years ago
Did you read this: http://www.redmine.org/wiki/redmine/FAQ#17 ?
RE: Redmine is slow when adding issues. Any thoughts? - Added by Nick Gorbikoff over 16 years ago
Yes unfortunately I need to use that feature. I did think that the issue was with our mail server cause it's old and slow. But then I switched to sendmail on localhost and it is still slow.
RE: Redmine is slow when adding issues. Any thoughts? - Added by Nick Gorbikoff over 15 years ago
If anyone is still interested.
I recently reisntalled redmine - it working fine now. - I have the same configs on the server, so fix happened somewhere in the new code changes.
I still use the same mail server and same webserver I'm running redmine on so - not sure where exactly the problem was but it's working fine now.