Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
default content system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2025 at 11:47 UTC
Updated:
12 Nov 2025 at 14:44 UTC
Jump to comment: Most recent
Comments
Comment #3
phenaproximaComment #4
thejimbirch commentedSuggestion from the previous issue implemented. It makes it a lot easier to read. Tests pass. Marking as RTBC
Comment #5
alexpottSingle entity loading received improvements from fibers... entity static caching has had improvements... which should prevent this from eating all the memory...
The current implementation is probably better for exporting millions of nodes... but I'd argue that handling that case is out-of-scope. And besides we could do a count and then batch if we want.
Comment #8
alexpottCommitted and pushed ea75fec9563 to 11.x and 20b6597cda4 to 11.3.x. Thanks!