Re: [htmltmpl] Small questions.
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2006-05-17 15:00:00
|
On Wed, 17 May 2006, Matias Alejo Garcia wrote: >> Are you using caching? Are you pre-caching your templates during >> server startup? If so then you can have as many includes as you want >> and it won't make a bit of difference at runtime. > > Yes, we are using shared_cached. We are no precaching, but we will once we > reach our beta version. Yeesh - shared_cache is terrible. I really should remove it. It's no faster than file_cache and much more prone to problems. Both are much slower than regular cache mode. -sam |