[TYPO3-mvc] Fluid: function nesting level
Dmitry Dulepov
dmitry.dulepov at gmail.com
Mon Feb 21 15:36:22 CET 2011
Hi!
Sebastian Kurfürst wrote:
> Yeah, it is possible to optimize that. I can think of at least one
> possible way to solve this, which is compiling Fluid Templates to
> generated PHP code. With this, that should dramatically decrease the
> nesting level.
Yes, this would also be speed improvement I think. It is faster to run the
code and call functions directly than to use regexps and call them by
call_user_func. Nice idea!
> ... if only I had more time ...;-)
I understand you so much! :)
--
Dmitry Dulepov
TYPO3 core&security team member
E-mail: dmitry.dulepov at typo3.org
Web: http://dmitry-dulepov.com/
More information about the TYPO3-project-typo3v4mvc
mailing list