How to reduce saving time when upload audio file in laravel
When I upload a audio file which is almost 10 mb or more it take too much time to save on the database.sometimes it take 15 minutes or more to save a audio file where file size is more than 50 mb.
How to reduce saving time when upload any size of audio file or any suggestions to saving audio files quickly in database?
Save in the database? Are you saving the file itself in the database? Save the file on disk and store the path to the file in the database. After that the problem should be solved
@mushfique There is nothing to do if you have a shitty upload speed, it has nothing to do with laravel.
If it's not you connection, it could be that your host is limiting the upload speed to the server.
@mushfique okay but how about your connection speed because on most modern systems a 10 MB shouldn't take too long. 10 or 15 minutes sounds like you are using dial up instead of high speed.