lmjachky will start optimizing the repo_version.get_content(plugin.Model) (baseline with pulp_rpm) query to get better results in general (no longer focusing on pulp_ansible performance)
Used DEBUG=True and explain() to see the queries running under the hood:
no significant differences like complex joins between the v.get_content() (faster) and v.get_content(packages) (slower) queries:
just selection of more fields + a loop with one iteration in explain
worth rewritting the get_content query from scratch
3.25 performance update:
Fairly confident majority of slow down is from Basic Auth Changes in django 4.2
Slight bump when domains was introduced in 3.23, but consistent response times from 3.24->3.28 when auth is removed
AIs:
lmjachky will start optimizing the repo_version.get_content(plugin.Model) (baseline with pulp_rpm) query to get better results in general (no longer focusing on pulp_ansible performance)
gerrod to measure times using session auth & investigate performance regarding DRF web renderer