Actions
Bug #28491
openMove stuff from content_view_versions/base.json.rabl to content_view_versions/show.json.rabl
Status:
Ready For Testing
Priority:
Normal
Assignee:
-
Category:
Content Views
Target version:
-
Description
The content view versions list index call takes a very long time because of the following attributes in the following file
https://github.com/Katello/katello/blob/master/app/views/katello/api/v2/content_view_versions/base.json.rabl
In my tests commenting out
child :last_event => :last_event do extends 'katello/api/v2/content_view_histories/show' end child :active_history => :active_history do extends 'katello/api/v2/content_view_histories/show' end
Shaved off almost 2 seconds from the index call (I had a CV with 37 versions)
Similarly I shaved off an additional couple of seconds by commenting out
child :archived_repos => :repositories do attributes :id, :name, :label, :content_type, :library_instance_id end
Creating this task to investigate and move stuff from content_view_versions/base.json.rabl to content_view_versions/show.json.rabl
List page should need less details than details page.
Updated by Partha Aji over 5 years ago
- Blocks Tracker #28490: katello 4.0 breaking changes tracker added
Updated by Ian Ballou over 5 years ago
- Target version set to Katello 4.0.0
- Triaged changed from No to Yes
Updated by Chris Roberts over 4 years ago
- Target version changed from Katello 4.0.0 to Katello 3.17.0
Updated by Chris Roberts over 4 years ago
- Target version changed from Katello 3.17.0 to Katello 3.18.0
Updated by Jonathon Turel over 4 years ago
- Target version changed from Katello 3.18.0 to Katello 4.1.0
Updated by Ian Ballou about 4 years ago
- Blocks deleted (Tracker #28490: katello 4.0 breaking changes tracker)
Updated by Jonathon Turel almost 4 years ago
- Target version changed from Katello 4.1.0 to Katello 4.2.0
Updated by Justin Sherrill over 3 years ago
- Target version changed from Katello 4.2.0 to Katello 4.3.0
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9574 added
Updated by Jonathon Turel about 3 years ago
- Target version changed from Katello 4.3.0 to Katello Backlog
Considering the rework required on the PR I'm moving this to the backlog for now and we can re-prioritize when it's ready for review! Thanks
Actions