Actions
Bug #20448
closedReduce memory usage of db_list_extra
Start date:
2009-05-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After having a few memory limit errors using the Web > List module, I tracked down at least one statement that was eating up a lot of memory.
I simply added an unset() after one variable was concatenated to another and wan't needed anymore.
There's certainly far more clean up to do, but consider this as a first step :-)
(issue imported from #M11118)
Files
Updated by Francois Suter over 15 years ago
Committed to 4.2 (rev 5439) and trunk (rev 5440).
Actions