Slow Redmine issue
Added by Cyrille QUIBLIER about 11 years ago
Hello,
I have spend lot of time on forum and google to search about this problem. I have test passenger customization, async mail smtp... and this issue occur.
I have slow response during access to project page or when validating new issue.
This is my production.log:
Rendered projects/index.html.erb within layouts/base (12019.7ms)
Rendered plugins/redmine_improved_searchbox/app/views/redmine_improved_searchbox/_redmine_improved_searchbox_partial.html.erb (1.8ms)
Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_headers.html.erb (1.8ms)
Rendered plugins/redmine_backlogs/app/views/hooks/_rb_include_scripts.html.erb (4.9ms)
Rendered plugins/sidebar_hide/app/views/sidebar/_hideButton_partial.html.erb (1.1ms)
Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_add_form.html.erb (3.7ms)
Completed 200 OK in 12180ms (Views: 12172.9ms | ActiveRecord: 3.5ms)
My Configuration (about 200 isssues and 25 active directory users):
Virtual Machine with 2 vCPU and 1Go RAM.
Environment:
Redmine version 2.3.2.stable
Ruby version 1.9.3-p0 (2011-10-30) [x86_64-linux]
Rails version 3.2.13
Environment production
Database adapter Mysql2
Redmine plugins:
clipboard_image_paste 1.7
external_link 0.0.1
redmine_backlogs v1.0.5
redmine_dmsf 1.4.5p1 stable
redmine_improved_searchbox 0.0.3
redmine_ldap_sync 2.0.2.devel
redmine_workload 1.0.1
sidebar_hide 0.0.4
Thx for your help.
Replies (4)
RE: Slow Redmine issue - Added by Mario Scondo about 11 years ago
Hello Cyrille,
I've got some questions regarding your installation of Redmine:
- what is the behaviour of your system when deactivating the additional plugins?
- did you try to provide some more memory to your virtual machine?
- how ist the system performing when requesting the same application path multiple times?
- is there an error message in your log files when starting up passenger?
CU, Mario
RE: Slow Redmine issue - Added by Adnan Topçu about 11 years ago
Is there any way to deactivating plugins without plugin's data loss for testing this situation?
Regards
RE: Slow Redmine issue - Added by Mario Scondo about 11 years ago
For deactivating the plugins you just have to follow these steps:
- shutdown Redmine
- move the plugins to a temp. folder
- restart Redmine
When you are finished with your testing step just move the plugin folders back into your Redmine server and restart it
RE: Slow Redmine issue - Added by Cyrille QUIBLIER almost 11 years ago
Sorry for the late of my answer and thx for yours.
I have clone my virtual machine and remove the plugin.
My cloned Redmine installation works well without this plugin.
Recently, I have upgraded the plugin from version 1.0.5 to 1.0.6 with no speed change.
- did you try to provide some more memory to your virtual machine? yes no change
- how ist the system performing when requesting the same application path multiple times? each time the result is displayed in the same time
- is there an error message in your log files when starting up passenger? see the log below
Connecting to database specified by database.yml
OpenIdAuthentication.store is nil. Using in-memory store.
Creating scope :system. Overwriting existing method Enumeration.system.
Creating scope :sorted. Overwriting existing method User.sorted.
Creating scope :sorted. Overwriting existing method Group.sorted.
Started GET "/" for 192.168.10.157 at 2014-01-29 13:32:09 +0100
Processing by WelcomeController#index as HTML
Regards.