Linux 软件免费装
Banner图

Memory Limit Manager

开发者 shak33l
更新时间 2026年1月20日 04:07
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

performance optimization wp-config memory memory limit

下载

1.0.0 1.0.1

详情介绍:

Memory Limit Manager makes it incredibly easy to configure your memory limits without manually editing wp-config.php. With a beautiful, user-friendly interface and powerful features, you can increase memory limits with a single click. Key Features Why Use This Plugin? Manually editing wp-config.php can be: What It Does This plugin allows you to configure two WordPress memory limit constants:
  1. WP_MEMORY_LIMIT - Controls memory available on the frontend (default: 40M)
  2. WP_MAX_MEMORY_LIMIT - Controls memory available in admin area (default: 256M) Increasing these values can help resolve:
  3. "Memory exhausted" errors
  4. Plugin/theme activation failures
  5. Image upload problems
  6. Slow admin performance
Automatic Backup System For your safety, the plugin automatically backs up your wp-config.php file before making any changes: This means you can update memory limits with confidence, knowing your configuration is always protected. Security Documentation Full documentation is available in the plugin's README.md file and at the plugin website.

安装:

Automatic Installation
  1. Log in to your admin panel
  2. Navigate to Plugins → Add New
  3. Search for "Memory Limit Manager"
  4. Click Install Now and then Activate
Manual Installation
  1. Download the plugin ZIP file
  2. Log in to your WordPress admin panel
  3. Navigate to Plugins → Add New → Upload Plugin
  4. Choose the downloaded ZIP file and click Install Now
  5. Click Activate
After Activation
  1. Go to Settings → Memory Manager
  2. Set your desired memory limits or use Quick Presets
  3. Click "Update Memory Limits"
  4. Done! Your new memory limits are active immediately

屏幕截图:

  • Current Memory Status dashboard showing WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, and PHP_MEMORY_LIMIT with beautiful color-coded cards
  • System Diagnostics showing wp-config.php location, file permissions, writability status, and real-time values comparison
  • Help & Documentation section explaining what each memory constant does and recommended values for different site sizes

升级注意事项:

1.0.0 Initial release of Memory Limit Manager. A safe, easy way to manage your memory limits!

常见问题:

Is this plugin free?

Yes! Memory Limit Manager is 100% free and open source.

Will this work with my hosting?

Yes, as long as your wp-config.php file is writable. Most hosting providers allow this.

Can I undo changes?

Absolutely! The plugin automatically backs up your wp-config.php file (not your entire site) before making any changes. Backup files are named like: wp-config.php.backup-2026-01-15-223045 You can find them in the same directory as your wp-config.php file. The plugin keeps the 5 most recent backups. To restore manually, simply rename a backup file back to wp-config.php via FTP or cPanel File Manager.

What if automatic updates don't work?

No problem! The plugin provides a manual configuration option with copy-paste code that you can add to wp-config.php via FTP or cPanel.

What exactly gets backed up?

Only your wp-config.php file is backed up - NOT your entire site, database, or other files. This is a safety measure specific to the configuration file that gets modified. The backup happens automatically every time you update memory limits.

Is it safe to use?

Absolutely! The plugin follows WordPress security best practices, creates automatic wp-config.php backups, and validates all input before making changes. If anything goes wrong during an update, your original wp-config.php is automatically restored.

Does it work with multisite?

Yes, the plugin is multisite compatible.

Will it conflict with other plugins?

No, the plugin includes conflict detection and will warn you if memory limits are defined elsewhere (themes, mu-plugins, or other plugins).

What values should I use?

Use the Quick Presets as a starting point:

  • Small sites (blogs): 128M / 256M
  • Standard sites: 256M / 512M
  • Large sites (e-commerce): 512M / 1G
  • Enterprise sites: 1G / 2G

更新日志:

1.0.1 - 2026-01-15 1.0.0 - 2026-01-07