You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I think it will be better not to create "conversions" directory when there are no conversions for model, in some cases it creates many empty directories. For example when it's not images uploaded, but documents or videos, or even images but with no conversions. Also makeDirectory($directory.'/conversions'); (or check if it exists) can be moved to performConversions function and launched only if there are any conversions.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I think it will be better not to create "conversions" directory when there are no conversions for model, in some cases it creates many empty directories. For example when it's not images uploaded, but documents or videos, or even images but with no conversions. Also
makeDirectory($directory.'/conversions');
(or check if it exists) can be moved toperformConversions
function and launched only if there are any conversions.Thanks!
The text was updated successfully, but these errors were encountered: