PHP Workers and WordPress: What They Mean
PHP workers process uncached PHP requests. When more dynamic requests arrive than the environment can process concurrently, requests can queue or fail.
Updated September 9, 2026
What creates worker demand
Logged-in sessions, uncached pages, WooCommerce checkout, admin actions, API requests and slow plugins can occupy PHP execution capacity. Full-page caching reduces worker demand by answering eligible requests before WordPress runs.
More workers are not always faster
If the database or CPU is already saturated, adding more concurrent PHP processes can increase contention. Worker count must be matched to the rest of the stack.
What to measure
Look at response time, queueing, CPU, memory, database latency and slow transaction traces under realistic concurrency.
See whether Cloudways fits your workload
Compare the current Cloudways plans, included features and billing details directly before making a hosting decision.
View Cloudways plans