[TYPO3-mvc] DataMapper performance issue.

Braulio J. Solano-Rojas braulio at solsoft.biz
Fri Mar 30 02:59:37 CEST 2012


El 29/03/2012 05:55 p.m., Braulio J. Solano-Rojas escribió:

[Snip]

> I am going to use @lazy in properties that are objects or object
> collections to see if it solves the performance impact.

Indeed this solves the problem.  Now the most resource consuming 
function is PHP's call_user_func_array.  In second place there is 
Tx_Fluid_Core_Parser_SyntaxTree->ViewHelperNode->evaluate.

:-)

> In a related subject, what is the effect of using the caching framework?
> Will it cache only objects from queries or will it cache output too?

Does the new caching framework worth looking into?  I have APC in the 
server...

Bests,

B.


More information about the TYPO3-project-typo3v4mvc mailing list