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.
Actions