Load time for contacts or opportunities module is as high 90 seconds.
Tracking down the problem I figure out it wos due to count query e.g.
If I set any filters in the windows load times is miliseconds.HTML Code:SELECT count(*) c FROM contacts LEFT JOIN users ON contacts.assigned_user_id=users.id LEFT JOIN accounts_contacts ON contacts.id=accounts_contacts.contact_id and accounts_contacts.deleted = 0 LEFT JOIN accounts ON accounts_contacts.account_id=accounts.id LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c where contacts.deleted=0 AND (accounts.deleted is NULL or accounts.deleted=0)
Thaks for yhe help!!!


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks