Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulp List Domain Endpoint is slow #5979

Open
bmbouter opened this issue Nov 5, 2024 · 0 comments
Open

Pulp List Domain Endpoint is slow #5979

bmbouter opened this issue Nov 5, 2024 · 0 comments
Labels

Comments

@bmbouter
Copy link
Member

bmbouter commented Nov 5, 2024

CProfile List Domains Endpoint

In looking at the list domains endpoint, there are 60ish domains in the system, but the list is set to limit to 25.

Here are 3 of the main areas where time is spent that I can see:

40.51% serializers:793:data       <----   This is the serializing the individual fields and the entire request
5.55% cursor:80:execute       <----    This is the actual DB cursor wait time. If you consider the calls above as necessary overhead to get here it's more like 8%. Note (and interestingly) this is not a subcomponent of the serializer time above
34.67% fields:136:decrypt       <----   This is just the time spent decrypting the fields!

Dennis and I put this analysis together based on data he collected against our staging environment.

cprofile list domains

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants