=== WordPress Define Limits, Show Error Log, PHP Info and Server Load Plugin WP TOOLS === Contributors: sminozzi Tags: max upload filesize, time limit, memory, memory limit, show error log Requires at least: 5.2 Tested up to: 5.7 Stable tag: 2.02 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Increase PHP memory limit, time limit, max upload filesize without editing any files.Show PHP info, PHP errors, Server Load. == Description == > This plugin has currently 4 tools to help you to manage your WordPress site. More tools are coming. * Tool 1) Increase the PHP memory limit, time limit and max upload filesize without editing any WordPress or PHP files. * Tool 2) Show the PHP errors (error_log), limited to 200 last errors (to avoid freeze your browser). * Tool 3) Show the PHPINFO (PHP info) with a lot of info about your PHP server configuration. * Tool 4) Show Server Load Average for the last minute at top admin bar. (Enable this option only in Linux Servers.) With the tool 4, now you can monitor your server load (CPU Usage), in real time, from your wordpress admin panel. **Requirements for use (Tool 4) Show Server Load Tool** * Linux Server (not Windows server) * shell_exec enabled on your PHP (ask for your hosting to enable it if necessary) If your site is behaving slowly, or pages fail to load, you get random white screens of death or 500 internal server error you may need more memory. Several things consume memory, such as WordPress itself, the plugins installed, the theme you're using and the site content. After you increase the PHP memory limit, you can increase also the WordPress memory limit, add this info to your file wp-config.php (located at root folder of your server): (just copy and paste) define('WP_MEMORY_LIMIT', '128M'); (You can replace also 128M with 256M, if necessary) Nexts versions, we hope do also that (update your wp-config.php) for you. Learn more at Plugin Site Support Site Free plugins from the same author:
== Installation == 1) Install via wordpress.org 2) Activate the plugin through the 'Plugins' menu in WordPress or Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. == Frequently Asked Questions == How to Install? 1) Install via wordpress.org 2) Activate the plugin through the 'Plugins' menu in WordPress or Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. == Screenshots == 1. Show Error Log 2. Dashboard == Changelog == 2.02 2021-05-08 - Fixed Link at Admin Toolbar 2.01 2021-05-08 - Improved find location of error_log 2.00 2021-05-08 - Improved find location of error_log 1.07 to 1.09 2021-05-07 - Fixed problem to Upload to WordPress 1.06 2021-05-07 - Added Server Load (CPU Usage) 1.05 2021-05-07 - Fixed Small Bug 1.04 2021-05-07 - Added PHP INFO 1.03 2021-03-08 - Fixed Error on settings system 1.02 2021-01-30 - Fixed Error on settings system 1.01 2021-01-29 - Added increase limits features 1.00 2020-02-21 - Initial Release