Project

General

Profile

Actions

Task #104725

closed

Epic #104723: ext:adminpanel creates a huge mess

Massive amount of data stored and transmitted by admin panel

Added by Christian Kuhn about 2 months ago. Updated 5 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
AdminPanel
Target version:
-
Start date:
2024-08-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

ModuleData of admin panel can be huge.

Especially the event module tends to have massive data, when this is enabled, and a non-cached page is called, it catapults the size of the HTML response from ~100k to 1,2MB - with a small page. Also, the cache_adminpanel_requestdata "cache" row is not ~200kb, but 16MB!

We need to revamp this mess and improve the data serialization plus the html creation side to be way more efficient, and to not go amok.

At the moment, I actually tend to at least disable the event sub module since it not only kills serverside parsetime, but browser rendering times easily, as well. Imho, we need to redesign the 'data storage' side api from scratch to prevent it from catapulting in size when anything but tiny object trees occur.

Also, the html rendering of the 'clicky' event tree is "not satisfiable" to put it mildly.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #90265: Show events triggered in current request in AdminPanelClosedSusanne Moog2020-01-31

Actions
Actions

Also available in: Atom PDF