• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved What caching and how

Franco

Regular Pleskian
Hello,
I am using Plesk Onyx on a CentOs7 more or less out of the box. Most of my subscriptions run regular wordpress websites and I configured them to use FPM-nginx (on php7), which I am quite happy with. I also enabled gzip compression.
In the context of further improving speed and server resource management I am looking at caching systems such as Redis or Memcached.
What's the general advice here, does it make sense to install any of those or FPM&nginx do without them?
If so, where can I find installation and configuration instructions, please?

Regards,
Franco
 
If your offering shared hosting then Redis can help but not by much anymore (forget Memcached).

PHP 7's OpCache is absolutely amazing and can be turned on (should be on by default) in Plesk. Nothing to tweak or play around with -- it's just on and works great. Speed is unmatched and pair it with MariaDB for your Wordpress database (turn off any WP Caches which will slow your sites down) and stick with server side caching like OpCache and you'll love your WP sites.
 
Hi themew,
thanks for your suggestions; I checked and opcache is already there and enabled, thus I guess I am quite adequately setup already and no need to worry further about optimizing.
Regards
 
Hi Franco,
if you're using shared hosting, im not sure about it, but if you using own server with ssd of course cloud system im recommend it, also caching on php script much better that plesk control panel save time also more breath to server, i using similar website like yours wordpress extesions u will find right solutions as well just search it, backup all times as well good luck

also check this as well

https://talk.plesk.com/threads/nginx-browser-caching-for-static-resources.334497/
 
Back
Top