z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.14k stars 2.81k forks source link

is there any solution to fix n+1 problem from column expansion on grid? #5652

Open RikiSptraaa opened 2 years ago

RikiSptraaa commented 2 years ago

Description:

I try any step to fix n+1 problem on grid column expansion. how to fix it?

alexoleynik0 commented 1 year ago

Will that help?

$grid->model()->with(['relations']);