• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question PHP Cache Method

CobraArbok

Regular Pleskian
I'm using:
  • Plesk Onyx Version 17.5.3 Update #28
  • CentOS Linux 7.4.1708 (Core)‬
  • PHPv 7.1.11 (FPM Application)
  • WordPress 4.8.3
I need to install W3 Total Cache, but all options in the Page Cache Method section for Virtual Server are disabled.
Can APC / APCU be installed?
 
Yes, you can try to compile APCu for PHP7.x with the same method if it is supported by PHP 7.x. As far as I remember APC/APCu is outdated technology. It would be better to use Redis or memcached caching methods. You can find instruction how to compile memcached PHP module with forum search engine.
 
Back
Top