Actions
Patch #23977
closedRedmine performance issues.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Performance
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hello,
We have redmine with 500 projects, and if one user non admin try to load a page it will get rendered in 4-5sec
An admin render the same page in 1 - 1.5 sec
This is a huge difference.
I have made some investigation it is caused by project#allowed_conditions
I have try to make some indexing on projects, trying to improve performance but with the same result
I found that project table is called multiple times so if we can find a better solution
I have made a plugin but need but still having no good result)
https://github.com/bilel-kedidi/redmine_performance
Thanks for helping
Updated by Toshi MARUYAMA about 8 years ago
- Status changed from New to Closed
Please use more descriptive subject and use forum for question.
Actions