Silvanite / brandenburg

Laravel Authentication Package
MIT License
94 stars 24 forks source link

n+1 queries #23

Open preliot opened 4 years ago

preliot commented 4 years ago

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 commented 4 years ago

This is still an issue, unfortunatly.