Bug #92863
closed
TCA change for sys_file_reference l10n_parent kills performance
Added by Markus Klein about 4 years ago.
Updated about 4 years ago.
Category:
Backend User Interface
Description
Having an instance with 30k+ images used in 30k+ news articles stored in the same sysfolder.
The changes done with #69906 make the BE unusable. It can take minutes to open a news record for editing.
Also adding an image to a new news record takes minutes.
- Related to Bug #69906: Translated categories can not be (re-)assigned to original record in listview added
Debugging shows that it tries to handle the l10n_parent for sys_file_references.
Workaround:
Create TCA override sitesetup/Configuration/TCA/Overrides/sys_file_reference.php
with
<?php
$GLOBALS['TCA']['sys_file_reference']['columns']['l10n_parent']['config'] = [
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'sys_file_reference',
'size' => '1',
'maxitems' => '1',
'minitems' => '0',
];
- Related to Bug #81996: Read ony select field 'renderType' => 'selectSingle' renders all available items added
- Related to Bug #81036: TCA l18n_parent is processed for sys_language_uid 0 added
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Related to Bug #92889: High CPU Load after Update from 10.4.9 to 10.4.10 added
- Related to Bug #93040: TYPO3 10.4.10: Opening a file information popup takes a very long time added
- Status changed from Resolved to Closed
Also available in: Atom
PDF