Project

Profile

Help

Story #8262

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_ansible/720":https://github.com/pulp/pulp_ansible/issues/720 




 ---- 


 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