memcached and PHP ... massive lag with sessions
- by Ben Dauphinee
I'm working on a new server built with Unbuntu 10.04, running php-fastcgi, nginx, and memcached.
phpinfo() script loads and works great, same as a test memcached script. For any script using sessions, page load time rockets through the roof.
--- memcached.ini ---
extension=memcached.so
memcache.hash_strategy = "consistent"…