Actions
Bug #10014
closedContent View Versions api should be paginated but isn't (performance issue)
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1192162
Description of problem:
Currently the content view versions api (which is used by the content view versions list) is not paged. This leads to performance issues with lots of versions.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Try to fetch a list of content view versions for a content view with over 50 content views
Actual results:
Get all versions and may take a while
Expected results:
Should be 'fast' and only return one pages worth of data (like all other apis)
Additional info:
related to https://bugzilla.redhat.com/show_bug.cgi?id=1161636
Actions