Query1:SELECT * FROM modoer_dbcache WHERE cache_key IN ('comm_dbcache_expire','comm_task_nexttime','comm_session_expire','comm_session_online')
Time:0.002254
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_dbcache
range
PRIMARY
PRIMARY
600
4
100.00
Using where
Query2:SELECT * FROM modoer_session WHERE uniq = 'ee55a3c00791423431674af7c6de1deb' LIMIT 0, 1
Time:0.002159
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
no matching row in const table
Exec 3:INSERT modoer_session SET uniq='ee55a3c00791423431674af7c6de1deb',uid='0',ip_address='104.167.77.90',content='',last_time='1775687908',last_url='/space/73691.html',is_mobile='0',user_agent='Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'
Time:0.002824
Query4:SELECT mp.*,m.* FROM modoer_members m LEFT JOIN modoer_member_profile mp ON (m.uid = mp.uid) WHERE m.uid = '73691' LIMIT 0, 1
Time:0.002290
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
m
const
PRIMARY
PRIMARY
3
const
1
100.00
Query5:SELECT * FROM modoer_spaces WHERE uid = '73691'
Time:0.002536
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_spaces
const
PRIMARY
PRIMARY
3
const
1
100.00
Query6:SELECT COUNT(*) FROM modoer_spaces WHERE uid = '73691'
Time:0.002152
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_spaces
const
PRIMARY
PRIMARY
3
const
1
100.00
Using index
Exec 7:UPDATE modoer_spaces SET pageview=pageview+'1' WHERE uid = '73691'
Time:0.002849
Query8:SELECT * FROM modoer_member_feed WHERE uid = '73691' ORDER BY id DESC LIMIT 0, 5
Time:0.002218
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_member_feed
ref
uid
uid
3
const
1
100.00
Backward index scan
Query9:SELECT f.fid,f.id,f.addtime,m.uid,m.username,m.follow,m.fans,reviews,groupid FROM modoer_favorites f LEFT JOIN modoer_members m ON (f.id = m.uid) WHERE f.idtype='member' AND f.uid=73691 ORDER BY f.addtime DESC LIMIT 0,9
Time:0.002257
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
f
ref
uid,idtype
uid
3
const
1
5.92
Using where; Backward index scan
Query10:select uid,username,last_time from modoer_space_visit where space_uid=73691 order by last_time desc LIMIT 0,9
Time:0.002278
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_space_visit
ALL
617
10.00
Using where; Using filesort
Query11:SELECT sid,name,subname,pid FROM modoer_subject WHERE cuid=73691 AND status=1 ORDER BY addtime desc LIMIT 0,10
Time:0.162801
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_subject
ref
addtime,finer,idx_status_sid,idx_status
addtime
1
const
41712
10.00
Using where; Backward index scan
Query12:SELECT * FROM modoer_review r WHERE r.uid = '73691' AND r.hide_name = '0' AND status = '1' ORDER BY posttime DESC LIMIT 0, 3
Time:0.002194
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
r
ref
uid
uid
4
const,const
1
100.00
Using where; Using filesort
Query13:SELECT albumid,picid,title,thumb,sid FROM modoer_pictures WHERE uid = '73691' AND status = '1' ORDER BY addtime DESC LIMIT 0, 4
Time:0.002197
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_pictures
ref
uid
uid
3
const
1
10.00
Using where; Using filesort
Query14:SELECT m.* FROM modoer_mylist m WHERE m.uid = '73691' AND m.status = '1' ORDER BY modifytime DESC LIMIT 0, 5