Diasble Tracker Table

I am using suitecrm version 7.10.14 on Linux Server. I want to disable tracker tables to improve performance. Apart from using the scheduler “Prune Tracker Table” ,is there any other way of disabling tracker tables. Please note that my admin settings dont have any option to disable tracker tables.

Unfortunately there doesn’t seem to be a simple config option to disable it.

From code, I think if you set the tracker_visibility property of a certain Bean class to “false”, you stop getting trackers for that module.

1 Like

where do i find that property?