Project

General

Profile

Actions

Bug #88097

closed

Epic #88474: Page tree performance in 9.5

Page tree data fetching is using a huge amount of memory in PHP

Added by Patrick Broens about 5 years ago. Updated over 3 years ago.

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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #88943: Pagetree taking extremely long to load for editorsClosed2019-08-09

Actions
Related to TYPO3 Core - Bug #92033: "Page tree error: Got unexpected reponse" with filter - allowed memory size exhaustedClosed2020-08-17

Actions
Actions #1

Updated by Tymoteusz Motylewski almost 5 years ago

  • Parent task set to #88474
Actions #2

Updated by Karina Helena Reinhardt over 4 years ago

  • Related to Bug #88943: Pagetree taking extremely long to load for editors added
Actions #3

Updated by Sybille Peters over 3 years ago

  • Related to Bug #92033: "Page tree error: Got unexpected reponse" with filter - allowed memory size exhausted added
Actions #4

Updated by Tymoteusz Motylewski over 3 years ago

  • Status changed from New to Resolved

already solved in 10 and 9 with https://forge.typo3.org/issues/88943

Actions #5

Updated by Benni Mack over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF