Actions
Bug #21086
closedtreelist cache fills devlog
Start date:
2009-09-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem
function getTreeList() in class tslib content always writes a devlog entry.
On a site with lots of plugins using this cache there will be a huge amounz og devlog entries about treelist cache hits or misses. This information is not needed on production sites.
Solution:
remove the devlog calls from function getTreeList()
(issue imported from #M11992)
Files
Actions