- Issue created by @seanB
In
📌
ContentEntityStorageBase::loadRevision() should use the static and the persistent entity cache like ContentEntityStorageBase::load()
Needs work
there is work being done to add caching for node revisions. When using the patch for the node revision cache, nodes with a lot of revisions can cause out-of-memory errors while running the queue.
I guess this makes sense, some NodeRevisionDelete
plugins load all revisions and when these are cached this can add up to a huge amount.
Reset the revision cache in plugins that load the revisions.
None
None
None
Active
2.0
Code