_my_trackers takes a very long time to run if you are part of many projects. Suggestion: instead of running my_projects() and then doing a has_access() check for each of them, get the list of admin-access projects more directly. Perhaps there is an existing function to do that or my_projects() could be modified to specify a specific role.
Created #368: [#6306] _my_trackers is slow if you are part of many projects (3cp)
Related
Tickets:
#6306Closed #368.
je/42cc_6306
On my sandbox I've got following improvements in
_my_trackers()
execution time:Don't sure if it sufficient for a production environment, but I think you can merge it and observe if it's enough.