brandenburg icon indicating copy to clipboard operation
brandenburg copied to clipboard

n+1 queries

Open preliot opened this issue 5 years ago • 1 comments

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.'

preliot avatar Jul 14 '20 15:07 preliot

This is still an issue, unfortunatly.

preliot avatar Aug 26 '20 06:08 preliot