Console Login

#php performance

All articles tagged with php performance

Why Shared Hosting is Suffocating Your PHP Apps (And How to Scale in 2009)

Stop battling 'noisy neighbors' and Apache overhead. Learn how to optimize PHP 5.3, tune MySQL buffers, and leverage Xen virtualization for low-latency performance in Norway.

Stop Killing Your I/O: Why Smart Sysadmins Are Moving PHP Sessions to Redis

File-based sessions are a concurrency bottleneck. We analyze why the emerging Redis project is superior to Memcached for session handling on high-load LEMP stacks.

Redis for Session Management: Why Disk I/O is Killing Your PHP App

Still storing sessions in /tmp? You're bottlenecking your application. We explore why the new 'Redis' project is the persistent, high-speed alternative to Memcached that European systems architects have been waiting for.

Scaling Past the Bottleneck: Why We Moved PHP Sessions from Disk to Redis

Is your site stalling under load? It might be disk I/O on /tmp. We explore replacing file-based sessions with the emerging Redis key-value store to slash latency.

Stop Using File-Based Sessions: Why Redis is the Future of High-Performance PHP

Is your disk I/O choking on session files? Learn why file-based session management is obsolete and how the new Redis project offers a persistent, sub-millisecond alternative for high-load applications.