Easy PHP Settings
View on WordPress.orgScores higher than 46% of indexed plugins
About
An easy way to manage common PHP INI settings and WordPress debugging constants from the WordPress admin panel.
Security History
What It Does
Easy PHP Settings adds an admin panel interface for adjusting common PHP INI directives (such as memory_limit, upload_max_filesize, and max_execution_time) and toggling WordPress debugging constants like WP_DEBUG and WP_DEBUG_LOG. It writes the relevant values into the wp-config.php file or relies on .user.ini, letting site owners tune their PHP environment without manually editing core files. The plugin is aimed at making server-level configuration approachable for non-developers.
Who It's For
This plugin is a good fit for site owners on shared or managed hosting where the control panel does not expose PHP settings, particularly small business operators and non-technical admins who occasionally need to raise memory limits or turn on debug logging. It also suits WordPress developers doing quick troubleshooting on client sites who want a faster path than SSH or FTP edits to wp-config.php.
Who Should Skip It
Anyone already comfortable editing wp-config.php and .user.ini by hand, or running on a host that provides a native PHP settings dashboard (cPanel, Cloudways, GridPane, RunCloud, and similar), does not need this plugin. Larger sites with infrastructure-as-code pipelines or strict change-management processes should avoid letting a plugin write to wp-config.php.
The Bottom Line
Easy PHP Settings does one narrow job and does it on a recent WordPress release with a small but perfectly rated user base. The 72.93/100 quality score is held back primarily by its tiny install count and the absence of any public support history. It is a reasonable utility for non-technical admins on restrictive hosts, but anyone needing broader performance work will be better served by the established caching and object-cache plugins listed above.
Related Plugins
Pick LiteSpeed Cache when you need full-page caching, image optimization, and CDN integration on a LiteSpeed server rather than just PHP tweaks.
Pick Jetpack if you want an all-in-one suite that covers backups, security, performance, and growth tools alongside basic site management.
Pick Redis Object Cache when your real performance bottleneck is database query latency and your host supports Redis or Memcached.
Pick Super Page Cache if your site sits behind Cloudflare and you want edge caching that addresses Core Web Vitals rather than PHP-level tuning.
Pick WP Fastest Cache for a simple, well-supported page caching plugin on shared hosting where PHP opcode or page caching is the main goal.