=== WordPress Define Limits and Show Error Log 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: 1.02 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tools to increase PHP memory limit, time limit and max upload filesize without editing any WordPress files and show php errors. == Description == This plugin has currently 2 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). 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 == 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