Actions
Task #56110
closedEpic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
IconUtility::getSpriteIcon() needs a cache
Start date:
2014-02-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
IconUtility::getSpriteIcon() is used heavily in many parts of the backend Treeview, page and list to name a few areas.
Most of the calls (279) use just the first parameter: $iconName
Many callers (135) use more parameters.
The calls with just the one parameter can be cached, preventing rendering the same code over and over again (in list mode and page tree for example).
Actions