Long log in time and admin to admin sql query

I am using 7.04 and log in times are close to minute before it query's in..  I am not sure why or how to fix this issue but any advice is welcome.

SELECT p.ID AS `friendID` , p.NickName
FROM `Profiles` AS p
INNER JOIN (SELECT IF( '5' = f.`ID

 

A simple request to that page is spawning a SQL query this occurs going to from admin to admin pages on my site.

That takes sometimes as long as a 100 seconds to complete. It is locking  that table. Then, if others go to that page, their request wont be accomplished until the first one is done (which is taking very long) and I run out of memory (a lot of requests on standby)

i am running 6 gigs of memory and the boonex profiles are original no modifications can someone help or suggest a fix

SELECT COUNT(*)
FROM `Profiles` AS p
INNER JOIN (SELECT IF( '5' = f.`ID` , f.`Profile` , f.`ID` ) AS `ID` 
FROM `sys_friend_list` AS `f` 
WHERE 1 AND (f.`Profile` = '5' OR f.`ID` = '5') AND `Check` = 1) AS `f1` ON (`f1`.`ID` = `p`.`ID`) 
INNER JOIN (SELECT IF( '12' = f.`ID` , f.`Profile` , f.`ID` ) AS `ID` 
FROM `sys_friend_list` AS `f` 
WHERE 1 AND (f.`Profile` = '12' OR f.`ID` = '12') AND `Check` = 1) AS `f2` ON (`f2`.`ID` = `p`.`ID`);

is the full query.

Quote · 29 Jan 2011

It takes me 3 minutes to go from admin to admin pages.  I do not know why and i am not using customizations and this is for 7.04  I just need this ironed out..   Any takers on the problem or am i on my own

Quote · 30 Jan 2011

 

It takes me 3 minutes to go from admin to admin pages.  I do not know why and i am not using customizations and this is for 7.04  I just need this ironed out..   Any takers on the problem or am i on my own

Make a ticket on support area. They will check some of your mysql settings

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 30 Jan 2011

Maybe check this changeset: http://www.boonex.com/trac/dolphin/changeset/14919

Working just fine for me :-)

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 30 Jan 2011

This fix has improved the profile load time but not completely still lags

Quote · 1 Feb 2011

 

This fix has improved the profile load time but not completely still lags

Can you show as profiler log for that page?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 1 Feb 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.