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 …

PHP: FastCGI Process Manager - Manual

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

FastCGI Process Manager Introduction ¶ FPM (FastCGI Process Manager) is a primary PHP FastCGI implementation containing …

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 …

Home - PHP-FPM

https://php-fpm.org/

Nov 29, 2011 · PHP 5.3.3 is released and now bundles PHP-FPM, with all of the new improvements - adaptive process spawning, the …

How to Configure PHP-FPM with NGINX - DigitalOcean

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

Jun 17, 2026 · Configure PHP-FPM with NGINX on Ubuntu to install php-fpm, set up pools, wire fastcgi_pass, fix 502 errors, and tune …

Optimizing PHP-FPM for High Performance - Geekflare

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

Dec 29, 2024 · The PHP-FPM is an entire rabbit hole in itself, so feel free to explore if you wish, but for our purposes, this much …

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 …

Download - PHP-FPM

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

PHP-FPM is now included in PHP core as of PHP 5.3.3. This website does not have much information on it anymore, as 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 …

GitHub - dreamcat4/php-fpm: Git mirror of php-fpm · GitHub

https://github.com/dreamcat4/php-fpm

Git mirror of php-fpm. Contribute to dreamcat4/php-fpm development by creating an account on GitHub.

Trending Now