• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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