-
Suggestion
-
Resolution: Fixed
Problem
Loading of Backlog is slow in case of many Epics.
One of the reasons is count of linked pages for epic.
To compute this number we execute 2 DB queries for each epic:
- Load Epic issue by key. (API requires issue )
- Count number of links for that issue.
To see this number you need to
- Open Epics panel
- Expand epics
So, in most of the cases results of that expensive operation are not used...
Suggestion
'Retire' showing number of epic links.
Users will still have access to those links, but the label will be static.
- causes
-
JSWSERVER-9920 Improve the way the Backlog is loaded for better performance and/or rendering of a large number of items
- Closed
- mentioned in
-
Page Loading...
- relates to
-
FLASH-971 Loading...