-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with varnish ? #3
Comments
Replying...
Again, set your cache values to how often you want your cache to be refreshed. Don't fall below 1 min as that is overkill, but also don't go too high (e.g. more than 30 mins - unless the content is rarely updated). This plugin was created to assist caching with Varnish and Nginx on really large (=high traffic) Joomla sites. If you need special consulting, we're always available to assist: https://www.joomlaworks.net/support/get-help/contact |
Hi As for the cache control headers, do you refer to the "ExpiresByType" directives in the .htaccess file ? thanks |
You don't need that because it is defined by the plugin. That's what makes the plugin compatible with multiple server software (e.g. Nginx, beyond Apache)... |
Hi
I read on https://gist.github.com/fevangelou/84d2ce05896cab5f730a that this plugin allows joomla to use varnish if installed on the server but:
1- does it provide a way to clean the varnish cache when we update some page / content on the site ?
2- should we also activate the joomla page cache plugin ?
3-should we also activate the system (administrator/index.php?option=com_config) cache ?
thanks for your answers
cyril
The text was updated successfully, but these errors were encountered: