Skip to content

[FEATURE] Feature flag to skip RecordMonitor and GarbageCollection #4108

@kitzberger

Description

@kitzberger

Problem

Currently the 2 hooks of EXT:solr into DataHandler are fired for all sites, their pages and records. This is time consuming. Especially the RecordMonitor is taking up to 10s to do its thing.

Side note: recursively changing the permissions (owner, group, bit-mask) of a page tree via "Access" module is the mother of all killer operations and often runs into memory allocation problems:

:goberserk: Fatal error: Allowed memory size of 402653184 bytes exhausted

But that seems to be a whole different problem, I believe.

Solution

For sites that don't use solr, it'll be great to have them skip the DataHandler hooks completely.

Target versions

EXT:solr 12.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions