-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF23
-
Component/s: Web UI
-
Release Notes Summary:Tasks fetched from Home page are paginable.
-
Backlog priority:600
-
Team:GANG
-
Sprint:nxGang Sprint 11.1.17, nxGang Sprint 11.1.22, nxGang Sprint 11.1.23, nxGang Sprint 11.1.24, nxGang Sprint 11.1.25, nxGang Sprint 11.1.26
-
Story Points:3
- login on https://nightly.nuxeo.com/nuxeo/ui/#!/home
- open the google chrome inspector
- select the Network tab
- reload the page
- observe the tasks are all retrieved at once through the REST API task endpoint (see singleCall.png):
https://nightly.nuxeo.com/nuxeo/api/v1/task?userId=Administrator
- this has a huge impact on performance when a user has several hundred tasks
Expected behavior: this should be paginated to avoid retrieving all tasks at once and a big page loading delay