本文是根据自己的实际使用情况和 WP站点健康的测试功能建议,使用宝塔面板管理 WordPress建站网站需要在 PHP安装的扩展有哪些的介绍。
扩展安装方法也很简单:
登录宝塔面板 在左侧 软件商店中找到对应 PHP版本 点击右侧 设置 即可,如图:
- opcache 缓存器 用于加快PHP脚本运行速度(注意:opcache/xcache/apc等脚本缓存扩展,请只安装其中1个,否则可能导致您的站点程序异常)
- imagemagick 通用扩展 Imagick高性能图形库(WP建议安装的PHP扩展)
- exif 通用扩展 用于读取图片EXIF信息(WP建议安装的PHP扩展)
- memcached 或 redis 都是缓存器 根据自己实际情况二选一即可
memcached 比 memcache 支持更多高级功能(一般是 WP Super Cache插件会用到)
redis 基于内存亦可持久化的 Key-Value数据库(可以选择对应的 WordPress插件 Redis Object Cache 实现动态缓存)
- fileinfo 通用扩展 若可用内存小于1G,可能会安装不上(WP建议安装的PHP扩展)
适合的 PHP扩展能有效提高 WordPress网站系统运行效率,但不要过多否则会适得其反。
还有一些 WordPress 建议需要的 PHP扩展宝塔面板一般都已经默认安装了,如果你还需要一些其他的扩展功能,可以按需自己安装很方便。
注:除了以上所说这些扩展,WordPress 官方推荐安装的 PHP 扩展还有以下这些:
curl – Performs remote request operations.
hash – Used for hashing, including passwords and update packages.
json – Used for communications with other servers.
mbstring – Used to properly handle UTF8 text.
mysqli – Connects to MySQL for database interactions.
libsodium – Validates Signatures and provides securely random bytes.
openssl – Permits SSL-based connections to other hosts.
pcre – Increases performance of pattern matching in code searches.
xml – Used for XML parsing, such as from a third-party site.
zip – Used for decompressing Plugins, Themes, and WordPress update packages.
转载请注明链接地址:荐爱小站 » 宝塔面板建 WordPress网站需要 PHP扩展安装哪些好?