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.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27509
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27509
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Resolved
merged already
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions