开发者 | antonphp |
---|---|
更新时间 | 2025年1月15日 23:52 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 6.7.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
My Server Info
folder to the /wp-content/plugins/
directory.This plugin shows details like the PHP Version, WP Memory Limit, PHP Execution Time, PHP Max Input Vars, PHP post_max_size, PHP upload_max_filesize, along with CPU Usage and Disk Usage. It also includes recommended values for each parameter.
Yes, you can customize which parameters are displayed in the WordPress admin bar. Under each progress bar, there are checkboxes labeled "Add to admin bar." Select the parameters you want to appear in the admin bar and save the settings.
CPU Usage provides an approximate percentage of CPU utilization averaged over the past minute. It normalizes the load average by the number of CPU cores to estimate the CPU usage percentage. Please note that this is an approximate value and may vary based on server configurations.
Disk Usage indicates the percentage of disk space used on your server. Monitoring disk usage helps in managing storage resources effectively, ensuring that your site has sufficient disk space for operations like media uploads, plugin installations, and database growth. High disk usage can lead to performance issues and hinder the ability to upload new content or plugins.
This plugin supports PHP 7.2 and above, up to the upcoming 8.5 release. Below is a brief overview of these versions:
object
type, added Libsodium for cryptography, and deprecated several legacy features.is_countable()
function, and the JSON_THROW_ON_ERROR
flag.match
expression, and a JIT (Just-In-Time) compiler.json_validate()
function, and introduced more read-only features.post_max_size is a PHP configuration directive that sets the maximum amount of data (including file uploads) that can be sent via the POST method. This affects features like uploading media files, submitting forms, and any other operation that relies on POST requests. If you often handle large files or forms, you may need to increase the post_max_size value in your server’s PHP settings to avoid errors and ensure smooth uploads.
MEM: X%
, AVG CPU: Y%
, and Disk: Z%
.