Actions
Bug #20307
closedt3lib_cache_frontend_AbstractFrontend constructor is inefficient
Start date:
2009-04-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The constructor of this class makes a copy of the passed object (t3lib_cache_backend_Backend). Copying happens two times: once the constructor is called and second time when internal member variable is assigned.
Both operations should use references to minimize memory usage.
(issue imported from #M10896)
Actions