You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
After working on #27 I feel like I have got database queries fairly optimized, avoiding N+1 selects inside the LiveComponents.
We do however have some duplicate SELECTs from boards and users in the controller layer before the live view is even loaded. We could consider optimizations here.
The text was updated successfully, but these errors were encountered:
After working on #27 I feel like I have got database queries fairly optimized, avoiding N+1 selects inside the LiveComponents.
We do however have some duplicate SELECTs from
boards
andusers
in the controller layer before the live view is even loaded. We could consider optimizations here.The text was updated successfully, but these errors were encountered: