Project

General

Profile

Actions

Bug #88098

closed

Epic #88474: Page tree performance in 9.5

Page tree XHR is fetching huge JSON data

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:

100%

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 whole tree is fetched and send to the browser as JSON. Each page record takes approximately 1000 bytes of data in JSON, so the JSON return of 100.000 pages is 100 Megabytes. That takes a while to download. At a 100 mbps connection that will take like 8 seconds. TYPO3 version 8 did not have this problem, because only data which was needed was fetched. If you had a node closed, no data for the subpages was fetched at all.


Related issues 8 (0 open8 closed)

Related to TYPO3 Core - Bug #91898: Reloading the page tree resets its filterRejected2020-07-30

Actions
Related to TYPO3 Core - Bug #91896: Page tree does not appear in edge browser in TYPO3 10.4.6Closed2020-07-30

Actions
Related to TYPO3 Core - Bug #91885: Page-Tree filter does not resetRejected2020-07-29

Actions
Related to TYPO3 Core - Bug #91884: Page tree filter has no delete "X", needs hitting enter and has no filter info box anymore, a big backwards step regarding usabilityClosed2020-07-29

Actions
Related to TYPO3 Core - Bug #91883: Filtering in the page tree shows translated pages alongside the L=0 onesRejected2020-07-29

Actions
Related to TYPO3 Core - Bug #91878: Fatal error in pagetree 9.5.20Closed2020-07-28

Actions
Related to TYPO3 Core - Task #91916: Provide acceptance tests for page tree filterClosedAnja Leichsenring2020-08-01

Actions
Related to TYPO3 Core - Task #91949: Revert "Limit amount of data fetched by the page tree"ClosedBenni Mack2020-08-07

Actions
Actions

Also available in: Atom PDF