[Typo3-dev] Memory issues

Michael Stucki michael at typo3.org
Wed Nov 17 01:09:24 CET 2004


Hi Wolfgang,

>  That's the output of APD for an average site
>  (call placed on top of index.php)

There is some kind of patch on my TODO list. I never checked if it works at
all but obviously it would save a lot of memory when working in the
Backend.

Link (in German): http://www.typo3.net/viewtopic.php?t=16395
Basically it says: In t3lib/class.t3lib_browsetree.php, line 85, change

  parent::init(' AND '.$GLOBALS['BE_USER']->getPagePermsClause(1).' '.$clause, 'sorting');

to

  t3lib_treeView::init(' AND '.$GLOBALS['BE_USER']->getPagePermsClause(1).' '.$clause, 'sorting');

Can you please check this and compare the memory consumption with and
without the change?

Regards, michael
-- 
Want support? Please read the list rules first: http://typo3.org/1438.0.html




More information about the TYPO3-dev mailing list