Author Topic: Performance issues on New Activity page  (Read 1492 times)

Offline paoloteo

  • I’m new here
  • *
  • Posts: 3
  • Karma: 1
Performance issues on New Activity page
« on: September 15, 2010, 01:06:57 am »
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

Offline xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 3789
  • Karma: 136
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Performance issues on New Activity page
« Reply #1 on: September 15, 2010, 01:45:37 am »
Hi,

Use firebug, and check what requests are fired on the net tabs, you can investigate what they are and what they contain

X+

Offline paoloteo

  • I’m new here
  • *
  • Posts: 3
  • Karma: 1
Re: Performance issues on New Activity page
« Reply #2 on: September 15, 2010, 01:54:43 am »
Sorry I did not post this in my previous post:

civicrm/ajax/checkemail?noemail=1&name=wil

where can I exactly locate the query that is triggered ?

Offline xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 3789
  • Karma: 136
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Performance issues on New Activity page
« Reply #3 on: September 15, 2010, 06:28:30 am »
Paoloteo has solved the problem and filled an issue:

http://issues.civicrm.org/jira/browse/CRM-6825