CodeIgniter Forums
How to improve Excel file upload speed? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How to improve Excel file upload speed? (/showthread.php?tid=87233)



How to improve Excel file upload speed? - GrehklkYonccd - 03-28-2023

I have a Codeigniter project where I need to upload and update an Excel file with approximately 5000 records to a database. However, this process takes about 15 minutes to complete, which is not ideal for the user who has to wait until all the update queries are finished. Can you suggest any ideas to run this task in the background, so that the user doesn't have to wait for it to complete?