Currently, the triggers are always enabled. It cause performance problems on big sites for fields like click through which can trigger a lot of quite heavy sql queries.
The extension net.ourpowerbase.sumfields has a setting to avoid just that:
The name of the setting is data_update_method and has 2 possible value:
via_triggers
via_cron
If via_cron is selected, the triggers shouldn't be generated.
Currently, the triggers are always enabled. It cause performance problems on big sites for fields like click through which can trigger a lot of quite heavy sql queries.
The extension net.ourpowerbase.sumfields has a setting to avoid just that:
The name of the setting is
data_update_method
and has 2 possible value:via_triggers
via_cron
If
via_cron
is selected, the triggers shouldn't be generated.