in reply to Template Toolkit Cache

Is there a way I can catch a compiled cache version of the template and store it for further use instead of processing every time.
Simples solution is create the files if they don't exist, so you only have to do it once.

Or you could try Template::Provider::MD5.