Redmine is very slow after updgradation
Added by Ratnavel NS over 13 years ago
HI All,
My Redmine configuration is as follows
Redmine version - 1.2.1
- LOCAL GEMS ***
actionmailer (2.3.11, 2.3.5)
actionpack (2.3.11, 2.3.5)
activerecord (2.3.11, 2.3.5)
activeresource (2.3.11, 2.3.5)
activesupport (2.3.11, 2.3.5)
i18n (0.4.2)
mysql (2.8.1)
rack (1.1.1, 1.0.1)
rails (2.3.11, 2.3.5)
rake (0.8.7)
rmagick (1.15.13)
rubygems-update (1.5.0)
A query in the new version takes about 6104 ms
where as the previous version(1.0.0) had taken around 500 ms for the same access.
I am using
Ruby - ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-linux]
This is a bit annoying as each page takes longer time to load.
Kindly suggest a solution on the same.
what factors could be causing this ?
I have tried downgrading ruby but without any success.
Replies (11)
RE: Redmine is very slow after updgradation - Added by Alexey Pogodin over 13 years ago
Same here with 1.2.1.
RE: Redmine is very slow after updgradation - Added by kasto manche about 13 years ago
Same here, redmine 1.2.1 on CentOS 5.4, Tried with both passenger and apache. It is very slow. I cannot use it. Any suggestions to make it fast?
RE: Redmine is very slow after updgradation - Added by Etienne Massip about 13 years ago
Related to #8973?
RE: Redmine is very slow after updgradation - Added by Ratnavel NS about 13 years ago
no it is not exactly related to the above issue but this happens whenever a page is accessed and the delay is in the order of 4~6 secs
RE: Redmine is very slow after updgradation - Added by kasto manche about 13 years ago
kasto manche wrote:
Same here, redmine 1.2.1 on CentOS 5.4, Tried with both passenger and apache. It is very slow. I cannot use it. Any suggestions to make it fast?
Edit: both mongrel and apache.
RE: Redmine is very slow after updgradation - Added by Etienne Massip about 13 years ago
Did you try with no plugins ?
RE: Redmine is very slow after updgradation - Added by kasto manche about 13 years ago
Etienne Massip wrote:
Did you try with no plugins ?
What plugins? I followed the the basic steps.
RE: Redmine is very slow after updgradation - Added by Etienne Massip about 13 years ago
What RM version are you upgrading from? How? Do you have plugins installed? Did you change your Apache/Passenger configuration?
RE: Redmine is very slow after updgradation - Added by kasto manche about 13 years ago
i installed fresh version of redmine. i.e. 1.2.1. I don't have any plugins installed. I first ran on mongrel server. It was slow , then I ran on apache, still it is slow. Any where I could have done wrong?
Thanks
RE: Redmine is very slow after updgradation - Added by Etienne Massip about 13 years ago
Is this the same issue as Ratnavel has?
I mean, do you have pages served in 4~6 secs?
He did upgrade so he's able to compare before / after, did you have a previous version of Redmine installed which ran more smoothly?
RE: Redmine is very slow after updgradation - Added by kasto manche about 13 years ago
At the beginning, I installed the version 1.2.1 (fresh install) it was slow. I did not upgrade from old version. It was very slow(unusable). Then i have tried the version 1.2.0 and version 1.1.3. Still same problem. For version 1.2.1 and 1.2.0 I ran both on apache and mongrel. But for 1.1.3 i ran only on mongrel.
For example , when i click on projects and checked the mongrel log it is shows like below(version 1.1.3)
Completed in 22ms (View: 14, DB: 2) | 200 OK [http://serveripaddress/projects]
(this page took more than 5 seconds to render)
But it takes long time for rendering, sometimes it takes more than 15 seconds and sometimes 2/3 seconds. Most of the times it takes more than 5 seconds.
I am running on the remote server. Other apps on the same server are very fast. Have I missed any configuration?
I am starting to believe that I have missed some steps, but have no idea.
Thanks