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.000351
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.000088
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.000112
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.000749
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.000132
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.000106
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.000185
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 > 1659951041)
ORDER BY session_activity.view_date DESC
Run Time: 0.000575
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 4 | 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.000088
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: 48b9be338fa374fafc3e0de14f096d4d, , 1659955541
Run Time: 0.000216
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=, 1659951941,
Run Time: 0.000128
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/, 1657359941, 10
Run Time: 0.000679
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.000420
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: 4307
Run Time: 0.000460
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: 5036
Run Time: 0.000426
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.000360
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: 5091
Run Time: 0.000387
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: 5045
Run Time: 0.000378
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: 3788
Run Time: 0.000335
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: 5041
Run Time: 0.000357
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: 5084
Run Time: 0.000371
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.000111
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.000237
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:1659951612;}s:18:"forum_list_lock_12";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1659951941;}}
Run Time: 0.001601
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.000259
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.000111
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 (47, 45, 47, 48, 48, 48, 48, 48, 48, 50, 45, 50, 50, 50, 50)
Run Time: 0.000307
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:7737:"<ul class="WidgetFramework_WidgetRenderer_ProfilePosts_ProfilePostList">
<li id="profile-post-2043" 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 3K VINA V8869 <a href="https://www.khosango.com/san-go-cong-nghiep-gia-re" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/san-go-cong-nghiep-gia-re</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2043.html" title="Permalink" class="item muted"><span class="DateTime" title="22/7/22 lúc 13:47">22/7/22</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2043.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-2042" 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 ID8018 <a href="https://www.khosango.com/san-go-cong-nghiep-gia-re" rel="nofollow" class="externalLink" target="_blank">https://www.khosango.com/san-go-cong-nghiep-gia-re</a></blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2042.html" title="Permalink" class="item muted"><span class="DateTime" title="18/7/22 lúc 15:02">18/7/22</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2042.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-2041" class="profilePostListItem " data-author="dhpx20">
<a href="members/dhpx20.4964.html" class="avatar Av4964s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="dhpx20" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/dhpx20.4964.html" class="username"><span class="style2">dhpx20</span></a>
<span class="muted">►</span> <a href="members/quynhthy2014.5032.html" class="username"><span class="style2">quynhthy2014</span></a>
</span>
<article><blockquote class="ugc baseHtml">The law of <a href="https://noithatdiemnhan.vn/tuong-sinh-tuong-khac-la-gi" rel="nofollow" class="externalLink" target="_blank">https://noithatdiemnhan.vn/tuong-sinh-tuong-khac-la-gi</a> is the transformation back and forth between Heaven and Earth to create the life of all things. These two factors do not exist independently of each other, in the mutual birth there is always the seed of the opposite, on the contrary, in the opposite there is always mutual existence.</blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2041.html" title="Permalink" class="item muted"><span class="DateTime" title="16/5/22 lúc 09:16">16/5/22</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2041.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-2040" class="profilePostListItem " data-author="dhpx20">
<a href="members/dhpx20.4964.html" class="avatar Av4964s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="dhpx20" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/dhpx20.4964.html" class="username"><span class="style2">dhpx20</span></a>
<span class="muted">►</span> <a href="members/nguyendung1987.5033.html" class="username"><span class="style2">nguyendung1987</span></a>
</span>
<article><blockquote class="ugc baseHtml">Cùng tham khảo qua các dịch vụ <a href="https://seoulluxury.vn/cay-long-may-gia-bao-nhieu/" rel="nofollow" class="externalLink" target="_blank">https://seoulluxury.vn/cay-long-may-gia-bao-nhieu/</a>, <a href="https://seoulluxury.vn/peel-tri-tham/" rel="nofollow" class="externalLink" target="_blank">https://seoulluxury.vn/peel-tri-tham/</a>, <a href="https://seoulluxury.vn/triet-long-bikini-tao-hinh-giot-nuoc/" rel="nofollow" class="externalLink" target="_blank">https://seoulluxury.vn/triet-long-bikini-tao-hinh-giot-nuoc/</a> của SeoulLuxury để nhận những ưu đãi hấp dẫn đang diễn ra.</blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2040.html" title="Permalink" class="item muted"><span class="DateTime" title="7/5/22 lúc 09:45">7/5/22</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2040.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-2039" class="profilePostListItem " data-author="ktspa20">
<a href="members/ktspa20.4967.html" class="avatar Av4967s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="ktspa20" /></a>
<div class="messageInfo">
<div class="messageContent">
<span class="poster">
<a href="members/ktspa20.4967.html" class="username"><span class="style2">ktspa20</span></a>
<span class="muted">►</span> <a href="members/nguyendung1988.5029.html" class="username"><span class="style2">NGUYENDUNG1988</span></a>
</span>
<article><blockquote class="ugc baseHtml">Cùng tham khảo qua các dịch vụ <a href="https://seoulluxury.vn/cay-long-may-gia-bao-nhieu/" rel="nofollow" class="externalLink" target="_blank">https://seoulluxury.vn/cay-long-may-gia-bao-nhieu/</a>, <a href="https://seoulluxury.vn/peel-tri-tham/" rel="nofollow" class="externalLink" target="_blank">https://seoulluxury.vn/peel-tri-tham/</a>, <a href="https://seoulluxury.vn/triet-long-bikini-tao-hinh-giot-nuoc/" rel="nofollow" class="externalLink" target="_blank">https://seoulluxury.vn/triet-long-bikini-tao-hinh-giot-nuoc/</a> của SeoulLuxury để nhận những ưu đãi hấp dẫn đang diễn ra.</blockquote></article>
</div>
<div class="messageMeta">
<div class="privateControls">
<a href="profile-posts/2039.html" title="Permalink" class="item muted"><span class="DateTime" title="7/5/22 lúc 09:40">7/5/22</span></a>
</div>
<div class="publicControls">
<a href="profile-posts/2039.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:1659951612;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:3103:"<div class="avatarList">
<ul>
<li class="thread-5050 thread-node-47">
<a href="members/bothembia50d.5091.html" class="avatar Av5091s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="bothembia50d" /></a>
<a
href="posts/11044.html">
dump emmc lg d415 ok
</a>
<div class="userTitle">
<a href="members/bothembia50d.5091.html" class="username">bothembia50d</a> replied <span class="DateTime" title="23/7/22 lúc 15:40">23/7/22</span>
</div>
</li>
<li class="thread-5525 thread-node-45">
<a href="members/chuamslerbqb54.5036.html" class="avatar Av5036s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="ChuAmslerbqb54" /></a>
<a title="Note 5 - N920S xóa xác minh tài khoản Google ok." class="Tooltip"
href="posts/11042.html">
Note 5 - N920S xóa xác minh tài...
</a>
<div class="userTitle">
<a href="members/chuamslerbqb54.5036.html" class="username">ChuAmslerbqb54</a> replied <span class="DateTime" title="5/7/22 lúc 07:20">5/7/22</span>
</div>
</li>
<li class="thread-5039 thread-node-47">
<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="ROM TOT + QNC LG G5 H850 Verion: 6.0.1" class="Tooltip"
href="posts/11041.html">
ROM TOT + QNC LG G5 H850...
</a>
<div class="userTitle">
<a href="members/huygsm.5044.html" class="username">HuyGSM</a> replied <span class="DateTime" title="15/4/22 lúc 13:20">15/4/22</span>
</div>
</li>
<li class="thread-658 thread-node-48">
<a href="members/phanmemninja-info.5045.html" class="avatar Av5045s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="phanmemninja.info" /></a>
<a
href="posts/11040.html">
Firmware FTF Sony SO-01E
</a>
<div class="userTitle">
<a href="members/phanmemninja-info.5045.html" class="username">phanmemninja.info</a> replied <span class="DateTime" title="8/4/22 lúc 08:47">8/4/22</span>
</div>
</li>
<li class="thread-659 thread-node-48">
<a href="members/chuamslerbqb54.5036.html" class="avatar Av5036s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="ChuAmslerbqb54" /></a>
<a
href="posts/11038.html">
Firmware FTF Sony LT25i
</a>
<div class="userTitle">
<a href="members/chuamslerbqb54.5036.html" class="username">ChuAmslerbqb54</a> replied <span class="DateTime" title="3/4/22 lúc 01:56">3/4/22</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:1659951941;}}
Run Time: 0.001400
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:1659951612;}s:18:"forum_list_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1659951941;}}
Run Time: 0.000901
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.000135
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 ('dark_azucloud')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000161
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.000252
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.000131
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.000109
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.000367
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 | 358 | 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, 47
Run Time: 0.000096
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, 51
Run Time: 0.000093
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.000092
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, 48
Run Time: 0.000230
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.000113
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 4 | Using where |