- Issue created by @catch
- Status changed to Needs review
over 1 year ago 10:06am 28 October 2023 - @catch opened merge request.
- Status changed to Needs work
over 1 year ago 3:11pm 2 November 2023
Found in π Make POST requests render cacheable Needs work see long explanation over there.
ContentEntityBase serializes all field values. We don't need to serialize computed field values, and some of them are expensive or risky to populate, like path aliases.
Add ComputedFieldItemListInterface and check for it in ContentEntityBase::__sleep()
Needs work
11.0 π₯
It affects performance. It is often combined with the Needs profiling tag.