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.000525
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.000275
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.000156
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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 10
Run Time: 0.001347
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | profile_post | ALL | | | | | 62 | Using where; Using filesort |
SIMPLE | posting_user | eq_ref | PRIMARY | PRIMARY | 4 | filevieton_data.profile_post.user_id | 1 | |
SIMPLE | receiving_user | eq_ref | PRIMARY | PRIMARY | 4 | filevieton_data.profile_post.profile_user_id | 1 | |
SIMPLE | receiving_user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | filevieton_data.profile_post.profile_user_id | 1 | |
SIMPLE | receiving_user_follow | eq_ref | PRIMARY,follow_user_id | PRIMARY | 8 | filevieton_data.profile_post.profile_user_id,const | 1 | Using index |
SELECT *
FROM xf_node
WHERE display_in_list = 1
ORDER BY lft ASC
Run Time: 0.001955
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | display_in_list | | | | 11 | 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.000413
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 10 | Using where |
SELECT forum.*
,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE forum.node_id IN (2, 3, 45, 46, 47, 48, 49, 50, 51)
Run Time: 0.000286
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | ALL | PRIMARY | | | | 9 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | filevieton_data.forum.node_id | 1 | Using index |
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 > 1737781636)
ORDER BY session_activity.view_date DESC
Run Time: 0.001216
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 44 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | filevieton_data.session_activity.user_id | 1 | |
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: boardTotals
Run Time: 0.000331
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_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: fc84ef79c6be6ab2d2a39441fe24048a, , 1737786136
Run Time: 0.000388
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_Forum, Index, valid, node_name=, 1737782536,
Run Time: 0.000167
select value, hits
from dark_azucloud_terms_pages pages
left join dark_azucloud_terms terms on pages.term_id = terms.id
where route = ? and terms.block = 0 and terms.value is not null and last_clicked > ?
order by hits desc, last_clicked desc
limit ?
Params: forums/, 1735190536, 10
Run Time: 0.000738
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | pages | ref | term_id_route,route,route_hits_last_clicked | route_hits_last_clicked | 452 | const | 10 | Using where |
SIMPLE | terms | eq_ref | PRIMARY,value,block | PRIMARY | 4 | filevieton_data.pages.term_id | 1 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'node_forum_level_2', 'node_category_level_1', 'wf_widget_wrapper', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_threads', 'wf_widget_profile_posts', 'wf_widget_stats', 'forum_list', 'xenCODE_Meta_Keywords', 'wf_hook_moderator_bar', 'wf_revealer', 'siropu_chat', 'siropu_chat_disabled', 'VietXfAdvStats_wrapper', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_hook_message_below', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_navigation_tabs_forums', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.008942
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 24 | Using where |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*,
permission_combination.cache_value AS global_permission_cache
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)
LEFT JOIN xf_permission_combination AS permission_combination ON
(permission_combination.permission_combination_id = user.permission_combination_id)
WHERE user.user_id = ?
Params: 5044
Run Time: 0.000572
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_profile | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_option | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_privacy | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*,
permission_combination.cache_value AS global_permission_cache
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)
LEFT JOIN xf_permission_combination AS permission_combination ON
(permission_combination.permission_combination_id = user.permission_combination_id)
WHERE user.user_id = ?
Params: 5232
Run Time: 0.002559
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_profile | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_option | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_privacy | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*,
permission_combination.cache_value AS global_permission_cache
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)
LEFT JOIN xf_permission_combination AS permission_combination ON
(permission_combination.permission_combination_id = user.permission_combination_id)
WHERE user.user_id = ?
Params: 2
Run Time: 0.001028
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_profile | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_option | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_privacy | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*,
permission_combination.cache_value AS global_permission_cache
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)
LEFT JOIN xf_permission_combination AS permission_combination ON
(permission_combination.permission_combination_id = user.permission_combination_id)
WHERE user.user_id = ?
Params: 5198
Run Time: 0.002386
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_profile | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_option | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_privacy | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*,
permission_combination.cache_value AS global_permission_cache
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)
LEFT JOIN xf_permission_combination AS permission_combination ON
(permission_combination.permission_combination_id = user.permission_combination_id)
WHERE user.user_id = ?
Params: 5155
Run Time: 0.000893
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_profile | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_option | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_privacy | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*,
permission_combination.cache_value AS global_permission_cache
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)
LEFT JOIN xf_permission_combination AS permission_combination ON
(permission_combination.permission_combination_id = user.permission_combination_id)
WHERE user.user_id = ?
Params: 5209
Run Time: 0.001621
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_profile | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_option | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_privacy | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*,
permission_combination.cache_value AS global_permission_cache
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)
LEFT JOIN xf_permission_combination AS permission_combination ON
(permission_combination.permission_combination_id = user.permission_combination_id)
WHERE user.user_id = ?
Params: 5164
Run Time: 0.001567
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_profile | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_option | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_privacy | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_forum_list')
Run Time: 0.002364
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_forum_list_lock')
Run Time: 0.000286
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__1_forum_list_lock, a:2:{s:17:"forum_list_lock_6";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1737778117;}s:18:"forum_list_lock_12";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1737782536;}}
Run Time: 0.001674
SELECT thread.*
,
1 AS fetched_last_post_user, user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
WHERE (thread.node_id IN ('2', '3', '45', '46', '47', '48', '49', '50')) AND (thread.prefix_id IN ('1', '2', '5', '6', '3', '4')) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 15
Run Time: 0.002846
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 | last_post_date | 4 | | 15 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | filevieton_data.thread.last_post_user_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.000270
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 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 IN (45, 50, 50, 49, 45, 45, 45, 50, 48, 45, 45, 45, 45, 45, 45)
Run Time: 0.000827
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | range | PRIMARY | PRIMARY | 4 | | 4 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | filevieton_data.forum.node_id | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_forum_list, a:2:{s:12:"forum_list_6";a:3:{s:4:"html";s:5903:"<ul class="WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostList">
<li id="profile-post-2087" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ 3K VINA VL6888 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2087.html" title="Permalink" class="item muted"><span class="DateTime" title="16/4/24 lúc 10:55">16/4/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2087.html" 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-2086" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ DREAM FLOOR CE18 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2086.html" title="Permalink" class="item muted"><span class="DateTime" title="10/3/24 lúc 14:18">10/3/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2086.html" 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-2085" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ công nghiệp INDO-OR ID1268 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2085.html" title="Permalink" class="item muted"><span class="DateTime" title="27/2/24 lúc 14:50">27/2/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2085.html" 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-2084" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ Nam Việt F12-68 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2084.html" title="Permalink" class="item muted"><span class="DateTime" title="2/2/24 lúc 13:40">2/2/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2084.html" 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-2083" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ công nghiệp INDO-OR ID8089 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2083.html" title="Permalink" class="item muted"><span class="DateTime" title="22/1/24 lúc 14:11">22/1/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2083.html" 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:1737778117;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";}}}}s:13:"forum_list_12";a:2:{s:4:"html";s:3189:"<div class="avatarList">
<ul>
<li class="thread-5481 thread-node-45">
<a href="members/kristatat.5232.html" class="avatar Av5232s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Kristatat" /></a>
<a
href="posts/11276.html">
LG V20 F800SLK xóa frp lock ok
</a>
<div class="userTitle">
<a href="members/kristatat.5232.html" class="username">Kristatat</a> replied <span class="DateTime" title="9/10/24 lúc 13:01">9/10/24</span>
</div>
</li>
<li class="thread-4531 thread-node-50">
<a href="members/batu65891.5209.html" class="avatar Av5209s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Batu65891" /></a>
<a title="Giải Pháp Xóa Tài khoản Google Samsung Galaxy G955U OK" class="Tooltip"
href="posts/11275.html">
Giải Pháp Xóa Tài khoản...
</a>
<div class="userTitle">
<a href="members/batu65891.5209.html" class="username">Batu65891</a> replied <span class="DateTime" title="15/4/24 lúc 13:23">15/4/24</span>
</div>
</li>
<li class="thread-5617 thread-node-50">
<a href="members/tanu.5211.html" class="avatar Av5211s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Tanu" /></a>
<a title="Nhận mở Mật khẩu ,FRP ,Fix Demo ,Brick Các Dòng OPPO via TeamViewer hoặc Ultravier" class="Tooltip"
href="posts/11274.html">
Nhận mở Mật khẩu ,FRP ,Fix Demo...
</a>
<div class="userTitle">
<a href="members/tanu.5211.html" class="username">Tanu</a> replied <span class="DateTime" title="26/3/24 lúc 16:52">26/3/24</span>
</div>
</li>
<li class="thread-778 thread-node-49">
<a href="members/thuanbhb238.5155.html" class="avatar Av5155s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="thuanbhb238" /></a>
<a
href="posts/11273.html">
HTC One Mini (m4601e) 1.14.161.1
</a>
<div class="userTitle">
<a href="members/thuanbhb238.5155.html" class="username">thuanbhb238</a> replied <span class="DateTime" title="26/3/24 lúc 10:51">26/3/24</span>
</div>
</li>
<li class="thread-5480 thread-node-45">
<a href="members/huygsm.5044.html" class="avatar Av5044s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="HuyGSM" /></a>
<a title="Xóa Google Account LG V20 LG-US996 thành công" class="Tooltip"
href="posts/11272.html">
Xóa Google Account LG V20...
</a>
<div class="userTitle">
<a href="members/huygsm.5044.html" class="username">HuyGSM</a> replied <span class="DateTime" title="9/3/24 lúc 14:12">9/3/24</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1737782536;}}
Run Time: 0.003108
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_forum_list_lock, a:2:{s:17:"forum_list_lock_6";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1737778117;}s:18:"forum_list_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1737782536;}}
Run Time: 0.001551
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_forum_list_lock, a:2:{s:17:"forum_list_lock_6";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1737782536;}s:18:"forum_list_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1737782536;}}
Run Time: 0.002643
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_forum_list, a:2:{s:12:"forum_list_6";a:3:{s:4:"html";s:5903:"<ul class="WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostList">
<li id="profile-post-2087" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ 3K VINA VL6888 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2087.html" title="Permalink" class="item muted"><span class="DateTime" title="16/4/24 lúc 10:55">16/4/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2087.html" 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-2086" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ DREAM FLOOR CE18 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2086.html" title="Permalink" class="item muted"><span class="DateTime" title="10/3/24 lúc 14:18">10/3/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2086.html" 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-2085" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ công nghiệp INDO-OR ID1268 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2085.html" title="Permalink" class="item muted"><span class="DateTime" title="27/2/24 lúc 14:50">27/2/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2085.html" 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-2084" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ Nam Việt F12-68 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2084.html" title="Permalink" class="item muted"><span class="DateTime" title="2/2/24 lúc 13:40">2/2/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2084.html" 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-2083" class="profilePostListItem " data-author="khosango">
<a href="members/khosango.5090.html" class="avatar Av5090s" data-avatarhtml="true"><img src="data/avatars/s/5/5090.jpg?1658131102" width="48" height="48" alt="khosango" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/khosango.5090.html" class="username"><span class="style2">khosango</span></a>
</span>
<article><blockquote class="ugc baseHtml">Sàn gỗ công nghiệp INDO-OR ID8089 <a href="https://www.khosango.com/" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2083.html" title="Permalink" class="item muted"><span class="DateTime" title="22/1/24 lúc 14:11">22/1/24</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2083.html" 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:1737782536;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";}}}}s:13:"forum_list_12";a:2:{s:4:"html";s:3189:"<div class="avatarList">
<ul>
<li class="thread-5481 thread-node-45">
<a href="members/kristatat.5232.html" class="avatar Av5232s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Kristatat" /></a>
<a
href="posts/11276.html">
LG V20 F800SLK xóa frp lock ok
</a>
<div class="userTitle">
<a href="members/kristatat.5232.html" class="username">Kristatat</a> replied <span class="DateTime" title="9/10/24 lúc 13:01">9/10/24</span>
</div>
</li>
<li class="thread-4531 thread-node-50">
<a href="members/batu65891.5209.html" class="avatar Av5209s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Batu65891" /></a>
<a title="Giải Pháp Xóa Tài khoản Google Samsung Galaxy G955U OK" class="Tooltip"
href="posts/11275.html">
Giải Pháp Xóa Tài khoản...
</a>
<div class="userTitle">
<a href="members/batu65891.5209.html" class="username">Batu65891</a> replied <span class="DateTime" title="15/4/24 lúc 13:23">15/4/24</span>
</div>
</li>
<li class="thread-5617 thread-node-50">
<a href="members/tanu.5211.html" class="avatar Av5211s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Tanu" /></a>
<a title="Nhận mở Mật khẩu ,FRP ,Fix Demo ,Brick Các Dòng OPPO via TeamViewer hoặc Ultravier" class="Tooltip"
href="posts/11274.html">
Nhận mở Mật khẩu ,FRP ,Fix Demo...
</a>
<div class="userTitle">
<a href="members/tanu.5211.html" class="username">Tanu</a> replied <span class="DateTime" title="26/3/24 lúc 16:52">26/3/24</span>
</div>
</li>
<li class="thread-778 thread-node-49">
<a href="members/thuanbhb238.5155.html" class="avatar Av5155s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="thuanbhb238" /></a>
<a
href="posts/11273.html">
HTC One Mini (m4601e) 1.14.161.1
</a>
<div class="userTitle">
<a href="members/thuanbhb238.5155.html" class="username">thuanbhb238</a> replied <span class="DateTime" title="26/3/24 lúc 10:51">26/3/24</span>
</div>
</li>
<li class="thread-5480 thread-node-45">
<a href="members/huygsm.5044.html" class="avatar Av5044s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="HuyGSM" /></a>
<a title="Xóa Google Account LG V20 LG-US996 thành công" class="Tooltip"
href="posts/11272.html">
Xóa Google Account LG V20...
</a>
<div class="userTitle">
<a href="members/huygsm.5044.html" class="username">HuyGSM</a> replied <span class="DateTime" title="9/3/24 lúc 14:12">9/3/24</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Đang tải...</span>
</div>
</div>
</div>";s:4:"time";i:1737782536;}}
Run Time: 0.002229
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_forum_list_lock, a:2:{s:17:"forum_list_lock_6";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1737782536;}s:18:"forum_list_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1737782536;}}
Run Time: 0.001666
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('members_online_now', 'forum_statistics')
Params: 2
Run Time: 0.001610
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 2 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('dark_azucloud')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000237
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 user.*
FROM xf_user AS user
WHERE user.user_state = 'valid' AND user.is_banned = 0
ORDER BY user.message_count DESC
LIMIT 10
Run Time: 0.007719
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | index | user_state | message_count | 4 | | 10 | Using where |
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000178
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 11 | 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.000764
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 10 | Using where |
SELECT thread.*
,
NULL AS thread_read_date,
node.node_id AS forum_id, node.title AS forum_title,
user.*
FROM xf_thread AS thread
INNER JOIN xf_node AS node ON
(node.node_id = thread.node_id)
INNER JOIN xf_forum AS forum ON
(forum.node_id = thread.node_id)
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
WHERE (1=1) AND (thread.node_id IN ('2', '3', '45', '46', '47', '48', '49', '50', '51'))
ORDER BY thread.last_post_date DESC
LIMIT 10
Run Time: 0.053270
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | index | PRIMARY | PRIMARY | 4 | | 9 | Using index; Using temporary; Using filesort |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | filevieton_data.forum.node_id | 1 | |
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | filevieton_data.forum.node_id | 353 | Using index condition |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | filevieton_data.thread.last_post_user_id | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 51
Run Time: 0.000385
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 45
Run Time: 0.000614
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 50
Run Time: 0.000271
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 49
Run Time: 0.000241
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 2
Run Time: 0.000184
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('VietxfAdvStats_users_top_posters', 'VietXfAdvStats_users', 'VietxfAdvStats_threads_recent', 'VietXfAdvStats_threads')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000372
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 4 | Using where |