Actions
Bug #20883
closedspeed up function t3lib_iconWorks::skinImg()
Start date:
2009-08-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
problem:
function t3lib_iconWorks::skinImg() wastes processing time because it is called hundreds of times when rendering the extended listview in the BackEnd. F.e. the "garbage can" icon is the same on each row, but it is processed again and again for each record.
solution:
cache the results of function t3lib_iconWorks::skinImg() and re-use it when the same icon is requested again.
(issue imported from #M11718)
Files
Actions