Project

Profile

Help

Story #8262

Updated by fao89 about 3 years ago

Currently, the collections endpoint provides data from multiple tables which can harm the performance, as the query is done for every request. 

 We need to pre-compute the query to improve the performance 

 Context: https://github.com/pulp/pulp_ansible/pull/469/files#r573247512

Back