PHP Cache Locking
Used jpcache for caching full pages
Made things worse!
jpcache uses file locks
All apache processes had a new bottleneck
Local modifications to use more efficient
locking
Probably wasn’t worth it at all
Should have used Squid reverse proxy
Confused our load balancers!