Console Login

#PHP Optimization

All articles tagged with PHP Optimization

Stop Killing Your Disk I/O: Why We Moved PHP Sessions to Redis (And You Should Too)

Hard drives are the bottleneck of 2011. Learn how to eliminate disk latency by offloading session handling to Redis 2.2, ensuring your high-traffic PHP applications stay responsive even during peak load.

Stop Killing Your Disk I/O: Implementing Redis for PHP Session Management

File-based sessions are a silent performance killer for high-traffic PHP sites. Learn how to implement Redis 2.2 for session handling to eliminate locking issues and lower latency.

Stop Killing Your Database: High-Performance Session Caching with Redis

Is your PHP application choking on I/O wait? Stop storing sessions in MySQL or on disk. Discover why the new key-value store, Redis, is the future of high-concurrency session management in 2009.