• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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