• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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