WordPress object cache with Redis on PHP 8
Todays solution is: WordPress object cache with Redis on PHP 8.x. I finally got sick of this old Hueman blog chewing MySQL for every menu, widget and post meta hit. Autoptimize already helps on the...
Linux, Nginx, ZFS, PHP-FPM and systems howtos
Todays solution is: WordPress object cache with Redis on PHP 8.x. I finally got sick of this old Hueman blog chewing MySQL for every menu, widget and post meta hit. Autoptimize already helps on the...
Updated August 2026: Running php-fpm pools under dedicated users/umask is still best practice. The same idea applies to PHP 8.x pools (including 8.3–8.5): one pool per site, correct listen.owner/listen.group, and a real umask in the...
Store PHP Session the other way via Memcached Today i will show you how to Store PHP Session the other way via Memcached. If you decide to run PHP Apps on multiple Server Instances behind...