Andreas |
01-08-2011 06:44 AM |
Quote:
Originally Posted by ImmortalForums
(Post 2145812)
Is there a benefit it running this with vboptimise as vboptimise puts them into xcache or any other cache system you are using?
|
If it is possible to tell vBOptimise not to cache templates - yes.
If it always does - no.
Quote:
Without looking into the code I am going to assume you are doing the exact same thing as vboptimise.
|
No. vBOptimise does precache all templates that are set to be cached on hook cache_templates (+ a few more once that are normally not cached).
This Add-on caches Templates purely on demand, it does not precache any templates which gives you two advantages: - Only those templates that are actually being used are cached
- There won't be any uncached templates at all (which AFAIK can still happen with vBOptimise)
|