Actions
Task #69172
closedCache requireJS config in order to avoid searching all the extensions all the time
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Performance
Target version:
Start date:
2015-08-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Remote Sprint
Description
\TYPO3\CMS\Core\Page\PageRenderer::loadRequireJs()
walks through all extensions for each request in BE in order to collect all AMD module paths.
Cache this information to avoid that overhead, which is slow due to filesystem interaction.
Actions