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

Optimize ProjectModel loading #1199

Merged
merged 1 commit into from
May 6, 2024
Merged

Conversation

r4victor
Copy link
Collaborator

@r4victor r4victor commented May 6, 2024

Closes #1033

  • Do not load ProjectModel.default_pool every time project is loaded.
  • Replace immediate load of InstanceModel.job with joined load to fix N+1 queries.

@r4victor r4victor merged commit 00aec78 into master May 6, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize ProjectModel loading
1 participant