Actions
Bug #88097
closedEpic #88474: Page tree performance in 9.5
Page tree data fetching is using a huge amount of memory in PHP
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2019-04-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Maintaining a website with over 100.000 pages I've noticed the page tree, which is claimed to be fast, becomes extremely slow on big TYPO3 instances. This is due to the fact the new page tree, in more detail the new page tree repository, is fetching all 100.000 pages and puts them in an array. With an average of 750 bytes per page this array consumes 75 Megabytes only. Three similar arrays are produced in the new page tree repository, each consuming approx the same amount of memory, so in total 225 Megabytes, which is way too much.
Updated by Karina Helena Reinhardt over 5 years ago
- Related to Bug #88943: Pagetree taking extremely long to load for editors added
Updated by Sybille Peters over 4 years ago
- Related to Bug #92033: "Page tree error: Got unexpected reponse" with filter - allowed memory size exhausted added
Updated by Tymoteusz Motylewski about 4 years ago
- Status changed from New to Resolved
already solved in 10 and 9 with https://forge.typo3.org/issues/88943
Actions