Defect #1265
Long processing time when Redmine have many projects
0%
Description
Hi,
The work time module will spend very long time (about 2x~3x seconds) to load on our Redmine system.
I found this may be related to number of projects, because there are hundreds of projects on our Redmine system.
When testing on a test Redmine system with less projects, the loading time is shorter.
Do you have any idea to solve this problem?
Our Redmine system environment is:
Environment:
Redmine version 2.3.2.stable
Ruby version 1.8.7-p330 (2010-12-23) [x86_64-linux]
Rails version 3.2.13
Environment production
Database adapter MySQL
Redmine plugins:
clipboard_image_paste 1.7
redmine_projects_accordion 0.1.0
redmine_tab 0.4.0
redmine_theme_changer 0.1.0
redmine_watcher_groups 0.0.2git
redmine_work_time 0.2.13
Jeffrey
Updated by Tomohisa Kusukawa over 7 years ago
On which page has it taken time?
It is the existing problem that it takes time on a total page. I'm sorry.
The inefficient thing has not tackled yet, although it understands.
Updated by Jeffrey Lee over 7 years ago
Hi Tomohisa Kusukawa,
Each project's WorkTime page takes time.
The problem is solved when I dowdgraded to v0.2.8.
I guess it may be related to the following feature add for v0.2.9 later
Feature:remaining time and status can be changed on daily table (in with backlog plugin)
Is it possible to add a configuration for the redmine_work_time module to enable/disable the feature above?
Thanks a lot.
Jeffrey