![]() |
Memcached Sessions - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19) +--- Thread: Memcached Sessions (/showthread.php?tid=66482) |
Memcached Sessions - zknight - 10-26-2016 So I just upgraded our existing sites to Codeigniter 3 and for the most part I have not had any issues with it. However, we have a very AJAX heavy application on our intranet that has taken a huge performance hit from CI3. I've converted most of our session data back into normal cookies to take some of the load off, but we're still having performance issues. We're also getting our logs flooded with errors from session data failing to save. PHP Code: Unknown: Failed to write session data (user). Please verify that the current setting of session.save_path is correct (localhost:11211) Unknown 0 That error gets thrown every AJAX call. I tried adding session_write_close() to certain functions and that made it 10x worse... Now we are on PHP 5.4, but I'm upgrading it to 5.6 tomorrow with hopes it'll clear up some issues. I've also checked memcached logs in debug mode and it didn't tell me much sadly. These are the stats from memcached (I can already see issues with theĀ "misses" being quite high): PHP Code: STAT pid 22704 |