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?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community