Content
View differences
Updated by Oliver Günther almost 8 years ago
**Steps**
- Go to wp list
- Open developer console -\> network tab
- add “spent time” to list of columns
**Actual**
- `/api/v3/projects/:project_id` is fetched once for every work package of the list
**Expected**
- At most `/api/v3/projects/:project_id` is only fetched once per project. If possible, the information available in the response to wp list suffices.
- Go to wp list
- Open developer console -\> network tab
- add “spent time” to list of columns
**Actual**
- `/api/v3/projects/:project_id` is fetched once for every work package of the list
**Expected**
- At most `/api/v3/projects/:project_id` is only fetched once per project. If possible, the information available in the response to wp list suffices.