wp-serverinfo icon indicating copy to clipboard operation
wp-serverinfo copied to clipboard

Display your host's PHP, MYSQL & memcached (if installed) information on your WordPress dashboard.

Results 5 wp-serverinfo issues
Sort by recently updated
recently updated
newest added

Hello, Installing this plugin in a site with a large database 4GB and 4million rows causes the dashboard to not load correctly. Some commands shouldn't be run on page load...

Would it be possible to add php_uname() to the main page? The reason I'm asking is this will provide the hostname of the server.

Hi, I installed this plugin on Site Ground and my website started having 500 server error due to some conflict with PHP7. I removed the plugin and error got fixed....

https://github.com/lesterchan/wp-serverinfo/blob/0484787b31912767d8a2f721db897647dda41b49/wp-serverinfo.php#L493 Generates a WARNING when trying to access the member `Value` on `null` ``` return $query_cache_size_query ? $query_cache_size_query->Value : 0; // var may be NULL ```

Hello, First of all, thank you for the great plugin, I really like it. However, I found a small “bug” or rather an improvement to a function that I think...