Search Articles — Sudonull

Search Results

In this project

Load Testing: Checklist and Fails

https://sudonull.com/load-testing-checklist-and-fails

Study the systematic approach to LT: from token race and 403 errors to stable 226 RPS. Checklist of DB, cache, frontend optimizations. For middle/senior dev. Start testing now.

mod_rewrite for Nginx: .htaccess in CMS

https://sudonull.com/mod-rewrite-for-nginx-htaccess-in-cms

Learn how to integrate .htaccess from Apache into Nginx for WordPress, Drupal. nginx-mod-rewrite module with benchmarks and configs. Simplify CMS migration without losing pretty URLs.

Opcodes PHP: if vs switch vs match — comparison

https://sudonull.com/opcodes-php-if-vs-switch-vs-match-comparison

Analysis of opcodes for if/else, switch and match in PHP. How the compiler generates instructions and when switch is really faster. For middle/senior developers.

PHP Development 2026: AI, Skills and Best Courses

https://sudonull.com/php-development-2026-ai-skills-and-best-courses

Overview of key PHP development skills in 2026 taking into account the influence of AI. Analysis of the educational programs market and recommendations for choosing a course for a successful career.

Testo framework: PHP tests and benchmarks

https://sudonull.com/testo-framework-php-tests-and-benchmarks

Explore Testo — an independent framework for PHP testing. Unit tests, inline checks, benchmarks without PHPUnit. Installation, code examples, plugins. Start beta testing.

From the web

PHP: FastCGI Process Manager (FPM) - Manual

https://www.php.net/manual/en/install.fpm.php

php-fpm is not avaliable on Windows, but you can use IIS or Apache as the "fastcgi process manager". If you have to use Nginx, here is a solution. Nginx provides a load balancing module.

Understanding PHP-FPM: A Comprehensive Guide - DEV Community

https://dev.to/arsalanmee/understanding-php-fpm-a-comprehensive-guide-3ng8

Jul 19, 2023 · PHP-FPM is an alternative PHP FastCGI implementation that was introduced to overcome the limitations of the traditional PHP-CGI (Common Gateway Interface). It works as a process …

Home - PHP-FPM

https://php-fpm.org/

Nov 29, 2011 · What is PHP-FPM? PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier …

PHP: FastCGI Process Manager - Manual

https://www.php.net/manual/en/book.fpm.php

FPM (FastCGI Process Manager) is a primary PHP FastCGI implementation containing some features (mostly) useful for heavy-loaded sites. This SAPI is bundled with PHP. Found A Problem? There are …

How to Configure PHP-FPM with NGINX - DigitalOcean

https://www.digitalocean.com/community/tutorials/php-fpm-nginx

Jun 17, 2026 · Nginx serves static files and forwards .php requests to PHP-FPM over FastCGI, usually through a Unix socket. In this tutorial you install PHP-FPM on Ubuntu, create a dedicated pool, …

What is PHP FPM? An In-Depth Guide - Atatus

https://www.atatus.com/blog/what-is-php-fpm-in-depth-guide/

Mar 16, 2026 · Explore the fundamentals of PHP FPM, its configurations, performance optimization tips, and alternatives. This comprehensive guide is perfect for anyone looking to maximize PHP …

Download - PHP-FPM

https://php-fpm.org/download/

PHP-FPM is finally in PHP core! It is based off of the 0.6.x series in Launchpad, and is now the "officially" supported release. All the different versions of PHP-FPM are below. PHP-FPM is now …

Optimizing PHP-FPM for High Performance - Geekflare

https://geekflare.com/dev/php-fpm-optimization/

Dec 29, 2024 · This article focuses on the php-fpm side of things, which is the natural way to configure on your server if you’re using Nginx. In case you know what php-fpm is, feel free to jump to the …

What is PHP-FPM? A Simple Guide for Beginners (2025)

https://wpfitter.com/blog/what-is-php-fpm/

Oct 28, 2025 · Learn what PHP-FPM is, how it works, and why it powers most modern PHP websites. This beginner-friendly guide explains PHP-FPM in simple terms with real examples.

What is PHP-FPM? A PHP for high traffic websites - Stackscale

https://www.stackscale.com/blog/php-fpm-high-traffic-websites/

Aug 18, 2022 · PHP-FPM is the most popular alternative implementation of PHP FastCGI. Its additional features are really useful for high-traffic websites.

Trending Now