force compile and caching

[email protected] ("Kathleen Krause-Thompson") Fri, 5 Oct 2007 09:47:27 -0500
Newsgroups php.smarty.general
Message-ID <29765270A915404AABCD5BE246131420240578@exchange.win2k.tsl.state.tx.us>
I am little confused about the optimum settings for force_compile and =
caching in a production environment as described in this paragraph:

From the manual->[force_compile] forces Smarty to (re)compile templates =
on every invocation. This setting overrides  $compile_check. By default =
this is FALSE. This is handy for development and debugging. It should =
never be used in a production environment. If $caching  is enabled, the =
cache file(s) will be regenerated every time.

Does this mean that in a production environment caching should be =
enabled and force_compile should be set to FALSE? Thank you for any =
insights.