spatie / laravel-medialibrary

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

Don't copy the file if no conversion is needed #3721

Closed patrickomeara closed 1 week ago

patrickomeara commented 2 weeks ago

I'm processing over 700k files with media library now and this sticks out as an easy optimisation.

timvandijck commented 1 week ago

Looks like a good improvement, thanks!