Patch #24787
Don't preload all filter values when displaying issues/time entries
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Performance | |||
Target version: | 3.4.0 |
Description
Possible values for all filters are currently preloaded and included in the view as JSON objects when listing issues or time entries. This can be slow when there are many projects or users. Adding new filters (eg. #17720) would also add more overhead.
The values for a given filter should be loaded when a user adds the filter only, by using an AJAX request .
Related issues
Associated revisions
Don't preload all query filters (#24787).
Typo (#24787).
Don't preload custom field filter values (#24787).
History
#1
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from New to Closed
#2
Updated by Marius BALTEANU almost 4 years ago
- Related to Feature #2665: Filter on sub projects target version within the main project added