What’s Displayed
Platform Info
Platform Info
This section covers the core software stack your site runs on:
- PHP Version — the PHP version currently active for your site
- Web Server — the server software handling your requests (LiteSpeed or Nginx, depending on your plan)
- MySQL / MariaDB Version — the database engine version
- WordPress Version — the version of WordPress installed on your site
Site Settings
Site Settings
This section displays the core WordPress address configuration:
- Site URL — the URL configured as
siteurlin WordPress (used for loading core files) - WordPress Address — the URL configured as
homein WordPress (used for the front end) - Active Theme — the name of the currently active theme, along with its parent theme if a child theme is in use
PHP Configuration
PHP Configuration
This section lists the PHP configuration values currently active on your server — meaning the values actually in effect at runtime, which may differ from what you last saved if a plugin or
wp-config.php override is present. Displayed values include:memory_limitmax_execution_timeupload_max_filesizepost_max_sizemax_input_vars- Additional
php.inidirectives relevant to WordPress performance
PHP Extensions
PHP Extensions
This section lists every PHP extension currently loaded on your server. You can scan the list to check whether a specific extension your plugin or theme requires — such as
imagick, intl, zip, sodium, or redis — is available before attempting to install or activate it.Must-Use Plugins
Must-Use Plugins
This section lists the plugins installed in
/wp-content/mu-plugins. Must-use plugins load automatically on every request and cannot be deactivated from the standard Plugins screen. WP Stratos uses this location for platform-level plugins, including WP Stratos Environment itself. Reviewing this list helps you understand which functionality is always active on your site regardless of what appears in the regular plugin list.Copying System Info for Support
When you contact WP Stratos support, including a copy of your System Info dramatically reduces the time needed to diagnose your issue. Instead of asking you a series of follow-up questions about your environment, the support team can see your full stack details immediately.1
Open Server Info
In your WordPress admin, click WP Stratos Environment in the left sidebar, then select Server Info.
2
Copy your system information
Click the Copy System Info button at the top of the page. All displayed environment details are instantly copied to your clipboard as plain text.
3
Paste into your support request
Open a new support ticket or email and paste the copied text into the message body. The support team can then see your full environment at a glance.
Server Info is read-only. Nothing on this page can be edited directly. To change PHP configuration values such as memory limit, max execution time, or PHP version, navigate to the PHP Settings tab.