> If you set COMPILE_EXT or COMPILE_DIR then the Perl versions of the > compiled templates will be written to disk and re-used next time.
in the 2.07 release, if you enable either of these directives then memory caching will be circumvented and the compiled template loaded from disk each time (_store isn't called from load_compiled in Template::Provider). I've given Andy a patch for this. if you don't have a persistent Template object then it's still better than reading, parsing and compiling each time. Regards, Simon.
