Actions
Bug #89687
closedEpic #88474: Page tree performance in 9.5
Page tree sends unnecessary data
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-11-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The page tree sends information about page items as json.
It contains all properties of the item even if they are defaylt values.
In order to save some bandwidth, we should only send non-default values.
Actions