spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Make media lazy loading configurable #3627

Closed alidevweb closed 5 months ago

alidevweb commented 5 months ago

References

Related issue: https://github.com/spatie/laravel-medialibrary/issues/3554

Story

In our legacy admin we noticed a lot of lazy loaded media relations that causes an n+1 issue silently without throwing an exception even with Model::preventLazyLoading() enabled globally.

The related issue referenced above gives more details.

Changes

alidevweb commented 5 months ago

Hi Spatie team, any feedback on this PR? Thanks

freekmurze commented 5 months ago

Thank you!