ivanvermeyen / laravel-google-drive-demo

Laravel & Google Drive Storage - Demo project with Laravel 5.4
405 stars 155 forks source link

Why upload files takes a long time?? - 10s -1 request #35

Closed npv34 closed 6 years ago

ivanvermeyen commented 6 years ago

It's hard to tell the problem just by that title :) Depending on the file size, I guess it might take some time to upload. It's probably a good idea to use a queue for this, and upload files in the background...