Does smarty work fine when APC is installed? -
i'm developing website using php , smarty. , i'd caching bytecode of php script using apc, i'm worry apc cache complied smarty's templates, loosing possible dynamic content. possible?
tanks
i have been using apc on year , without problems on 4 different servers , more 30 different sites. these sites smarty ones, using dynamic content literally everywhere. @ moment using in pretty heavily used customer site no problems. not once.
apc caches compiled templates , re-caches them when/if altered (compiled smarty compiler). dynamic content work previously, bit quicker, of course.
so go ahead , use it.
Comments
Post a Comment