UI components like dashboards and views send requests to the back-end components to retrieve data for visualization. To process those request a UI Read Ticket needs to be available for each.
On some UI components the request was canceled but still running in the back-end. This blocked the UI Read Ticket and caused a non-responsive UI.
To have a responsive UI the cancellation and handling of UI Read Tickets was improved.