Actions
Bug #55785
closedBackend Log needs cleanup
Start date:
2014-02-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Backend Log makes 410.000 method calls
This is about ten times as much as a list view.
This takes about 4,5 seconds to render about 50 lines of log for me.
TYPO3\CMS\Core\Utility\ArrayUtility::sortArraysByKey() alone takes up 793,65 ms of that.
This module is in need of inspection and cleanup.
Actions