It’s generally helpful to know the traits of the server that hosts your WordPress.
Whether or not it is to debug or to test the compatibility/pre-requisites of a plugin, figuring out the boundaries of your internet hosting will be very helpful…
Server necessities on your WordPress
As a reminder, listed here are the conditions that WordPress recommends on your server :
- PHP model 7.3 or larger
- MySQL model 5.5 or larger or MariaDB model 10.0 or larger
We advocate Apache or Nginx because the server to run WordPress, and any server that helps PHP and MySQL.
Comment : If you’re in an current setting the place you may have older PHP or MySQL variations, WordPress additionally works with PHP 5.3+ and MySQL 5.0+, however these variations have formally reached their finish of life and will expose your website to vulnerabilities from safety .
Now let’s see learn how to know every thing about your server…
Straight out of your WordPress
Since model 5.0 of WordPress, it’s potential to have loads of info in your server and its setting. For this go to Instruments >> Web site Well being >> Information and Server Tab (/wp-admin/site-health.php?tab=debug)
The PhpInfo guide methodology:
Utilizing a textual content editor, create a brand new file wherein you’ll paste the next line of code:
Reserve it as phpinfos.php (for instance) and ship this file to the basis of your server utilizing your FTP consumer (Filezilla). To any extent further, to seek the advice of the PHP info of your server, all it’s important to do in your browser is to kind the next handle: monsite.com/phpinfos.php
Which offers you the next show. The latter comprises loads of info and particularly the variations of PHP and MySQL. (Be happy to scroll or use Ctrl+F to seek out the data you are interested by;)
Le script de BeAPI : PhpWpinfo
BeApi by its CEO Amaury BALMERto my accessible on GitHub a script phpwpinfo which offers an equal to the perform phpinfo () and which experiences on PHP/MySQL/Apache/Nginx setting necessities for WordPress, and gives recommendations for enchancment.
To obtain on https://github.com/BeAPI/phpwpinfo/archive/grasp.zip.
As soon as the ZIP is downloaded, simply unzip it and drop the file phpwpinfo.php on the root of your server (through FTP). Along with providing you with important info, this file will give you a really good formatting whereas highlighting suggestions on your WordPress configuration.
Lastly, it permits (in case your server permits it) to shortly set up: AdminPHPsecinfo and the most recent model of WordPress (US).
Le plugin WordPress WP-ServerInfo
We’re on WordPress all the identical so inevitably there’s a plugin to do it. If you wish to show your server data in your WordPress backoffice, the plugin WP-ServerInfo is made for you.
The latter provides you the essential info of your server, it may be positioned on the BO and it has its devoted web page within the admin.
Le plugin WordPress phpinfo()
In the identical vein as WP-ServerInfo, the plugin WordPress phpinfo() provides the identical info with a unique presentation however simply as neat on a devoted admin web page.
Right here, you’ll know virtually every thing concerning the server that hosts your WordPress ^^
And also you? Do you employ different instruments to know the traits of your server?
Please tell us within the feedback.
Share the submit “Know every thing about your WordPress server”