SELECT session_data
FROM xf_session
WHERE session_id = ?
AND expiry_date >= ?
Params: aebdd5d15a99b3a3d0b21f4d2c3385b2, 1751419126
Run Time: 0.005633
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_session | const | PRIMARY,expiry_date | PRIMARY | 34 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000087
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar,
NULL AS thread_read_date,
0 AS thread_reply_banned,
0 AS thread_is_watched,
'' AS draft_message, NULL AS draft_extra,
IF(rate.count IS NULL, 0, rate.count) AS thread_rate_count, IF(rate.sum IS NULL, 0, rate.sum) AS thread_rate_sum, IF(rate.avg IS NULL, 0, rate.avg) AS thread_rate_avg
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN tr_thread_rate AS rate ON (rate.thread_id = thread.thread_id)
WHERE thread.thread_id = ?
Params: 10164
Run Time: 0.000237
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | rate | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = forum.node_id)
WHERE node.node_id = ?
Params: 254
Run Time: 0.000109
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 | |
SIMPLE | permission | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT post.*
,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
user_profile.*,
user_privacy.*,
0 AS like_date
FROM xf_post AS post
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = post.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = post.user_id)
WHERE post.thread_id = ?
AND (post.position >= 0 AND post.position < 10)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 10164
Run Time: 0.000663
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | ref | thread_id_post_date,thread_id_position | thread_id_post_date | 4 | const | 1 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.post.user_id | 1 | |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 10164
Run Time: 0.000043
SELECT value.*, field.field_type
FROM xf_user_field_value AS value
INNER JOIN xf_user_field AS field ON (field.field_id = value.field_id)
WHERE value.user_id = ?
Params: 5481
Run Time: 0.000049
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | field | ALL | PRIMARY | | | | 7 | |
SIMPLE | value | eq_ref | PRIMARY,field_id | PRIMARY | 31 | const,dembuon_vn_d58b.field.field_id | 1 | |
SELECT * FROM xf_post WHERE post_id = '59715'
Run Time: 0.000100
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_post | const | PRIMARY | PRIMARY | 4 | const | 1 | |
UPDATE `xf_session` SET `expiry_date` = ? WHERE (session_id = 'aebdd5d15a99b3a3d0b21f4d2c3385b2')
Params: 1751422726
Run Time: 0.014543
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_Thread, Index, valid, thread_id=10164, 1751419126,
Run Time: 0.000077
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: threads/bach-phat-ma-nu-huynh-hieu-minh-pham-bang-bang.10164/, 1719883126, 50
Run Time: 0.000273
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 | 7 | Using where |
SIMPLE | terms | eq_ref | PRIMARY,value,block | PRIMARY | 4 | dembuon_vn_d58b.pages.term_id | 1 | Using where |
SELECT COUNT(ld_id)
FROM phc_linkdirectory as ld
WHERE (ld.status != 'visible' OR lastcheck = 0)
AND user_id = 0
Run Time: 0.000058
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ld | ALL | status,status_2 | | | | 25 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('BRC_action_login', 'BRC_action_login_description', 'BRC_action_exchange', 'BRC_action_exchange_description', 'BRC_action_transfer', 'BRC_action_transfer_description', 'BRC_action_withdraw', 'BRC_action_withdraw_description', 'BRC_action_steal', 'BRC_action_steal_description', 'BRC_action_paypalPayment', 'BRC_action_paypalPayment_description', 'BRC_action_paypalPaymentRe', 'BRC_action_paypalPaymentRe_description', 'BRC_action_registration', 'BRC_action_registration_description', 'BRC_action_facebookAssociate', 'BRC_action_facebookAssociate_description', 'BRC_action_facebookDisassociate', 'BRC_action_facebookDisassociate_description', 'BRC_action_twitterAssociate', 'BRC_action_twitterAssociate_description', 'BRC_action_twitterDisassociate', 'BRC_action_twitterDisassociate_description', 'BRC_action_googleAssociate', 'BRC_action_googleAssociate_description', 'BRC_action_googleDisassociate', 'BRC_action_googleDisassociate_description', 'BRC_action_birthday', 'BRC_action_birthday_description', 'BRC_action_importVbb', 'BRC_action_importVbb_description', 'BRC_action_interest', 'BRC_action_interest_description', 'BRC_action_updateFullProfile', 'BRC_action_updateFullProfile_description', 'BRC_action_updateFullProfileRe', 'BRC_action_updateFullProfileRe_description', 'BRC_action_uploadAvatar', 'BRC_action_uploadAvatar_description', 'BRC_action_uploadAvatarRe', 'BRC_action_uploadAvatarRe_description', 'BRC_action_updateHomepage', 'BRC_action_updateHomepage_description', 'BRC_action_updateAbout', 'BRC_action_updateAbout_description', 'BRC_action_updateStatus', 'BRC_action_updateStatus_description', 'BRC_action_follow', 'BRC_action_follow_description', 'BRC_action_followRe', 'BRC_action_followRe_description', 'BRC_action_getFollower', 'BRC_action_getFollower_description', 'BRC_action_getFollowerRe', 'BRC_action_getFollowerRe_description', 'BRC_action_profilePost', 'BRC_action_profilePost_description', 'BRC_action_getProfilePost', 'BRC_action_getProfilePost_description', 'BRC_action_likeProfilePost', 'BRC_action_likeProfilePost_description', 'BRC_action_likeProfilePostRe', 'BRC_action_likeProfilePostRe_description', 'BRC_action_receiveProfilePostLike', 'BRC_action_receiveProfilePostLike_description', 'BRC_action_receiveProfilePostLikeRe', 'BRC_action_receiveProfilePostLikeRe_description', 'BRC_action_createConversation', 'BRC_action_createConversation_description', 'BRC_action_createConversationRe', 'BRC_action_createConversationRe_description', 'BRC_action_receiveConversation', 'BRC_action_receiveConversation_description', 'BRC_action_replyConversation', 'BRC_action_replyConversation_description', 'BRC_action_conversationGetReply', 'BRC_action_conversationGetReply_description', 'BRC_action_trophyReward', 'BRC_action_trophyReward_description', 'BRC_action_dailyReward', 'BRC_action_dailyReward_description', 'BRC_action_salary', 'BRC_action_salary_description', 'BRC_action_createNewThread', 'BRC_action_createNewThread_description', 'BRC_action_threadDeleted', 'BRC_action_threadDeleted_description', 'BRC_action_threadGetReply', 'BRC_action_threadGetReply_description', 'BRC_action_threadViewed', 'BRC_action_threadViewed_description', 'BRC_action_readThread', 'BRC_action_readThread_description', 'BRC_action_watchThread', 'BRC_action_watchThread_description', 'BRC_action_watchThreadRe', 'BRC_action_watchThreadRe_description', 'BRC_action_threadGetWatched', 'BRC_action_threadGetWatched_description', 'BRC_action_threadGetWatchedRe', 'BRC_action_threadGetWatchedRe_description', 'BRC_action_createNewPoll', 'BRC_action_createNewPoll_description', 'BRC_action_votePoll', 'BRC_action_votePoll_description', 'BRC_action_pollGetVote', 'BRC_action_pollGetVote_description', 'BRC_action_threadSticky', 'BRC_action_threadSticky_description', 'BRC_action_threadStickyRe', 'BRC_action_threadStickyRe_description', 'BRC_action_newPost', 'BRC_action_newPost_description', 'BRC_action_postDeleted', 'BRC_action_postDeleted_description', 'BRC_action_uploadAttachment', 'BRC_action_uploadAttachment_description', 'BRC_action_uploadAttachmentRe', 'BRC_action_uploadAttachmentRe_description', 'BRC_action_downloadAttachment', 'BRC_action_downloadAttachment_description', 'BRC_action_attachmentDownloaded', 'BRC_action_attachmentDownloaded_description', 'BRC_action_likePost', 'BRC_action_likePost_description', 'BRC_action_likePostRe', 'BRC_action_likePostRe_description', 'BRC_action_receivePostLike', 'BRC_action_receivePostLike_description', 'BRC_action_receivePostLikeRe', 'BRC_action_receivePostLikeRe_description', 'BRC_action_reportPost', 'BRC_action_reportPost_description', 'BRC_action_postReported', 'BRC_action_postReported_description', 'BRC_action_AzuCloud', 'BRC_action_AzuCloud_explain', 'BRC_action_BRRS_referral', 'BRC_action_BRRS_referral_explain', 'BRC_action_BRRSBuyReferralTimes', 'BRC_action_BRCIPurchaseUserUpgrade', 'BRC_action_BRCIPurchaseUserUpgrade_explain', 'VNNET_action_NLATMPayment', 'VNNET_action_NLATMPayment_explain', 'BRC_action_getbbcodePay', 'BRC_action_getbbcodePay_explain', 'BRC_action_bbcodePay', 'BRC_action_bbcodePay_explain', 'ld_nav_title')
Params: 2
Run Time: 0.000090
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 150 | Using where |
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 (254)) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 15
Run Time: 0.000364
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post | node_id_sticky_state_last_post | 6 | const,const,const | 8 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.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.000167
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 448 | 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 (254, 254, 254, 254, 254, 254, 254, 254)
Run Time: 0.000210
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 1 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.node.node_id | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc_60a619dd2d396267357e1, a:2:{s:19:"thread_view_f254_16";a:2:{s:4:"html";s:3534:"<div class="avatarList">
<ul>
<li class="thread-254 thread-node-254">
<a href="members/yancey2001.224959/" class="avatar Av224959s" data-avatarhtml="true"><img src="data/avatars/s/224/224959.jpg?1751189414" width="48" height="48" alt="Yancey2001" /></a>
<a
href="posts/1216830/">
Báo cáo bài viết đã sửa xong
</a>
<div class="userTitle">
<a href="members/yancey2001.224959/" class="username">Yancey2001</a> replied <abbr class="DateTime" data-time="1751304649" data-diff="114477" data-datestring="1 Tháng bảy 2025" data-timestring="12:30 AM">1 Tháng bảy 2025 lúc 12:30 AM</abbr>
</div>
</li>
<li class="thread-145486 thread-node-254">
<a href="members/giosmay.158427/" class="avatar Av158427s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Giosmay" /></a>
<a title="Xuyên Sách Công Lược Nhân Vật Phụ Si Tình - Tầm Gửi" class="Tooltip"
href="posts/1193857/">
Xuyên Sách Công Lược Nhân Vật...
</a>
<div class="userTitle">
<a href="members/giosmay.158427/" class="username">Giosmay</a> replied <span class="DateTime" title="23 Tháng hai 2025 lúc 12:12 AM">23 Tháng hai 2025</span>
</div>
</li>
<li class="thread-132857 thread-node-254">
<a href="members/vllananhh.175685/" class="avatar Av175685s" data-avatarhtml="true"><img src="data/avatars/s/175/175685.jpg?1683439488" width="48" height="48" alt="vllananhh" /></a>
<a title="Đề cương ôn tập thi cuối kì I môn Ngữ văn 11" class="Tooltip"
href="posts/1128599/">
Đề cương ôn tập thi cuối kì I...
</a>
<div class="userTitle">
<a href="members/vllananhh.175685/" class="username">vllananhh</a> replied <span class="DateTime" title="24 Tháng mười hai 2023 lúc 6:28 PM">24 Tháng mười hai 2023</span>
</div>
</li>
<li class="thread-132856 thread-node-254">
<a href="members/vllananhh.175685/" class="avatar Av175685s" data-avatarhtml="true"><img src="data/avatars/s/175/175685.jpg?1683439488" width="48" height="48" alt="vllananhh" /></a>
<a title="Đề cương ôn tập thi cuối kì I môn Ngữ văn 11" class="Tooltip"
href="posts/1128598/">
Đề cương ôn tập thi cuối kì I...
</a>
<div class="userTitle">
<a href="members/vllananhh.175685/" class="username">vllananhh</a> replied <span class="DateTime" title="24 Tháng mười hai 2023 lúc 6:27 PM">24 Tháng mười hai 2023</span>
</div>
</li>
<li class="thread-84847 thread-node-254">
<a href="members/ban-hoc-vo-danh.106797/" class="avatar Av106797s" data-avatarhtml="true"><img src="data/avatars/s/106/106797.jpg?1629192200" width="48" height="48" alt="Bạn học vô danh" /></a>
<a title="Câu lạc bộ trông trẻ trường morinomiya - Cute" class="Tooltip"
href="posts/862516/">
Câu lạc bộ trông trẻ trường...
</a>
<div class="userTitle">
<a href="members/ban-hoc-vo-danh.106797/" class="username">Bạn học vô danh</a> replied <span class="DateTime" title="2 Tháng tám 2021 lúc 9:11 PM">2 Tháng tám 2021</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:1751419126;}s:18:"thread_view_f254_5";a:2:{s:4:"html";s:3784:"<div class="avatarList">
<ul>
<li class="thread-148877 thread-node-254">
<a href="members/tinh-phong-trans.224628/" class="avatar Av224628s" data-avatarhtml="true"><img src="data/avatars/s/224/224628.jpg?1750177701" width="48" height="48" alt="TĨNH PHONG TRANS" /></a>
<a title="Mỗi ngày học TA qua đề thi (Tốt nghiệp THPT): ĐỀ 2 - Phần 1" class="Tooltip"
href="threads/moi-ngay-hoc-ta-qua-de-thi-tot-nghiep-thpt-de-2-phan-1.148877/">
Mỗi ngày học TA qua đề thi (Tốt...
</a>
<div class="userTitle">
<a href="members/tinh-phong-trans.224628/" class="username">TĨNH PHONG TRANS</a> posted <span class="DateTime" title="18 Tháng sáu 2025 lúc 3:18 PM">18 Tháng sáu 2025</span>
</div>
</li>
<li class="thread-149089 thread-node-254">
<a href="members/thanh-huyenn.224860/" class="avatar Av224860s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Thanh Huyenn" /></a>
<a title="Tình Yêu Của Kẻ Cuồng Si - Thanh Huyền" class="Tooltip"
href="threads/tinh-yeu-cua-ke-cuong-si-thanh-huyen.149089/">
Tình Yêu Của Kẻ Cuồng Si -...
</a>
<div class="userTitle">
<a href="members/thanh-huyenn.224860/" class="username">Thanh Huyenn</a> posted <span class="DateTime" title="25 Tháng sáu 2025 lúc 6:51 PM">25 Tháng sáu 2025</span>
</div>
</li>
<li class="thread-148870 thread-node-254">
<a href="members/jimin_mochi.19319/" class="avatar Av19319s" data-avatarhtml="true"><img src="data/avatars/s/19/19319.jpg?1750071852" width="48" height="48" alt="JIMIN_MOCHI" /></a>
<a title="Bí mật vị đắng của cà phê – Nhìn dưới lăng kính hóa học" class="Tooltip"
href="threads/bi-mat-vi-dang-cua-ca-phe-nhin-duoi-lang-kinh-hoa-hoc.148870/">
Bí mật vị đắng của cà phê –...
</a>
<div class="userTitle">
<a href="members/jimin_mochi.19319/" class="username">JIMIN_MOCHI</a> posted <span class="DateTime" title="18 Tháng sáu 2025 lúc 11:37 AM">18 Tháng sáu 2025</span>
</div>
</li>
<li class="thread-148981 thread-node-254">
<a href="members/gojosatoru.208193/" class="avatar Av208193s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="GojoSatoru" /></a>
<a
href="threads/phuong-tan-tro-da.148981/">
Phượng Tàn Trở Dạ
</a>
<div class="userTitle">
<a href="members/gojosatoru.208193/" class="username">GojoSatoru</a> posted <span class="DateTime" title="21 Tháng sáu 2025 lúc 8:38 PM">21 Tháng sáu 2025</span>
</div>
</li>
<li class="thread-149188 thread-node-254">
<a href="members/canhcuatruyen.224949/" class="avatar Av224949s" data-avatarhtml="true"><img src="data/avatars/s/224/224949.jpg?1751169428" width="48" height="48" alt="Canhcuatruyen" /></a>
<a title="[Dịch] Vân Hạ Bất Lạc Hoa Dữ Tuyết - Thập Tứ Lang" class="Tooltip"
href="threads/dich-van-ha-bat-lac-hoa-du-tuyet-thap-tu-lang.149188/">
[Dịch] Vân Hạ Bất Lạc Hoa Dữ...
</a>
<div class="userTitle">
<a href="members/canhcuatruyen.224949/" class="username">Canhcuatruyen</a> posted <abbr class="DateTime" data-time="1751167040" data-diff="251721" data-datestring="29 Tháng sáu 2025" data-timestring="10:17 AM">29 Tháng sáu 2025 lúc 10:17 AM</abbr>
</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:1751418761;}}
Run Time: 0.001093
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000125
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 233 | Using filesort |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE ((thread.node_id IN (254)) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1750209526)
ORDER BY thread.view_count DESC
LIMIT 15
Run Time: 0.001051
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | node_id_last_post_date,node_id_sticky_state_last_post,post_date | post_date | 4 | | 388 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.thread.user_id | 1 | |
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 (254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254)
Run Time: 0.000195
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 1 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | dembuon_vn_d58b.node.node_id | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc_60a619dd2d396267357e1, a:2:{s:19:"thread_view_f254_16";a:2:{s:4:"html";s:3534:"<div class="avatarList">
<ul>
<li class="thread-254 thread-node-254">
<a href="members/yancey2001.224959/" class="avatar Av224959s" data-avatarhtml="true"><img src="data/avatars/s/224/224959.jpg?1751189414" width="48" height="48" alt="Yancey2001" /></a>
<a
href="posts/1216830/">
Báo cáo bài viết đã sửa xong
</a>
<div class="userTitle">
<a href="members/yancey2001.224959/" class="username">Yancey2001</a> replied <abbr class="DateTime" data-time="1751304649" data-diff="114477" data-datestring="1 Tháng bảy 2025" data-timestring="12:30 AM">1 Tháng bảy 2025 lúc 12:30 AM</abbr>
</div>
</li>
<li class="thread-145486 thread-node-254">
<a href="members/giosmay.158427/" class="avatar Av158427s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Giosmay" /></a>
<a title="Xuyên Sách Công Lược Nhân Vật Phụ Si Tình - Tầm Gửi" class="Tooltip"
href="posts/1193857/">
Xuyên Sách Công Lược Nhân Vật...
</a>
<div class="userTitle">
<a href="members/giosmay.158427/" class="username">Giosmay</a> replied <span class="DateTime" title="23 Tháng hai 2025 lúc 12:12 AM">23 Tháng hai 2025</span>
</div>
</li>
<li class="thread-132857 thread-node-254">
<a href="members/vllananhh.175685/" class="avatar Av175685s" data-avatarhtml="true"><img src="data/avatars/s/175/175685.jpg?1683439488" width="48" height="48" alt="vllananhh" /></a>
<a title="Đề cương ôn tập thi cuối kì I môn Ngữ văn 11" class="Tooltip"
href="posts/1128599/">
Đề cương ôn tập thi cuối kì I...
</a>
<div class="userTitle">
<a href="members/vllananhh.175685/" class="username">vllananhh</a> replied <span class="DateTime" title="24 Tháng mười hai 2023 lúc 6:28 PM">24 Tháng mười hai 2023</span>
</div>
</li>
<li class="thread-132856 thread-node-254">
<a href="members/vllananhh.175685/" class="avatar Av175685s" data-avatarhtml="true"><img src="data/avatars/s/175/175685.jpg?1683439488" width="48" height="48" alt="vllananhh" /></a>
<a title="Đề cương ôn tập thi cuối kì I môn Ngữ văn 11" class="Tooltip"
href="posts/1128598/">
Đề cương ôn tập thi cuối kì I...
</a>
<div class="userTitle">
<a href="members/vllananhh.175685/" class="username">vllananhh</a> replied <span class="DateTime" title="24 Tháng mười hai 2023 lúc 6:27 PM">24 Tháng mười hai 2023</span>
</div>
</li>
<li class="thread-84847 thread-node-254">
<a href="members/ban-hoc-vo-danh.106797/" class="avatar Av106797s" data-avatarhtml="true"><img src="data/avatars/s/106/106797.jpg?1629192200" width="48" height="48" alt="Bạn học vô danh" /></a>
<a title="Câu lạc bộ trông trẻ trường morinomiya - Cute" class="Tooltip"
href="posts/862516/">
Câu lạc bộ trông trẻ trường...
</a>
<div class="userTitle">
<a href="members/ban-hoc-vo-danh.106797/" class="username">Bạn học vô danh</a> replied <span class="DateTime" title="2 Tháng tám 2021 lúc 9:11 PM">2 Tháng tám 2021</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:1751419126;}s:18:"thread_view_f254_5";a:2:{s:4:"html";s:3784:"<div class="avatarList">
<ul>
<li class="thread-148877 thread-node-254">
<a href="members/tinh-phong-trans.224628/" class="avatar Av224628s" data-avatarhtml="true"><img src="data/avatars/s/224/224628.jpg?1750177701" width="48" height="48" alt="TĨNH PHONG TRANS" /></a>
<a title="Mỗi ngày học TA qua đề thi (Tốt nghiệp THPT): ĐỀ 2 - Phần 1" class="Tooltip"
href="threads/moi-ngay-hoc-ta-qua-de-thi-tot-nghiep-thpt-de-2-phan-1.148877/">
Mỗi ngày học TA qua đề thi (Tốt...
</a>
<div class="userTitle">
<a href="members/tinh-phong-trans.224628/" class="username">TĨNH PHONG TRANS</a> posted <span class="DateTime" title="18 Tháng sáu 2025 lúc 3:18 PM">18 Tháng sáu 2025</span>
</div>
</li>
<li class="thread-149089 thread-node-254">
<a href="members/thanh-huyenn.224860/" class="avatar Av224860s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Thanh Huyenn" /></a>
<a title="Tình Yêu Của Kẻ Cuồng Si - Thanh Huyền" class="Tooltip"
href="threads/tinh-yeu-cua-ke-cuong-si-thanh-huyen.149089/">
Tình Yêu Của Kẻ Cuồng Si -...
</a>
<div class="userTitle">
<a href="members/thanh-huyenn.224860/" class="username">Thanh Huyenn</a> posted <span class="DateTime" title="25 Tháng sáu 2025 lúc 6:51 PM">25 Tháng sáu 2025</span>
</div>
</li>
<li class="thread-148870 thread-node-254">
<a href="members/jimin_mochi.19319/" class="avatar Av19319s" data-avatarhtml="true"><img src="data/avatars/s/19/19319.jpg?1750071852" width="48" height="48" alt="JIMIN_MOCHI" /></a>
<a title="Bí mật vị đắng của cà phê – Nhìn dưới lăng kính hóa học" class="Tooltip"
href="threads/bi-mat-vi-dang-cua-ca-phe-nhin-duoi-lang-kinh-hoa-hoc.148870/">
Bí mật vị đắng của cà phê –...
</a>
<div class="userTitle">
<a href="members/jimin_mochi.19319/" class="username">JIMIN_MOCHI</a> posted <span class="DateTime" title="18 Tháng sáu 2025 lúc 11:37 AM">18 Tháng sáu 2025</span>
</div>
</li>
<li class="thread-148981 thread-node-254">
<a href="members/gojosatoru.208193/" class="avatar Av208193s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="GojoSatoru" /></a>
<a
href="threads/phuong-tan-tro-da.148981/">
Phượng Tàn Trở Dạ
</a>
<div class="userTitle">
<a href="members/gojosatoru.208193/" class="username">GojoSatoru</a> posted <span class="DateTime" title="21 Tháng sáu 2025 lúc 8:38 PM">21 Tháng sáu 2025</span>
</div>
</li>
<li class="thread-149188 thread-node-254">
<a href="members/canhcuatruyen.224949/" class="avatar Av224949s" data-avatarhtml="true"><img src="data/avatars/s/224/224949.jpg?1751169428" width="48" height="48" alt="Canhcuatruyen" /></a>
<a title="[Dịch] Vân Hạ Bất Lạc Hoa Dữ Tuyết - Thập Tứ Lang" class="Tooltip"
href="threads/dich-van-ha-bat-lac-hoa-du-tuyet-thap-tu-lang.149188/">
[Dịch] Vân Hạ Bất Lạc Hoa Dữ...
</a>
<div class="userTitle">
<a href="members/canhcuatruyen.224949/" class="username">Canhcuatruyen</a> posted <abbr class="DateTime" data-time="1751167040" data-diff="252086" data-datestring="29 Tháng sáu 2025" data-timestring="10:17 AM">29 Tháng sáu 2025 lúc 10:17 AM</abbr>
</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:1751419126;}}
Run Time: 0.000934
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000119
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 233 | Using filesort |
SELECT thread.*
,
poll.*,
forum.*
FROM xf_thread AS thread
LEFT JOIN xf_poll AS poll ON
(poll.content_type = 'thread' AND content_id = thread.thread_id)
INNER JOIN xf_forum AS forum ON
(forum.node_id = thread.node_id)
WHERE ((thread.node_id IN (1, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 256, 2, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 205, 206, 210, 211, 213, 244, 208, 220, 221, 222, 223, 224, 225, 226, 3, 63, 64, 65, 66, 67, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 103, 104, 105, 106, 107, 246, 247, 248, 249, 250, 108, 109, 110, 111, 112, 4, 113, 114, 115, 116, 117, 123, 124, 125, 126, 127, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 5, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 6, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 7, 68, 69, 70, 71, 72, 118, 119, 120, 121, 122, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 255, 233, 234, 236, 245, 254, 235, 240, 53, 94, 203, 54, 55, 56, 57, 95, 96, 97, 99, 100, 93, 98, 101, 102, 58, 59, 60, 61, 62)) AND (thread.discussion_open = 1) AND (thread.discussion_state IN ('visible'))) AND (thread.discussion_type = 'poll')
ORDER BY RAND()
LIMIT 3
Run Time: 0.211395
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | ALL | PRIMARY | | | | 223 | Using temporary; Using filesort |
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | dembuon_vn_d58b.forum.node_id | 334 | Using index condition; Using where |
SIMPLE | poll | eq_ref | content_type_content_id | content_type_content_id | 31 | const,dembuon_vn_d58b.thread.thread_id | 1 | Using where |
SELECT *
FROM xf_poll
WHERE content_type = ?
AND content_id = ?
Params: thread, 88767
Run Time: 0.000072
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_poll | const | content_type_content_id | content_type_content_id | 31 | const,const | 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.000036
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, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('wf_widget_threads_type_popular')
Params: 2
Run Time: 0.000044
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |