MyServerInfo – PHP Version, Memory Limit, Execution Time, IP Address, Timezone

توضیحات

My Server Info is a lightweight plugin that displays key server and site information in your WordPress admin panel. It shows details like:

  • PHP Version
  • MySQL Version
  • WordPress Memory Limit
  • PHP Execution Time
  • PHP Max Input Vars
  • Site IP Address
  • Site Time and Timezone
  • PHP post_max_size
  • PHP upload_max_filesize

PHP Version
PHP Version indicates the current PHP version running on your server. WordPress relies on PHP for its core functionality, and using a supported version (7.4 or higher) ensures better performance, security, and compatibility with themes and plugins.

MySQL Version
MySQL Version shows the version of the MySQL database your WordPress site is using. A compatible MySQL version (5.7 or higher) is essential for efficient data management, faster queries, and overall site stability.

WordPress Memory Limit
WordPress Memory Limit defines the maximum amount of memory allocated for WordPress operations. A higher memory limit (256M or more) allows for smoother performance, especially when using resource-intensive plugins or handling large websites.

PHP Execution Time
PHP Execution Time sets the maximum time a PHP script is allowed to run. Increasing this limit (300 seconds or more) helps prevent timeout errors during lengthy operations, such as bulk uploads or complex plugin processes.

PHP Max Input Vars
PHP Max Input Vars specifies the maximum number of input variables your server can handle. Setting this to a higher value (3000 or more) ensures that large forms, like those in theme or plugin settings, function correctly without data loss.

Site IP Address
Site IP Address displays your website’s public IP address. Knowing your site’s IP is useful for configuring DNS settings, troubleshooting connectivity issues, and enhancing site security through access controls.

Site Time and Timezone
Site Time and Timezone reflect the current date, time, and timezone configured in your WordPress settings. Accurate time settings are crucial for scheduling posts, managing cron jobs, and ensuring consistency across your site’s content and activities.

PHP post_max_size
PHP post_max_size determines the maximum size of data that can be submitted via POST requests. Setting this to at least 64M allows for uploading larger files through forms, such as media uploads or bulk data submissions, without encountering size limitations.

PHP upload_max_filesize
PHP upload_max_filesize defines the maximum size of an individual file that can be uploaded through PHP. A higher limit (64M or more) is important for WordPress sites that handle large media files, plugins, or theme uploads, ensuring users can upload necessary files without restrictions.

عکس‌های صفحه

  • screenshot-1.png is the My Server Info on the admin plugins page.

نصب

  1. Upload the My Server Info folder to the /wp-content/plugins/ directory.
  2. Activate the plugin via the ‘Plugins’ menu in WordPress.
  3. Go to “My Server Info” in the WordPress admin panel to view server information.

سوالات متداول

What kind of php information does this plugin display?

This plugin shows details like the PHP Version, WP Memory Limit, PHP Execution Time, and PHP Max Input Vars, along with recommended values.

Can I customize the data displayed by this plugin?

Currently, the plugin displays only the basic server information mentioned above. Customization options may be added in future updates.

What PHP versions does this plugin support, and what do they include?

This plugin supports PHP 7.2 and above, up to the upcoming 8.5 release. Below is a brief overview of these versions:

  • PHP Version 7.2 (Released: November 30, 2017)
    Introduced the object type, added Libsodium for cryptography, and deprecated several legacy features.

  • PHP Version 7.3 (Released: December 6, 2018)
    Added flexible heredoc/nowdoc syntax, the is_countable() function, and the JSON_THROW_ON_ERROR flag.

  • PHP Version 7.4 (Released: November 28, 2019)
    Brought arrow functions, typed properties, and various performance improvements.

  • PHP Version 8.0 (Released: November 26, 2020)
    Introduced named arguments, union types, the match expression, and a JIT (Just-In-Time) compiler.

  • PHP Version 8.1 (Released: November 25, 2021)
    Added enums, read-only properties, and first-class callable syntax, improving code clarity and performance.

  • PHP Version 8.2 (Released: December 8, 2022)
    Introduced read-only classes, further refined JIT, and deprecated dynamic properties by default.

  • PHP Version 8.3 (Released: November 23, 2023)
    Continued performance enhancements, added a json_validate() function, and introduced more read-only features.

  • PHP Version 8.4 & PHP 8.5
    Planned for future releases with expected incremental improvements and new features. Actual release dates may vary.

What is post_max_size and how does it affect my site?

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.

نقد و بررسی‌ها

16 دسامبر 2024
Good plugin! I was exactly looking for something to display server parameters. This plugin provides detailed information such as PHP version, PHP Execution Time, WordPress memory limit, and other key server configurations. Very helpful and easy to use
خواندن تمامی 1 نقد و بررسی‌

توسعه دهندگان و همکاران

“MyServerInfo – PHP Version, Memory Limit, Execution Time, IP Address, Timezone” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

گزارش تغییرات

1.0

  • Initial release of PHP Info.

1.1

  • Added MySQL version to the server information table.
  • Added Site Data table with IP Address and Timezone.

1.2

  • Added PHP post_max_size display.
  • Added PHP Version FAQ

1.3

  • Added PHP upload_max_filesize display.
  • update description plugin