Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Prevent cache overflow when querying nodes by related entities #4877

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. BUGFIX: Prevent cache overflow when querying nodes by related entities

    Without this change new cache entries in Flow_Persistence_Doctrine
    are generated for each entry in the relationMap causing massive slowdowns
    in Neos f.e. when many assets are deleted as the file system cache
    cannot handle large numbers of entries well.
    
    With this change only one entry per number of relations is generated
    which is usually only a few and the entries can be reused.
    
    Resolves: #4876
    Sebobo committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3a2e9a3 View commit details
    Browse the repository at this point in the history