Hi-
Im getting ready to transfger servers to a unmanaged vps, and I am wondering if I have to set caching anymore in views...

or do I not have to do that since I am using these caching applications?

Comments

dawehner’s picture

Status: Active » Fixed

There are two types of caching:

* Page caching(here done with varnish)
Views caching doesn't change something here. If the html is cached the view will not be called
* Caching of elements (memcache)
Here it's definitive helpful to still use caching of the views and store the cache data in memcache.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.