-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tidy up queries in dashboard #398
Labels
Milestone
Comments
EwelinaSkrzypacz
added
investigation
things to research
php
Pull requests that update Php code
labels
Feb 21, 2024
It might be related to: |
kamilpiech97
added a commit
that referenced
this issue
Mar 20, 2024
# Conflicts: # app/Domain/DailySummaryRetriever.php # app/Domain/DashboardAggregator.php # app/Infrastructure/Http/Controllers/VacationRequestController.php # composer.lock
Merged
kamilpiech97
added a commit
that referenced
this issue
Mar 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was playing with local Toby and I noticed that (at least for my example) dashboard generates almost 100 database queries.
I believe some of these could be replaces with proper eager loading or other forms of optimization:
The text was updated successfully, but these errors were encountered: