Console Login

Performance Optimization Articles

Technical insights and best practices for Performance Optimization

Taming Latency: Tuning NGINX as an API Gateway on Linux (2015 Edition)

Is your REST API choking under load? We dive deep into Linux kernel tuning, NGINX upstream keepalives, and why CPU Steal Time is the silent killer of API performance in virtualized environments.

Stop Letting Apache mod_php Eat Your RAM: The PHP-FPM Performance Guide

Is your server swapping during peak hours? We ditch the bloated Apache mod_php model for the lean, mean architecture of Nginx and PHP-FPM. Learn the specific configurations to handle thousands of concurrent Norwegian users without melting your CPU.

Stop Wasting RAM: Migrating from Apache mod_php to Nginx & PHP-FPM on CentOS 6

Is your server swapping out under load? The old LAMP stack architecture is dead. Learn how to implement PHP-FPM (FastCGI Process Manager) with Nginx to triple your concurrency without upgrading your hardware.

PHP-FPM vs mod_php: Tuning High-Performance LAMP Stacks in 2011

Is your Apache server thrashing under load? Stop relying on the bloated mod_php handler. We dive deep into configuring PHP-FPM, Nginx, and APC to handle high concurrency without melting your RAM.

Stop Using mod_php: Optimizing PHP Performance with FPM and Nginx

Is your web server struggling under load? Learn why moving from Apache's mod_php to PHP-FPM and Nginx is the single most effective upgrade for your infrastructure in 2011.

Stop Watching 'wa' in Top: Why Spinning Disks Are the Bottleneck in 2011

Is your server load spiking despite low CPU usage? The culprit is likely I/O wait. We break down why 15k RPM SAS drives can't handle modern web apps and how SSD arrays change the math.

Stop Killing Your Disk I/O: migrating PHP Sessions to Redis (2011 Edition)

Is your application hanging on 'waiting for localhost'? File-based session locking is likely the culprit. Here is how to implement Redis 2.2 for session handling on Debian Squeeze to reduce latency.

PHP-FPM and Nginx: Crushing Load Averages on High-Traffic Portals

Is Apache with mod_php eating your RAM? We break down the transition to Nginx + PHP-FPM on CentOS 6, optimizing process managers for maximum throughput and explaining why I/O performance is the hidden bottleneck.

Stop Letting Apache Kill Your RAM: The Transition to Nginx and PHP-FPM

Is mod_php strangling your server? We dive deep into configuring PHP-FPM on Linux to handle high concurrency without the memory bloat, specifically for the Nordic market.

Stop Wasting RAM: Migrating from Apache mod_php to PHP-FPM High Performance

Still running Apache with mod_php in 2011? You are burning money and resources. Learn how to implement PHP-FPM with Nginx on CentOS 6 to handle 3x the traffic without upgrading hardware.

Apache vs. Lighttpd: Tuning for Concurrency and Low Latency in 2011

Is Apache's process overhead killing your VPS performance? We dive deep into the Lighttpd event-driven architecture, compare configs, and analyze why hardware choiceβ€”specifically SSDsβ€”matters just as much as your web server daemon.

Stop Waiting on I/O: Supercharging LAMP Stacks with Redis 2.2

Disk latency is the silent killer of web applications. We benchmark Redis vs Memcached, explore the new persistence features in version 2.2, and explain why high-performance VPS hosting in Oslo is critical for Norwegian data handling.

Apache vs Lighttpd: Surviving the C10k Problem in 2011

Is Apache 2.2 choking your RAM? We benchmark the industry standard against the event-driven speed demon, Lighttpd. Discover which web server architecture handles high concurrency best on Norwegian infrastructure.

RIP mod_php: Why PHP-FPM is the Only Viable Choice for High-Traffic Sites in 2011

Still running Apache prefork with mod_php? You are wasting RAM. Here is how to migrate to PHP-FPM on Nginx to handle the C10k problem while keeping your Norwegian latency low.

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.

PHP-FPM vs Mod_PHP: Tuning for High Concurrency in 2011

Stop letting Apache eat your RAM. We break down why PHP 5.3's FPM is the new standard for high-performance hosting and how to configure your pools for maximum throughput.

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 in 2011

Is your MySQL database choking on session writes? Discover why switching to Redis 2.0 for session management is the single best upgrade for your high-traffic PHP application, and how to configure it for Norwegian compliance.

Stop the I/O Thrashing: Scaling PHP Sessions with Redis 2.0

File-based sessions are killing your disk I/O. Learn how to implement Redis 2.0 for persistent, high-performance session management on Linux servers.

Stop Using File-Based Sessions: Why Redis 2.0 is the Future of PHP Performance in Norway

It's 2010, yet many developers still rely on slow disk I/O for session management. Discover how switching to Redis 2.0 improves latency for Norwegian users and why persistence beats Memcached.

Stop Wasting RAM: Transitioning from mod_php to PHP-FPM in 2010

Is Apache eating all your memory? With PHP 5.3.3 now including FPM in the core, it is time to abandon the bloated mod_php architecture. Learn how to tune process managers, leverage APC opcode caching, and stabilize high-traffic sites on Norwegian infrastructure.

Stop Killing Your Disk I/O: Why Redis is the Only Sane Choice for Session Management in 2010

Is your PHP application hanging on session_start()? Discover how moving sessions from disk to Redis reduces latency, satisfies the 'Personopplysningsloven', and why CoolVDS's local SSD infrastructure is the perfect home for your NoSQL implementation.

Stop Letting Apache Eat Your RAM: Moving to PHP-FPM and Nginx on PHP 5.3

Is your server swapping to death under load? With PHP 5.3.3 merging FPM into the core, it is time to abandon mod_php. We detail the migration to Nginx + PHP-FPM for superior performance in the Nordic market.

PHP-FPM vs mod_php: Tuning PHP 5.3 for High-Traffic Norwegian Portals

With PHP 5.3.3 finally merging FPM into the core, the days of Apache mod_php bloating your RAM are numbered. We analyze the performance gains of switching to Nginx + PHP-FPM and how to tune your worker pools for low-latency delivery in Oslo.

Why Apache mod_php is Killing Your RAM: The Case for Nginx and PHP-FPM 5.3

It is 2010, and using Apache Prefork for high-traffic sites is no longer sustainable. We explore how the newly integrated PHP-FPM in PHP 5.3.3 drastically reduces memory footprint compared to traditional mod_php.

PHP-FPM: The Secret Weapon for High-Traffic PHP Sites

Stop letting Apache mod_php eat your RAM. Learn how to configure PHP-FPM (FastCGI Process Manager) with Nginx to handle massive concurrency without upgrading hardware.

Apache vs Lighttpd: Solving the C10k Problem on Your VPS

Is Apache 2.2 eating all your RAM? We pit the industry standard against the event-driven challenger, Lighttpd, to see which web server delivers the best throughput for high-traffic Norwegian sites in 2010.

WordPress 3.0 Optimization: Architecting for Speed in a Post-LAMP World

WordPress 3.0 "Thelonious" has just dropped. It merges MU and brings custom post types, but it demands more than standard shared hosting can give. Here is the 2010 systems architect's guide to sub-second loads using Nginx, APC, and Varnish.

Stop the RAM Bleed: replacing mod_php with PHP-FPM and Nginx

Is your server thrashing swap under heavy load? The traditional Apache stack is failing you. Learn how to implement the PHP-FPM patch with Nginx to handle thousands of concurrent connections without melting your CPU.

PHP-FPM & Nginx: The High-Performance Cure for the "Slashdot Effect"

Stop letting Apache's mod_php consume all your RAM. We explore how migrating to PHP-FPM and Nginx can handle 10x the traffic on the same hardware, essential for high-traffic Norwegian portals.