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

Navigating to "Edit Package" page is REALLY slow and sometimes times out #1677

Closed
jeffhandley opened this issue Oct 25, 2013 · 1 comment
Closed
Assignees

Comments

@jeffhandley
Copy link
Member

I suspect our database calls for this page need to be reviewed.

@analogrelay
Copy link
Contributor

Glimpse indicates a SELECT N+1 occurring. We have a query to get the packages within a package registration, then individual queries for each Package to get it's PackageStatistics, PackageDependencies, PackageFrameworks, etc. values.

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

No branches or pull requests

3 participants