Query1:SELECT * FROM modoer_dbcache WHERE cache_key IN ('comm_dbcache_expire','comm_task_nexttime','comm_session_expire','comm_session_online')
Time:0.002455
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 = 'ee06da97ced536eb78f1989d9d5f847f' LIMIT 0, 1
Time:0.002465
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='ee06da97ced536eb78f1989d9d5f847f',uid='0',ip_address='104.167.77.90',content='',last_time='1775844678',last_url='/space/60802.html',is_mobile='0',user_agent='Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'
Time:0.003141
Query4:SELECT mp.*,m.* FROM modoer_members m LEFT JOIN modoer_member_profile mp ON (m.uid = mp.uid) WHERE m.uid = '60802' LIMIT 0, 1
Time:0.002486
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 = '60802'
Time:0.002282
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 = '60802'
Time:0.002275
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 = '60802'
Time:0.003180
Query8:SELECT * FROM modoer_member_feed WHERE uid = '60802' ORDER BY id DESC LIMIT 0, 5
Time:0.002399
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=60802 ORDER BY f.addtime DESC LIMIT 0,9
Time:0.003071
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=60802 order by last_time desc LIMIT 0,9
Time:0.002443
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=60802 AND status=1 ORDER BY addtime desc LIMIT 0,10
Time:0.157395
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
41714
10.00
Using where; Backward index scan
Query12:SELECT * FROM modoer_review r WHERE r.uid = '60802' AND r.hide_name = '0' AND status = '1' ORDER BY posttime DESC LIMIT 0, 3
Time:0.002424
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 = '60802' AND status = '1' ORDER BY addtime DESC LIMIT 0, 4
Time:0.002651
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 = '60802' AND m.status = '1' ORDER BY modifytime DESC LIMIT 0, 5