Actions
Task #55375
closedBad performance of the sys_note ext in BE
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2014-01-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Hi guys,
the sys_note extension hook a extbase plugin into the page-, list- and info module. If the extension is installed and the user don't use the notes often, the extension trigger extbase on nearly every backend module. The patch check the conditions for the sys_note plugin output.
If there is no valid configuration or there are no sys_note on the page at all, the Bootstrap don't trigger the extbase rendering. The patch reduce the load time of the mentioned modules (default configuration like e.g. page-module without any content elements) up to 30%!!
Files
Actions