This package seems to generate several n+1 queries. Could you fix those or how could i fix those?
I am using beyondcode/laravel-query-detector to detect those queries and i get the following messages:
Found N+1 queries in a random request:
Model: App\\Models\\User => Relation: Silvanite\\Brandenburg\\Role - You should add "with(\'Silvanite\\Brandenburg\\Role\')" to eager-load this relation.
Model: Silvanite\\Brandenburg\\Role => Relation: Silvanite\\Brandenburg\\Permission - You should add "with(\'Silvanite\\Brandenburg\\Permission\')" to eager-load this relation.
Model: App\\Models\\User => Relation: Silvanite\\Brandenburg\\Role - You should add "with(\'Silvanite\\Brandenburg\\Role\')" to eager-load this relation.'
This package seems to generate several n+1 queries. Could you fix those or how could i fix those?
I am using
beyondcode/laravel-query-detector
to detect those queries and i get the following messages:Found N+1 queries in a random request: