bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.6k forks source link

Performance issue for CI_Session_files_driver::read #6294

Open Hajaresab opened 3 months ago

Hajaresab commented 3 months ago

Currently, within the Session library when using file - we see CI_Session_files_driver::read taking up to 120s to process Sessions old files are deleted but after some time I see still see these performance issues on requests tracked in NewRelic where it takes 100-120s please resolve this!!