Hello,
need to get some hints on a performance issue on this page civicrm/activity&reset=1&action=add&context=standalone
I'm referring to "With Contact" autocomplete field .
We are using Civi 3.2.1
We have 9000 and more contacts and that simply stalls... I think the query the autocomplete is calling is missing a LIMIT 0, [max items]
Anybody could tell me where to check this query and eventually modify it ?
Thank you
Paolo