Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Server IP & Memory Usage Display
This plugin displays the memory limit, current memory usage, WordPress Memory Limit, IP address, and PHP version in the admin footer. It also allows you to easily see the IP address of your WordPress installation, monitor memory usage, and translate the plugin into your own language. It requires PHP version 5.3 or greater.Screenshots



Frequently asked questions
What information does this plugin display?
This plugin displays the memory limit, current memory usage, WordPress Memory Limit, IP address, and PHP version in the admin footer. It also shows the type of Operating System where WordPress is running.
How does the plugin help monitor memory usage?
The plugin shows memory usage and total available memory. If memory usage exceeds 75%, the percentage is light red, and if it's over 90%, it turns red, providing a quick visual alert.
Why was this plugin created?
This plugin was created because existing solutions like WP-Memory-Usage lacked IP address display and translation capabilities. It addresses the need for an IP address display and translatable functionality.
What are the system requirements for this plugin?
This plugin requires PHP version 5.3 or greater to function correctly.
What languages are supported by the plugin?
The plugin is available in English and Spanish. Users can also translate the plugin into their own language by translating the .po file in the /lang/ folder.
Changelog
2.1.0 (03/JAN/2018)
- Added compatibility with PHP 7.2.x: “function create_function() is deprecated in PHP 7.2”. Thanks to @pputzer.
2.0.3
- Solved error with memory_get_peak_usage().
2.0.2
- Solved: PHP 7.1 Notice: A non well formed numeric value encountered for $result
2.0.1
- Changed memory information display to use memory_get_peak_usage().
2.0.0
- Added additional information about memory_get_peak_usage() – support ticket by @diablodale
1.4.0
- Added check for PHP version of the server. Plugins works with PHP 5.3 or greater. If PHP version is less than 5.3 the plugin is not activated.
1.3.3
- Added support for IP address with IIS using $_SERVER[‘LOCAL_ADDR’].
1.3.0
- Added Added hostname info after the IP.
1.2.2
- Added check to avoid error “Notice: Undefined index: SERVER_ADDR in” when SERVER_ADDR is not set.
1.2.1
- Added display of WordPress Memory Limit information (parameter WP_MEMORY_LIMIT of wp-config.php). You can set this parameter in wp-config.php by adding this line: define( ‘WP_MEMORY_LIMIT’, ‘768M’ ); and replacing 768M with the memory limit you want to set.
1.1.0
- Changes for compatibility with PHP 7. Changed “function ip_address_memory_usage() {” to “public function __construct() {“. Thanks to Sybre Waaijer for the fix.
1.0.3
- Removed call to __construct() which caused problems on some systems: ERROR “Strict Standards: Redefining already defined constructor for class ip_address_memory_usage in /home/—/public_html/wp-content/plugins/server-ip-memory-usage/server-ip-memory-usage.php on line 40)”.
1.0.2
- Included info about Server Operating System
- Changed class name to c_ip_address_memory_usage to avoid error on some systems: “Redefining already defined constructor for class ip_address_memory_usage”.
1.0.1
- First official release.
