[TYPO3-mvc] Your experiences with the memory consumption of extbase + improment suggestions?

Oliver Klee typo3-german-02 at oliverklee.de
Fri Feb 5 17:52:28 CET 2010


Hi,

Franz Koch schrieb:
> What's you're experience? Do you have tricks to keep the memory usage low?

In my oelib extension (where we also have some persistence stuff *), we
take extra great care to unset any unneeded references and have and call
__destruct on almost every class that should clean something up.

This is especially important with unit tests where we create and tear
down the persistence framework thousands of times.

With extbase, the issues will be same, I think.


Oliver

* we'll move to extbase sooner or later, don't worry
-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member


More information about the TYPO3-project-typo3v4mvc mailing list