• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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