PHP APCu caching can improve your site's performance considerably. It is highly recommended to have APCu installed on your server.
Drupal 的后台状态报告里,总是推荐启用 PHP APCu caching,说是能提升网站性能。具体能提升多少,咱也不懂,咱也不敢问。总之后台推荐的事,干就完了。
使用Debian/Ubuntu Server,就是省事:
sudo apt install php7.4-apcu php7.4-apcu-bc
安装就重启一下php和apache服务就可以了:
sudo service php7.4-fpm restart
sudo service apache2 restart
再刷新Drupal后台,就可以看到PHP APCU CACHING已经成功启用了。
PHP APCU CACHING Enabled (32 MB) Memory available: 31.52 MB.
添加新评论