1. Install and Activate Server IP & Memory Usage Display
2. This will add a banner at the footer at WordPress App:
3. Optional - If needed to increase PHP or WP Memory limit.
PHP - Edit php.ini file and change the following line:
memory_limit = 256M
WordPress - Edit wp-config.php and add the following line:
define( 'WP_MEMORY_LIMIT', '200M' );
/* That's all, stop editing! Happy publishing. */
No comments:
Post a Comment