-
Bug
-
Resolution: Timed out
-
Medium
-
2
-
Minor
-
Issue Summary
Cover Images will only load visible images for the current position on a team-managed board, when scrolling down the images are no longer in view they are not cached, and scrolling the issue back into view will trigger a new fetch to re-load the images, on boards with a lot of columns and many issues this causes a lot of performance overhead taking multiple seconds to reload images when scrolling up and down
Steps to Reproduce
- Create a team-managed project
- create enough issues to be able to scroll through the issues on the sprint view
- add issues to a sprint and start the sprint
- Navigate to active sprint
- Add an attachment to all the issues
- Load the network tab of the browser console to observe the fetch calls
- Scroll down and then back up a few times
Expected Results
Images that have already been loaded are cached and do not need to be reloaded after initial load
Actual Results
Jira relaunches the fetch calls repeatedly to the blob store to load the image again with each time you scroll up or down, an example can be seen in the video here:
- https://www.loom.com/share/efa0101387f94ee18b988265b7b000d5?sid=d8621b05-9a7c-4753-affc-9451f915b6d4
Workaround
This can be done by navigating to the Configure board >> Cards cover images and selecting the slider to disable cover images for the larger board.
- is related to
-
JRACLOUD-85663 Make Next-gen boards with hundreds of cards snappier
- Closed