Actions
Bug #55535
closedModule Menu is initialized in every backend request, even though only needed in backend.php
Start date:
2014-01-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Using XHProf shows, that the ModuleMenu is initialized in every call in backend (ajax as well as modules)
this happens with init.php Bootstrap->initialize Module menu
as a result all modules of extensions are itereated, information is collected, the filesizes of the module icons are received and an object representation is build.
This is only needed once - when building the module menu in backend php.
All other backend actions do not need that...
In addition the results of that parsing could be cached - as this only changes when new extensions are installed.
Actions