- Issue created by @tblaas
Currently I have hundreds of nodes (type event) using the smart_date_recur dates.
This type of nodes is automatically imported and cleaned via cron-jobs.
Currently i have the problem, when deleting multiple events (~50) or even a single node of type event, it iterates each time over all entries in the smart_date_rules (~80000 entries).
This is taking too much time and results in a timeout.
Large amount of smart_date_rule entries in the db.
is there a better way to get all the matching rules from the current deleting node? as iterating over all entries?
Maybe storing the node-id also on the smart_date_rule?
Active
3.7
Smart Date Recur