Actions
Task #105075
closedUse RecordPropertyClosure for more field transformations
Start date:
2024-09-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
RecordPropertyClosure has been introduced to
allow resolving record relations once they are
accessed (lazy loading). However not only resolving
relations might be a costly task, also processing
flexform structures or converting huge JSON strings.
Therefore, to further reduce the performance impact
of record field transformation is RecordPropertyClosure
now also used for additional field types: Flex, Json
and Link.
Updated by Benjamin Franzke 2 months ago
- Related to Bug #105054: Flexform migrations executed during schema generation is expensive added
Updated by Gerrit Code Review 2 months ago
- Status changed from New to Under Review
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86245
Updated by Oliver Bartsch about 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset faeac29518222faa54ab1c4b9e0a6e2bf1ced58c.
Actions