SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.001377
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
Run Time: 0.001031
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000592
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_node
WHERE display_in_list = 1
ORDER BY lft ASC
Run Time: 0.002351
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | display_in_list | | | | 73 | Using where; Using filesort |
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.001713
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 73 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: e4f4a7ea56bdb212c0ac3b463335df8c, , 1743072553
Run Time: 0.000462
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, , , XenForo_ControllerPublic_Misc, QuickNavigationMenu, valid, , 1743068953,
Run Time: 0.000622
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'wf_widget_wrapper', 'wf_widget_threads', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_profile_posts', 'wf_widget_stats', 'quick_navigation_menu', 'nat_childlinks')
AND style_id = ?
AND language_id = ?
Params: 2, 2
Run Time: 0.001403
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 9 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('home')
Params: 2
Run Time: 0.000444
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
node.title AS node_title, node.node_name
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_node AS node ON
(node.node_id = thread.node_id)
WHERE (thread.node_id IN ('54')) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.post_date DESC
LIMIT 30
Run Time: 0.050688
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | index | node_id_last_post_date,node_id_sticky_state_last_post | post_date | 4 | | 2368 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | quangbakinhdoanh.thread.user_id | 1 | |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | quangbakinhdoanh.thread.node_id | 1 | |
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000775
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 73 | Using where |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id IN (54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54)
Run Time: 0.000590
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (381413, 380905, 378462, 377733, 377504, 377452, 377440, 377369, 377341, 377312)
AND (data.filename LIKE '%.png' OR
data.filename LIKE '%.jpg' OR
data.filename LIKE '%.jpeg' OR
data.filename LIKE '%.jpe' OR
data.filename LIKE '%.gif')
GROUP BY attachment.content_id
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.001486
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | range | content_type_id_date | content_type_id_date | 31 | | 10 | Using index condition; Using temporary; Using filesort |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | quangbakinhdoanh.attachment.data_id | 1 | Using where |
SELECT
post.*
FROM xf_post AS post
WHERE post.post_id IN (381413, 380905, 378462, 377733, 377504, 377452, 377440, 377369, 377341, 377312)
Run Time: 0.000974
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | range | PRIMARY | PRIMARY | 4 | | 10 | Using where |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id = ?
Params: 54
Run Time: 0.000963
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (377504, 377452, 377440, 377369, 377341, 377312)
AND (data.filename LIKE '%.png' OR
data.filename LIKE '%.jpg' OR
data.filename LIKE '%.jpeg' OR
data.filename LIKE '%.jpe' OR
data.filename LIKE '%.gif')
GROUP BY attachment.content_id
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000718
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | range | content_type_id_date | content_type_id_date | 31 | | 6 | Using index condition; Using temporary; Using filesort |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | quangbakinhdoanh.attachment.data_id | 1 | Using where |
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1743068053)
ORDER BY session_activity.view_date DESC
Run Time: 0.001054
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 5 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | quangbakinhdoanh.session_activity.user_id | 1 | |
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1743068053)
ORDER BY session_activity.view_date DESC
Run Time: 0.000748
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 5 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | quangbakinhdoanh.session_activity.user_id | 1 | |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc_99c9ea3b1c3aad5b0f757', 'wfc_1ba364531eabedf893b81')
Run Time: 0.001298
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc_26abf335742fb8e90c1e1')
Run Time: 0.000813
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc_26abf335742fb8e90c1e1, a:1:{s:28:"quick_navigation_menu_lock_6";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1743068953;}}
Run Time: 0.001281
SELECT profile_post.*
,
posting_user.*,
IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username,
receiving_user.username
AS profile_username,
receiving_user.gender
AS profile_gender,
receiving_user.user_state
AS profile_user_state,
receiving_user.user_group_id
AS profile_user_group_id,
receiving_user.secondary_group_ids
AS profile_secondary_group_ids,
receiving_user.display_style_group_id
AS profile_display_style_group_id,
receiving_user.is_banned
AS profile_is_banned,
receiving_user.is_admin
AS profile_is_admin,
receiving_user.is_moderator
AS profile_is_moderator,
receiving_user.avatar_date
AS profile_avatar_date,
receiving_user.gravatar
AS profile_gravatar,
receiving_user.warning_points
AS profile_warning_points,
receiving_user.permission_combination_id
AS profile_permission_combination_id,
receiving_user_privacy.allow_view_profile
AS profile_allow_view_profile,
receiving_user_privacy.allow_post_profile
AS profile_allow_post_profile,
receiving_user_privacy.allow_send_personal_conversation
AS profile_allow_send_personal_conversation,
receiving_user_privacy.allow_view_identities
AS profile_allow_view_identities,
receiving_user_privacy.allow_receive_news_feed
AS profile_allow_allow_receive_news_feed,
IF (receiving_user_follow.follow_user_id, 1, 0)
AS following_0
FROM xf_profile_post AS profile_post
LEFT JOIN xf_user AS posting_user ON
(posting_user.user_id = profile_post.user_id)
LEFT JOIN xf_user AS receiving_user ON
(receiving_user.user_id = profile_post.profile_user_id)
LEFT JOIN xf_user_privacy AS receiving_user_privacy ON
(receiving_user_privacy.user_id = profile_post.profile_user_id)
LEFT JOIN xf_user_follow AS receiving_user_follow ON
(receiving_user_follow.user_id = profile_post.profile_user_id AND follow_user_id = 0)
WHERE (profile_post.message_state IN ('visible'))
ORDER BY profile_post.post_date DESC
LIMIT 15
Run Time: 0.013099
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | profile_post | ALL | | | | | 599 | Using where; Using temporary; Using filesort |
SIMPLE | posting_user | eq_ref | PRIMARY | PRIMARY | 4 | quangbakinhdoanh.profile_post.user_id | 1 | |
SIMPLE | receiving_user | eq_ref | PRIMARY | PRIMARY | 4 | quangbakinhdoanh.profile_post.profile_user_id | 1 | |
SIMPLE | receiving_user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | quangbakinhdoanh.profile_post.profile_user_id | 1 | |
SIMPLE | receiving_user_follow | range | PRIMARY,follow_user_id | follow_user_id | 4 | | 1 | Using where; Using index; Using join buffer (flat, BNL join) |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc_99c9ea3b1c3aad5b0f757, a:1:{s:23:"quick_navigation_menu_6";a:3:{s:4:"html";s:5942:"<ul class="WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostList">
<li id="profile-post-636" class="profilePostListItem " data-author="GPTAdipex">
<a href="members/gptadipex.13872/" class="avatar Av13872s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="GPTAdipex" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/gptadipex.13872/" class="username" dir="auto"><span class="style2">GPTAdipex</span></a>
</span>
<article><blockquote class="ugc baseHtml">GPT Adipex GPT Adipex Review GPT Adipex Platform</blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/636/" title="Permalink" class="item muted"><abbr class="DateTime" data-time="1742796429" data-diff="272524" data-datestring="24/3/25" data-timestring="13:07">24/3/25 lúc 13:07</abbr></a>
</div>
<div class="publicControls">
<a href="profile-posts/636/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">•••</a>
</div>
</div>
</div>
</li>
<li id="profile-post-635" class="profilePostListItem " data-author="BurnJaroWeightLoss">
<a href="members/burnjaroweightloss.13727/" class="avatar Av13727s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="BurnJaroWeightLoss" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/burnjaroweightloss.13727/" class="username" dir="auto"><span class="style2">BurnJaroWeightLoss</span></a>
</span>
<article><blockquote class="ugc baseHtml">BurnJaro burnJaro Weight Loss burnjaro reviews</blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/635/" title="Permalink" class="item muted"><span class="DateTime" title="17/3/25 lúc 22:12">17/3/25</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/635/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">•••</a>
</div>
</div>
</div>
</li>
<li id="profile-post-634" class="profilePostListItem " data-author="kadac">
<a href="members/kadac.13705/" class="avatar Av13705s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="kadac" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/kadac.13705/" class="username" dir="auto"><span class="style2">kadac</span></a>
</span>
<article><blockquote class="ugc baseHtml"><a href="https://www.youtube.com/watch?v=0K4hHr7ds1s" rel="nofollow" class="externalLink" target="_blank">https://www.youtube.com/watch?v=0K4hHr7ds1s</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/634/" title="Permalink" class="item muted"><span class="DateTime" title="16/3/25 lúc 01:17">16/3/25</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/634/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">•••</a>
</div>
</div>
</div>
</li>
<li id="profile-post-633" class="profilePostListItem " data-author="aw8focom">
<a href="members/aw8focom.13602/" class="avatar Av13602s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="aw8focom" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/aw8focom.13602/" class="username" dir="auto"><span class="style2">aw8focom</span></a>
</span>
<article><blockquote class="ugc baseHtml">AW8 - Nhà cái cá cược uy tín thưởng 300% đăng ký mới <a href="https://www.aw8fo.com/vi-vn" rel="nofollow" class="externalLink" target="_blank">https://www.aw8fo.com/vi-vn</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/633/" title="Permalink" class="item muted"><span class="DateTime" title="10/3/25 lúc 14:07">10/3/25</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/633/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">•••</a>
</div>
</div>
</div>
</li>
<li id="profile-post-632" class="profilePostListItem " data-author="aw8focom">
<a href="members/aw8focom.13602/" class="avatar Av13602s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="aw8focom" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/aw8focom.13602/" class="username" dir="auto"><span class="style2">aw8focom</span></a>
</span>
<article><blockquote class="ugc baseHtml">AW8 - Nhà cái cá cược uy tín thưởng 300% đăng ký mới <a href="https://www.aw8fo.com/vi-vn" rel="nofollow" class="externalLink" target="_blank">https://www.aw8fo.com/vi-vn</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/632/" title="Permalink" class="item muted"><span class="DateTime" title="10/3/25 lúc 14:07">10/3/25</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/632/" class="item Tooltip OverlayTrigger" title="Tương tác" data-tipclass="flipped" data-offsetX="7" data-offsetY="-7">•••</a>
</div>
</div>
</div>
</li>
</ul>";s:4:"time";i:1743068953;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:10:{i:0;s:24:"profile_post_list_simple";i:1;s:7:"bb_code";i:2;s:24:"profile_post_list_simple";i:3;s:7:"bb_code";i:4;s:24:"profile_post_list_simple";i:5;s:7:"bb_code";i:6;s:24:"profile_post_list_simple";i:7;s:7:"bb_code";i:8;s:24:"profile_post_list_simple";i:9;s:7:"bb_code";}}}}}
Run Time: 0.001230
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc_26abf335742fb8e90c1e1, a:1:{s:28:"quick_navigation_menu_lock_6";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1743068953;}}
Run Time: 0.000814
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: boardTotals
Run Time: 0.000448
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('staff_online_now', 'members_online_now', 'forum_statistics')
Params: 2
Run Time: 0.000786
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 3 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('EWRporta_Navtabs', 'nat_linkstemplate', 'xm_widgets_threads', 'wf_hook_moderator_bar', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 2, 2
Run Time: 0.001150
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 5 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('BRME_page_container_head')
AND style_id = ?
AND language_id = ?
Params: 2, 2
Run Time: 0.000661
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('nat_bodyjs')
AND style_id = ?
AND language_id = ?
Params: 2, 2
Run Time: 0.000448
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('VigLink')
AND style_id = ?
AND language_id = ?
Params: 2, 2
Run Time: 0.000363
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |