SELECT session_data
FROM xf_session
WHERE session_id = ?
AND expiry_date >= ?
Params: 97280fafb53ff001c399a2aa486f6880, 1752883756
Run Time: 0.000138
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_session | const | PRIMARY,expiry_date | PRIMARY | 34 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000060
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*
FROM xf_user AS user
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = user.user_id)
LEFT JOIN xf_user_option AS user_option ON
(user_option.user_id = user.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = user.user_id)
WHERE (user.is_staff = 1)
ORDER BY user.username ASC
Run Time: 0.000228
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | ref | staff_username | staff_username | 1 | const | 18 | Using where |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.user.user_id | 1 | |
SIMPLE | user_option | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.user.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.user.user_id | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*
FROM xf_user AS user
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = user.user_id)
LEFT JOIN xf_user_option AS user_option ON
(user_option.user_id = user.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = user.user_id)
WHERE (user.is_banned = 0)
ORDER BY user.like_count DESC
LIMIT 20
Run Time: 0.001346
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | index | | like_count | 4 | | 20 | Using where |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.user.user_id | 1 | |
SIMPLE | user_option | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.user.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.user.user_id | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*
FROM xf_user AS user
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = user.user_id)
LEFT JOIN xf_user_option AS user_option ON
(user_option.user_id = user.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = user.user_id)
WHERE user_profile.dob_month = ?
AND user_profile.dob_day = ?
AND user_option.show_dob_date = 1
AND ((user.user_state = 'valid') AND (user.is_banned = 0))
ORDER BY user.username
LIMIT 20
Params: 7, 19
Run Time: 0.000193
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 9 | Using index condition; Using temporary; Using filesort |
SIMPLE | user | eq_ref | PRIMARY,user_state | PRIMARY | 4 | forum_xenforo.user_profile.user_id | 1 | Using where |
SIMPLE | user_option | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.user_profile.user_id | 1 | Using where |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.user_profile.user_id | 1 | |
UPDATE `xf_session` SET `expiry_date` = ? WHERE (session_id = '97280fafb53ff001c399a2aa486f6880')
Params: 1752887356
Run Time: 0.000139
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
VALUES
(?, ?, ?, ?, ?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
ip = VALUES(ip),
controller_name = VALUES(controller_name),
controller_action = VALUES(controller_action),
view_state = VALUES(view_state),
params = VALUES(params),
view_date = VALUES(view_date),
robot_key = VALUES(robot_key)
Params: 0, 3628718217, 3628718217, XenForo_ControllerPublic_Member, Index, valid, , 1752883756,
Run Time: 0.000060
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'wf_widget_users_find', 'wf_widget_wrapper', 'wf_widget_birthday', 'wf_widget_users', 'wf_widget_facebook_facepile', 'member_notable', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000138
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 10 | Using where |
SELECT user.*
,
user_profile.*,
user_option.*
FROM xf_user AS user
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = user.user_id)
LEFT JOIN xf_user_option AS user_option ON
(user_option.user_id = user.user_id)
WHERE ((user.user_state = 'valid') AND (user.is_banned = 0)) AND (((user_profile.dob_day = '19' AND user_profile.dob_month = '07'))) AND (user_option.show_dob_date = 1)
ORDER BY user.username ASC
Run Time: 0.000211
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 9 | Using index condition; Using temporary; Using filesort |
SIMPLE | user | eq_ref | PRIMARY,user_state | PRIMARY | 4 | forum_xenforo.user_profile.user_id | 1 | Using where |
SIMPLE | user_option | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.user_profile.user_id | 1 | Using where |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_member_notable, a:2:{s:16:"member_notable_9";a:2:{s:4:"html";s:2198:"<div class="avatarList">
<ul>
<li class="user-96937">
<a href="index.php?members/3-bich.96937/" class="avatar Av96937s" data-avatarhtml="true"><img src="data/avatars/s/96/96937.jpg?1415848920" width="48" height="48" alt="3 bich" /></a>
<a href="index.php?members/3-bich.96937/" class="username">3 bich</a>
<div class="userTitle">Moderator</div>
</li>
<li class="user-1">
<a href="index.php?members/admin.1/" class="avatar Av1s" data-avatarhtml="true"><img src="data/avatars/s/0/1.jpg?1404731175" width="48" height="48" alt="admin" /></a>
<a href="index.php?members/admin.1/" class="username">admin</a>
<div class="userTitle">Administrator</div>
</li>
<li class="user-143291">
<a href="index.php?members/coca-light.143291/" class="avatar Av143291s" data-avatarhtml="true"><img src="data/avatars/s/143/143291.jpg?1446692127" width="48" height="48" alt="Coca Light" /></a>
<a href="index.php?members/coca-light.143291/" class="username">Coca Light</a>
<div class="userTitle">Moderator</div>
</li>
<li class="user-27894">
<a href="index.php?members/danh-chan.27894/" class="avatar Av27894s" data-avatarhtml="true"><img src="data/avatars/s/27/27894.jpg?1400138406" width="48" height="48" alt="Danh Chan" /></a>
<a href="index.php?members/danh-chan.27894/" class="username">Danh Chan</a>
<div class="userTitle">Binh Nhất</div>
</li>
<li class="user-27895">
<a href="index.php?members/game-%C4%91%C3%A1nh-b%C3%A0i.27895/" class="avatar Av27895s" data-avatarhtml="true"><img src="data/avatars/s/27/27895.jpg?1400139876" width="48" height="48" alt="Game đánh bài" /></a>
<a href="index.php?members/game-%C4%91%C3%A1nh-b%C3%A0i.27895/" class="username">Game đánh bài</a>
<div class="userTitle">Binh Nhất</div>
</li>
</ul>
</div>";s:4:"time";i:1752882380;}s:16:"member_notable_8";a:2:{s:4:"html";s:2722:"<h4 class="minorHeading">Today is 9 people's birthday.</h4>
<ul class="followedOnline">
<li title="0989595713, 36" class="Tooltip user-268782">
<a href="index.php?members/0989595713.268782/" class="avatar Av268782s _plainImage" data-avatarhtml="true"><img src="data/avatars/s/268/268782.jpg?1523649492" width="48" height="48" alt="0989595713" /></a>
</li>
<li title="cucxinh93, 32" class="Tooltip user-262562">
<a href="index.php?members/cucxinh93.262562/" class="avatar Av262562s _plainImage" data-avatarhtml="true"><img src="data/avatars/s/262/262562.jpg?1518371898" width="48" height="48" alt="cucxinh93" /></a>
</li>
<li title="jimmycaominh, 40" class="Tooltip user-15522">
<a href="index.php?members/jimmycaominh.15522/" class="avatar Av15522s _plainImage" data-avatarhtml="true"><img src="data/avatars/s/15/15522.jpg?1396363704" width="48" height="48" alt="jimmycaominh" /></a>
</li>
<li title="khánh bánh bèo, 21" class="Tooltip user-277439">
<a href="index.php?members/kh%C3%A1nh-b%C3%A1nh-b%C3%A8o.277439/" class="avatar Av277439s _plainImage" data-avatarhtml="true"><img src="data/avatars/s/277/277439.jpg?1529035840" width="48" height="48" alt="khánh bánh bèo" /></a>
</li>
<li title="quái chim non, 33" class="Tooltip user-268006">
<a href="index.php?members/qu%C3%A1i-chim-non.268006/" class="avatar Av268006s _plainImage" data-avatarhtml="true"><img src="data/avatars/s/268/268006.jpg?1525196658" width="48" height="48" alt="quái chim non" /></a>
</li>
<li title="trinh55t, 33" class="Tooltip user-297728">
<a href="index.php?members/trinh55t.297728/" class="avatar Av297728s _plainImage" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="trinh55t" /></a>
</li>
<li title="vipngonphi, 35" class="Tooltip user-284381">
<a href="index.php?members/vipngonphi.284381/" class="avatar Av284381s _plainImage" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="vipngonphi" /></a>
</li>
<li title="vương đẹp trai, 31" class="Tooltip user-189823">
<a href="index.php?members/v%C6%B0%C6%A1ng-%C4%91%E1%BA%B9p-trai.189823/" class="avatar Av189823s _plainImage" data-avatarhtml="true"><img src="data/avatars/s/189/189823.jpg?1442099901" width="48" height="48" alt="vương đẹp trai" /></a>
</li>
<li title="_Cherry, 29" class="Tooltip user-158109">
<a href="index.php?members/_cherry.158109/" class="avatar Av158109s _plainImage" data-avatarhtml="true"><img src="data/avatars/s/158/158109.jpg?1498671372" width="48" height="48" alt="_Cherry" /></a>
</li>
</ul>";s:4:"time";i:1752883756;}}
Run Time: 0.005017
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('birthday', 'staff_members')
Params: 2
Run Time: 0.000058
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 81 | | 2 | Using where |