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

Unnecessary duplicate database lookups #66

Open
LeoCodes21 opened this issue May 8, 2020 · 0 comments
Open

Unnecessary duplicate database lookups #66

LeoCodes21 opened this issue May 8, 2020 · 0 comments
Assignees
Labels

Comments

@LeoCodes21
Copy link
Member

There are several places in the code where the same entity is fetched by primary key more than once. This is an obvious performance issue that can be alleviated by passing around entities rather than IDs.

@LeoCodes21 LeoCodes21 added the bug label May 8, 2020
@LeoCodes21 LeoCodes21 self-assigned this May 8, 2020
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

1 participant