Actions
Bug #20782
closedSmall speed improvement in class.t3lib_tstemplate.php
Start date:
2009-07-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In function splitConfArray, the passed array is transversed twice, once to pickout all elements that are arrays, and the second time to pickout all non array elements. This is not the most efficient way.
A better solution is to transverse the array just once, and do everything in one loop.
(issue imported from #M11581)
Files
Actions