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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -