suffering from n+1, or you may not even know that your system is suffering from an n+1 query problem.
msamgan.com/how-to-detect-and-fix-n1-queries-in-laravel
Back
•
In response to @msamgan
github.com/pinkary-project/pinkary.com/blob/main/app%2FProviders%2FAppServiceProvider.php#L57
No need for extra dependencies you can do it with framework itself #LaravelWayToDoIt #Laravel
Model::shouldBeStrict(! $this->app->isProduction());
github.com/pinkary-project/pinkary.com/blob/main/app%2FProviders%2FAppServiceProvider.php#L57
•