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

Too conservative prefetching of cached attributes #25

Open
petamaj opened this issue Aug 9, 2021 · 0 comments
Open

Too conservative prefetching of cached attributes #25

petamaj opened this issue Aug 9, 2021 · 0 comments
Labels
enhancement New feature or request v4 wishlist Things to do for v4.

Comments

@petamaj
Copy link
Contributor

petamaj commented Aug 9, 2021

When an already cached attribute (such as count of commits in a project) depends on another attributes (project_commits and commits transitively), these are loaded as well even if the cache will be used in the end. Skipping them could significantly cut down runtime of queries.

@kondziu kondziu added enhancement New feature or request v4 wishlist Things to do for v4. labels Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v4 wishlist Things to do for v4.
Projects
None yet
Development

No branches or pull requests

2 participants