Actions
Bug #91728
closedVery slow tree loading if you have multiple workspaces TYPO3 v10
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2020-06-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
workspaces page tree loading slow
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Context:
- Platform with 18000+ page tree
- 8 workspaces (each workspace have ca. 2250 pages)
- Our “Advanced Editors user” have access to 4 workspace
Problem:
Loading page tree is very slow (more. 40 second) when advanced editor access in LIVE and DRAFT WORKSPACES.
Using firebug I spotted the bottleneck in the call:- /typo3/index.php?route=/ajax/page/tree/fetchData&token=101678758c95c2d29a02a21b5f123c74503900ee
In TYPO3 v8 we have fix all adding database indexes, bat in v10 same indexes do not works.
Files
Updated by Danilo Caccialanza over 4 years ago
- Related to Feature #90931: Add option to disable version highlighting in the page tree added
Updated by Danilo Caccialanza over 4 years ago
- Related to Bug #88943: Pagetree taking extremely long to load for editors added
Updated by Danilo Caccialanza over 4 years ago
Relase 10.4.6 resolve this bug:
2020-07-23 a253b871c5 [BUGFIX] Limit amount of data fetched by the page tree (thanks to Tymoteusz Motylewski)
Thanks to all the developers for this important work.
This report can be closed.
Updated by Christian Kuhn over 4 years ago
- Status changed from New to Resolved
Thank you for feedback. Glad it's solved for you.
Updated by Christian Kuhn over 4 years ago
- Status changed from Resolved to Closed
Updated by Danilo Caccialanza over 4 years ago
- Related to Epic #88474: Page tree performance in 9.5 added
Actions