Actions
Defect #27902
openOverview page is very slow for private projects with large number of members
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I have over 2000 members in a non-public project. Hence, these members get shown on the overview page. This makes the display of the overview page take around 3-4seconds.
.. Rendered projects/_members_box.html.erb (579.5ms) Rendered projects/show.html.erb within layouts/base (596.2ms) ... Completed 200 OK in 3430ms (Views: 622.8ms | ActiveRecord: 37.4ms)
Related issues
Updated by Toshi MARUYAMA almost 7 years ago
- Status changed from New to Needs feedback
Please see submissions.
Updated by simon butcher almost 7 years ago
Environment: Redmine version 3.4.3.stable Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux] Rails version 4.2.8 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.9.1 Filesystem Redmine plugins: redmine_agile 1.4.5 redmine_contacts 4.1.1 redmine_contacts_helpdesk 3.0.9
(I also tried with ruby 2.1.5 but that was the same.). The group has 2222 members which get shown on the members list on the overview page, with no option to turn this listing off.
Updated by Toshi MARUYAMA almost 7 years ago
- Related to Feature #2585: Add Modules to hide/display Overview, Activity, Roadmap added
Updated by Toshi MARUYAMA almost 7 years ago
- Status changed from Needs feedback to New
Updated by Yuuki NARA almost 6 years ago
+1
In the case of a large-scale environment, it seems that you should set the access authority on a group basis, and display it by the group name unit.
I used LotusNotes before Redmine,
In the access right setting screen of LotusNotes, it was displayed in the group definition unit used for the ACL setting.
Updated by Aleksandar Pavic over 4 years ago
+1
We are using it as a helpdesk, with huge number of issues, totally blocks system and uses much resources!
Actions