CodeIgniter Forums
Delete folder quickly - 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: Delete folder quickly (/showthread.php?tid=87472)



Delete folder quickly - omid_student - 04-24-2023

I used database caching in my project.
When db makes many files, when I try to delete cache with $this->db->delete_cache_all()
That takes a long time and the browser hanging
Please give me a solution for me
If I could delete the folder with the command line can be good but I use a shared host
Thanks