Support the ongoing development of Laravel.io →
Input Eloquent Queues

I have a simple app I am building that allows users to create post that allow up to 4 images attached. On each image I need to create 3 sizes: small, medium, and large. Currently, I am just pushing these to Amazon s3 in a loop with Storage::put($filePath, $img); The problem is it takes about 10-15 seconds to upload 4 images.

Is there a better way to do this?

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

modernego modernego Joined 16 Oct 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.