WP Server Health Stats plugin will give you the ability to monitor your WordPress site at its core level. With all-important server health stats like allocated PHP memory, memory usage, realtime RAM usage, CPU usage etc. you can always identify if something wrong is going on with your site.
Now you don't have to contact your host every single time for minor things. You can easily see the server health stats in your WP admin dashboard and make critical decisions based on that, like if enabling some plugin is consuming a lot of memory or CPU etc.
Please Note: This plugin uses 3rd party systems
ip-api.com to get the location details for the server IP. Please check their
Privacy Policy and Terms. By default the plugin uses the free version of IP-API service but if you have purchased a premium version then you can enter your API key inside the plugin settings page.
It took many countless hours to code, design, test and include useful server info to show up in your WordPress dashboard. If you enjoy this plugin and understand the huge effort I put into this, please consider donating some amount (no matter how small) to keep alive the development of this plugin. Thank you again for using my plugin. If you love using this plugin, I would really appreciate it if you took 2 minutes out of your busy schedule to share your review about this plugin.
1.8.0, July 1, 2024
- Pushing update that holds proper code without any garbage code added by the hacker who hacked my account to push malware via this plugin.
- Added escape to many data that is being shown by the plugin to strengthening the code security.
1.7.5, January 3, 2024
1.7.4, December 29, 2023
- Fixed CSRF vulnerability (CVSS 3.1 score) reported by Patchstack.
1.7.3, February 28, 2023
- Updated donation link. Please consider donating for this plugin.
1.7.2, February 28, 2023
- Strengthening the plugin security to ensure PHP object injection cannot happen.
1.7.1, February 27, 2023
- Escaping the data that is being received from IP API
1.7.0, August 18, 2022
- Fixed security vulnerability. Thanks to WPScan Team for reporting it.
1.6.10, January 5, 2021
- Added support for 32 CPU core count. Thanks to @theendfear
1.6.9.1, August 31, 2020
- Updated the Donation Flow inside the plugin settings page
1.6.9, June 29, 2020
- Added new contributor - Acnam Infotech
- Updated the donation link
- Updated tested up to WP v5.5
- Added requires PHP to PHP 7.0
1.6.8, September 25, 2019
- Made sure that the real-time RAM usage data is more accurate across all systems. Special thanks to @razvanfatu.
1.6.6 & 1.6.7, May 13, 2019
- Added the ability to disable showing the "Purge Cache - WP Server Stats" on the WP Admin Bar as per user demand. Check the FAQ section for more details about how to do it. Special thanks to @djquadrocks.
1.6.5, December 20, 2018
- Added the ability to purge the WP Server Stats Cache from the admin bar. Added as per users demand.
1.6.4, April 14, 2018
- Rolling back to using
MemFree
instead of going to look for MemAvailable
value despite you have that available in your server or not. As per the issue posted here - it is no longer possible to trust the MemAvailable
parameter value as it could be higher than MemTotal
and hence breaking the entire Real-time RAM checking feature.
1.6.3, April 6, 2018
- If your current server environment provides the support for
MemAvailable
in the /proc/meminfo
file then the plugin will take that data for a more accurate measure of RAM available, otherwise it will take the MemFree
value.
1.6.2, April 6, 2018
- As it turns out
MemAvailable
is not available for all the servers. It is only available in some distros like Ubuntu. That is why I'm again falling it back to MemFree
as that is widely available across all systems and distros and will work flawlessly with all server.
1.6.1, April 5, 2018
- Started using
MemAvailable
instead of MemFree
in the program to accurately know the availability of free RAM on the server. Special thanks to @inspired888 for reporting the issue.
1.6.0, February 11, 2018
- Fixed a major calculation issue with RAM
- Now shows Real-Time Free RAM in the dashboard stats
1.5.8, November 24, 2017
- Completely removing all kind of Session dependency. Upgrade to v1.5.8 if you are currently using any old version of the plugin.
1.5.7, November 24, 2017
- Critical Bug Fix - Fixed the bug which was preventing the loopback requests in WP v4.9 and also causing an issue with the new file editor. If you are using WP v4.9, upgrade to v1.5.7 immediately.
1.5.6, November 5, 2017
1.5.5, November 5, 2017
- Fixed a major calculation issue with v1.5.4. If you are running v1.5.4, please update to v1.5.5 immediately.
- Now the actual RAM usage also shows up in the dashboard section
1.5.4, November 5, 2017
- Now shows the total RAM available
- Added real-time RAM usage bar & percentage at the footer
1.5.3, August 30, 2017
- Added a check if the session has already been started before starting it.
1.5.0, 1.5.1, 1.5.2, December 14 & 15, 2016
- Permanently fixed the welcome notice keep showing issue for good. Now no matter what kind of server you are installing this plugin and what kind of cache architecture it has, once you dismiss the welcome notice, it will never show up again unless you delete and reinstall the plugin.
1.4.9, December 2, 2016
- Hopefully fixing the welcome notice dismissal issue
1.4.8, November 27, 2016
- Updated the donation link
- Fixed some issues with uninstallation calls
- Fixed a responsive design issue
1.4.7, November 17, 2016
- Ability to use IP-API Pro Key for high traffic websites
1.4.6, November 2, 2016
1.4.5, October 23, 2016
- Fixed the compatibility issue with the register_uninstall_hook
1.4.3 & 1.4.4, October 14, 2016
- Making sure the welcome notice doesn't show up after clicking on the closing button
- Making sure the notice transient gets deleted upon uninstallation
1.4.1 & 1.4.2, October 14, 2016
- Some minor bugfix and old PHP version compatibility add
- Fixed some wired issue with the readme file
1.4.0, October 14, 2016
- Added ability to show up server OS
- Added ability to show up server software
- Added ability to show up a server port
- Added ability to show up server document root
- Added ability to show up if Memcached is enabled on your server or not
- Added ability to show up a detailed page with more info about the memcached installation, if memcached is enabled and configured properly within the WP Server Stats General Settings page
- Added ability to show up the database software installed on your site e.g. MySQL, MariaDB, Oracle etc.
- Added ability to show up the database version number
- Added ability to show up the maximum number of connections allowed to your database
- Added ability to show up maximum packet size of your database
- Added ability to show up database disk usage
- Added ability to show up database index disk usage
- Added ability to show up a separate page with more details about your database server
- Added ability to show up your PHP max upload size limit
- Added ability to show up PHP max post size
- Added ability to show up PHP max execution time
- Added ability to show up if PHP safe mode is on or off
- Added ability to show up if PHP short tag is on or off
- Added ability to show up allowed PHP memory for your WordPress site
- Added ability to show up a separate page to with more details about your install PHP & its various modules
- Added advanced WordPress Transient Caching mechanism to run the plugin super smooth without eating a lot of server resource. All the cache data will be auto expired on each week and then the plugin will re-cache the updated data again, to ensure the least possible resource consumption by the plugin
- Option to change the realtime script refresh interval (default: 200ms), colour scheme, memcache host and port details from the WP Server Stats - General Settings Page
- Automatically removes all the data added by this plugin to your WordPress database upon uninstallation of the plugin
1.3.2, October 9, 2016
1.3.1, October 8, 2016
- Major release with a bunch of code improvement
- Now the plugin has it's own admin settings menu found inside Settings > WP Server Stats, from where users can easily tweak the various aspect of the plugin
- Support WordPress's native colour picker inside WP Admin Menu
- Option to change script refresh interval along with various colour options
- Most major release since the first release of the plugin
- This plugin is now added in Github Repo for more streamlined development
1.2.1, June 24, 2016
- Major bug fix with the new shell execution logic improvement
1.2.0, June 24, 2016
- Major bug fix with the new shell execution logic improvement
1.1.9, June 24, 2016
- Code quality improvement
- Shell execution logic improvement
- New clean notice for people who don't have
shell_exec()
enabled/executable on their server
- Various minor bug fix
- New screenshot added for non
shel_exec()
enabled people
1.1.8, June 23, 2016
- Code quality improvement
- Fixed Bug: The Real-Time CPU Load bar & Uptime clock is showing even if PHP
shell_exec()
isn't enabled. Now it just shows ERROR EXEC096T
- which means PHP shell_exec()
isn't enabled to execute that feature
- Fixed Bug: Real-Time Memory Usage stuck at 0% if PHP
shell_exec()
is disabled.
- Few other minor bug fixes
1.1.7, June 22, 2016
- Major Update Pushed
- Memory usage information is now shown realtime memory usage and memory usage percentage
- Total allocated PHP memory now shows up to PB (Petabyte)
- Code cleanup, optimization & minor bug fix
1.1.5, May 16, 2016
- Instead of showing LOC096T Error Code, now the plugin will show a proper detailed message in case there is any problem fetching the location details.
1.1.4, January 23, 2016
1.1.2 & 1.1.3, January 3, 2016
- Bug Fix with FlipClock.js
- Minor bug fix
1.1.1, December 31, 2015
- Unnecessary console log removed
1.1.0, December 31, 2015
- FlickClick Responsiveness issue fixed cross-browser
- Some PHP notices has been resolved
- Minor Bug Fix
1.0.6, December 05, 2015
1.0.5, October 28, 2015
- Fixed a minor bug with calling a hook
1.0.4, October 27, 2015
1.0.3, October 27, 2015
1.0.2, October 27, 2015
1.0.1, October 27, 2015
1.0.0, October 27, 2015