Actions
Bug #15032
closedMany mounted pages causes performance degradation
Start date:
2005-10-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
My template has 4 mount points. In total, there are a few hundred mounted pages, although not all of these get displayed as I am only working one level deep.
Typo3 pages would have a performance hit of 3.5 seconds on every page when not cached. I located the problem in t3lib_TStemplate.initMPmap_create() where there was a recursion to 20 levels.
Perhaps I could suggest a setting per mount point (?) or system-wide to restrict this level of recursion. For my needs I changed the "20" in line 1468 to a "1" and the 3.5 second delay was gone.
(issue imported from #M1576)
Actions