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

Avoid Unnecessary Database Query on Back Relations #275

Merged
merged 5 commits into from
Nov 6, 2024
Merged

Conversation

treagod
Copy link
Contributor

@treagod treagod commented Oct 30, 2024

With this update, child objects will now reference the already-fetched parent, avoiding redundant queries and improving performance.

Closes #265

@treagod treagod requested a review from ellmetha October 30, 2024 09:23
@treagod treagod marked this pull request as ready for review October 30, 2024 09:23
@treagod treagod requested a review from ellmetha November 4, 2024 15:31
@ellmetha ellmetha merged commit 519cba1 into main Nov 6, 2024
70 checks passed
@ellmetha ellmetha deleted the fix-back-relation branch November 6, 2024 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Avoid Unnecessary Database Query on Back Relations
2 participants