Actions
Bug #15191
closedviewing CV version list slow as new CVVs added
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
If you have a CV with more than a few versions, the page is slow to load. For example, create a CV with a repo and publish it, then publish twenty more times. Calls to this API will be slow: /katello/api/v2/content_view_versions?content_view_id=<id>&per_page=9999. Note that the call scales linearly as the # of CVVs is added.
Updated by Chris Duryee over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Dynflow/dynflow/pull/200, https://github.com/Katello/katello/pull/6305 added
this is very likely fixed by the linked PRs
Updated by Chris Duryee over 8 years ago
- Status changed from Ready For Testing to Resolved
PRs merged, marking as resolved
Actions