Actions
Improvement #241
closedVery slow rendering of subordinated project types
Start date:
04/11/2021
Due date:
04/12/2021
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Problem¶
Rendering subordinated project types takes a lot of time. This is due to a dependency check running on each page request.
The depenency check runs for each project type in the choice set. It checks whether the project type has some hosts and counts them. The result is displayed right below each project type. If project type has at least one host project the check box is disabled. This procedure should protect all other mechanism depending on the project types relations.
Solution¶
There are two possible solutions:
- Avoid the check to be run for all project types in the choice set. Run the check only for selected project types.
- Run the check as validation only if there is a change in the project type selection.
Updated by liaham almost 4 years ago
- Related to Improvement #222: Throw an error message for unallowed changes in the project type subordinate added
Updated by liaham almost 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Updated by liaham almost 4 years ago
- Target version changed from unreleased to 2.0.1
Actions