SSD Nodes Learn Hosting plans →

#performance

Filtering by topic #performance · clear

Guides

PHP-FPM pool sizing on a small VPS

Your PHP-FPM pool size is a division you run on your own box: measure one worker, subtract what the database needs, then read the number that is left.

Guides

Postgres connection pooling on a VPS

Every Postgres connection is a process with its own memory, so a 4 GB VPS runs out of RAM long before max_connections. What a pooler fixes, and what it breaks.

Guides

Disable wp-cron and use system cron

WP-Cron only fires when someone loads a page, so it stalls on quiet sites and piles up on busy ones. Move it to system cron with WP-CLI, and verify it ran.