Understanding PHP Handlers in cPanel
The PHP handler determines how the server runs your PHP code, affecting speed and memory. On modern cPanel the best option is usually already set — here is what it means.
Step-by-step
- Understand the role. The handler is the bridge between the web server and PHP; the common modern handler is PHP-FPM, which is fast and efficient.
- Open Software → MultiPHP Manager to see whether PHP-FPM is enabled for your domain.
- Enable PHP-FPM for better performance on dynamic sites like WordPress, if it is not already on.
- Leave the handler at the recommended default unless an application specifically requires otherwise — EconomicalHost servers are tuned for the best general choice.
- Pair the handler with a current PHP version (change PHP version) for maximum speed.
- Test your site after any handler change to confirm everything still loads.
💡 Good to know
- PHP-FPM with OPcache gives the best performance for most sites.
- You rarely need to change the handler — it is an advanced setting that is usually optimal by default.
- Unsure? Contact EconomicalHost support before changing handler settings.