• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Alternative to Varnish Cache?

Erick Nunes

Basic Pleskian
Server operating system version
ubuntu
Plesk version and microupdate number
18.04
I don't understand much about caching, but I need to configure it for a client. I realized that it is complex to configure varnish in plesk.

I would like to know if there is any good and easy alternative to Varnish.

Thanks.
 
To be honest any caching (server) technology is going to be rather complex to configure. As in you'll need to read up on documentation and best practices. Nginx, which of course can be used and configured from within Plesk, comes closest to Varnish in terms of caching.
 
Hello,

you could try Redis which is supported by many application. Another alternative is memcached. The correct approach depends on your application, use case and development skills. If you could drop some more details someone might show you the correct direction.
The "Plesk way" would be to enable nginx caching. But this also enables a set of problems.
 
Hello,

you could try Redis which is supported by many application. Another alternative is memcached. The correct approach depends on your application, use case and development skills.
The thing is, Redis and memcache require application support to be useful, while with varnish you'd rather have to take care of not caching things that should be dynamic.
The "Plesk way" would be to enable nginx caching. But this also enables a set of problems.
Like setting the browser caching parameters.
 
Back
Top