Hi there
There is massive query happening daily which is occupying resources, every morning, and am trying to figure out which possible cron is calling it. Looking at the spdbComplex class, couldnt really figure out which select has caused it… so asking for your help please… the partial query I got in log is about:
SELECT SQL_CALC_FOUND_ROWS DISTINCT IF(wp_sfmembers.admin=1, 0, IFNULL(wp_sfmemberships.usergroup_id, 99999999)) AS usergroup_id, IF(wp_s…
more code digging did lead to Members List Class, sp_memberList_query(! if im right), so … is there any job calling this part daily? which I can switch to a bigger interval maybe, before trying to rewrite the query, please :S
Thanks,
Sep
