Redmine loading speed is down after update to 0.9.2.
Added by Stamu Stamu over 14 years ago
Hello all,
I have updated redmine from 0.8.4 trunk to 0.9.2 without problems. But speed of page loading is fall down in 2-3 times.
Now load of any page is near 3-6 seconds, previously it was near 1-3 seconds.
Redmine is running on Windows2000 and Webrick server.
How this problem can be solved ?
Thanks
Replies (2)
RE: Redmine loading speed is down after update to 0.9.2. - Added by giordano bruno over 14 years ago
Hey Stamu,
Check on the Task Manager if when the page is loading the "ruby.exe" load goes really high.
If that is the case, you could try to update your Ruby version from this site:
http://www.garbagecollect.jp/ruby/mswin32/en/download/release.html
I recommend this one:
ftp://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.8.7-p249-i386-mswin32.zip
Just download and replace you ruby folder with the content of this zip. Restart the service and see if it works.
I hope it helps.
RE: Redmine loading speed is down after update to 0.9.2. - Added by Stamu Stamu over 14 years ago
Thanks, Im using this version of Ruby.
But I've setup Mongrel server instead of Webrick and this is helped.
Pages started to load much faster.