While clicking on random menu items such as Accounts, Contacts, Home, etc, about every forth or fifth time Sugar takes anywhere from 100 to 130 second to respond. It's not consistent, but usually close to two minutes.
Some data:
Running on the following:
Pentium dual core 3GHz, 2GB RAM, 250GB HDD with 2% used
Debian 4.0 Etch, Apache2, MySQL5.0, PHP5.2
SugarCRM Version 5.0.0f (Build 3338)
The database is basically empty, just a few dummy records I typed in.
There are no email accounts configured, and Sugar is not doing anything on a schedule, and I have not setup cron to do anything on the server.
Also when it's doing the timeout thing, I can use 'top' and there is nothing using CPU time on the server.
I turned on logging, and find the big delay here:
Note the two minutes that went by between lines 2 and 3. I took some guesses that maybe authentication was delayed from slow DNS response or something, and the only setting I could find that might be related was this in the config.php, so I changed it:Code:Thu Jul 3 09:35:35 2008,718 [18646] INFO SugarCRM - Query:SELECT * FROM outbound_email WHERE id = 'b1457e00-7ad1-e245-b65a-485d315b311b' Thu Jul 3 09:35:35 2008,718 [18646] INFO SugarCRM - Query Execution Time:0.000112 Thu Jul 3 09:37:30 2008,656 [18659] DEBUG SugarCRM - We have an authenticated user id: 1 Thu Jul 3 09:37:30 2008,658 [18659] DEBUG SugarCRM - Retrieve User : SELECT users.* FROM users WHERE users.id = '1' AND users.deleted=0
However I still get two minute responses every fourth or fifth click of the menu items.Code:'verify_client_ip' => false
How do I troubleshoot this?
Thanks for any help.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks