Such as
SELECT f.name, f.type, v.value FROM profile_fields f INNER JOIN profile_values v ON f.fid = v.fid WHERE uid = xxxx;
lots of this query in my slow_query_log which the execute time > 2s.
Such as
SELECT f.name, f.type, v.value FROM profile_fields f INNER JOIN profile_values v ON f.fid = v.fid WHERE uid = xxxx;
lots of this query in my slow_query_log which the execute time > 2s.