
Originally Posted by
franckt
Well.. lots of people complains about sugar response times.... and I'm part of it.
But for months, I try to get a solution for this problem and I can't and I haven't read any serious answer through this forum.
Each time, the same inadequate answer like "developer mode" to be off, or disable_count_query... or log slow query (I never had any slow query in this log.. while sometimes I have to wait more than 2 mn to get 20 accounts on the Accounts module home !!)
I have tried to manage my sql servers variable... but nothing make the response time decrease.
So it should be somewhere in the core code... may be the tracker constant appeal and writing ? may be a lack of relevant indexes on the tables ? may be all these database fields defined as NULL ? may be all theses queries with left join instead of inner join (like I always used) ? may be also all these varchar fields (from drop down sugarmade... instead of having tinyint value with a join table) which consumes a lot when you do a search ? may be also these 36 chars primary keys (I have read several times the guide and understand the utility.. especially when important data from other systems) but I always developed mysql database with smallint or mediumint or int(11) as primary key ?
Is there anyone who can help or give a path to a correst answer ?
If any Pro version people can tell me if they have such problem ir not, I will be pleased because I intend to upgrade to the pro version (because I really ike Sugar and I have been developing a lot the last 8 months.... from now, I only a single file and precisely only an added line in a single file which is not upgrade safe)
Sincerely
I'm using sugarcrm CE 6.01..... updated months after months from primary version 5.02k
I work locally on windows XP with 4bg ram with a lamp environment
and it's worse online on a linux sytem
Bookmarks