Quote:
Originally Posted by davidfor
Code:
{#finished:format_date(yyyy.MM.dd)}
This is probably a faster when executing. I believe general program mode has some overhead when changing the template mode. I prefer the genera program mode as it tends to be easier to read for anything complicated. I frequently write in general program mode and then change it to one of the other modes when I have it worked out.
|
GPM should be faster than the other modes. GPM is easier to parse, the parse tree (the 'compiled code') is cached, and it avoids multiple calls to the template subsystem.