Closed maxifischer closed 6 years ago
The backend API call getAll() for the executions loads the whole Execution objects. That can massively slow down the overview page as well as it isn't its responsiblity.
Fixed by 38fb6758863ab4f952aad8a8d770b0272d5a5f5f
The backend API call getAll() for the executions loads the whole Execution objects. That can massively slow down the overview page as well as it isn't its responsiblity.