=== WordPress Define Limits, Show Error Log, PHP Info, Server Load and more Tools Plugin WP TOOLS === Contributors: sminozzi Tags: max upload file size limit, Google Search Central, CPU Usage, memory limit, show error log Requires at least: 5.2 Tested up to: 5.7 Stable tag: 2.13 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Increase PHP memory limit, time limit, max upload file size limit without editing any files.Show PHP info, PHP errors, Server Load more tools. == Description == > This plugin has currently 10 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 file size limit 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) Disable WordPress Native Sitemap Automatic Creation. * Tool 5) Disables the default notification email sent by a site after an automatic core, theme or plugin update. * Tool 6) Add Google Search Central (formerly Google Webmasters) HTML TAG. * Tool 7) Add Google Analytics GA Tracking ID. * Tool 8) Alert on Top Admin Bar if WordPress Debug is active. * Tool 9) Hide Admin Bar from non Administrators. * Tool 10) Show Server Load Average percentage for the last minute at top admin bar. (Enable this option only in Linux Servers.) With the tool 10, now you can monitor your server load (CPU Usage), in real time, from your wordpress admin panel. **Requirements for use (Tool 11) 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) Our free plugin wp-memory (link below) can do it for you just with your mouse. 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.13 2021-05-18 - Minor Bug Fixed with google webmaster verification. 2.12 2021-05-18 - Minor Bug Fixed. 2.11 2021-05-18 - Improved Block WP emails. 2.10 2021-05-17 - Removed Gutenberg tool 2.09 2021-05-17 - Added more 4 tools. 2.08 2021-05-15 - Fixed file missing last upload (.js) 2.07 2021-05-15 - Fixed conflict with other plugins. 2.06 2021-05-15 - Added 3 more tools. 2.05 2021-05-14 - Improved Server Load info, now in percentage. 2.04 2021-05-10 - Fixed problem to Upload to WordPress 2.03 2021-05-10 - Improved Link to pag settings 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