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.000895
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | ALL | PRIMARY | | | | 34 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000197
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user_point.*
FROM xf_user_point AS user_point
WHERE 1=1
Run Time: 0.002350
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user_point | ALL | | | | | 4458 | |
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
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE thread.thread_id = ?
Params: 13497
Run Time: 0.000411
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 | |
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: 2
Run Time: 0.001547
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.*,
session_activity.view_date AS last_view_date,
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)
LEFT JOIN xf_session_activity AS session_activity ON
(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
WHERE post.thread_id = ?
AND (post.position >= 0 AND post.position < 20)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 13497
Run Time: 0.001490
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 | 2 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dien7104_tailieu.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | dien7104_tailieu.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | dien7104_tailieu.post.user_id | 1 | |
SIMPLE | session_activity | eq_ref | PRIMARY | PRIMARY | 22 | dien7104_tailieu.post.user_id,func | 1 | Using where |
INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 13497
Run Time: 0.000180
SELECT *
FROM xf_brivium_extra_thread_item
WHERE thread_id = ? AND user_id = ?
Params: 13497, 0
Run Time: 0.260105
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_brivium_extra_thread_item | ALL | | | | | 18396 | Using where |
SELECT thread.*
FROM xf_thread AS thread
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible') AND (thread.post_date < 1617715212)) AND (thread.thread_id <> 13497)
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000369
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,post_date | post_date | 4 | | 8012 | Using where |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 27
Run Time: 0.000181
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, 136
Run Time: 0.000158
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 thread.*
FROM xf_thread AS thread
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible') AND (thread.post_date > 1617715212)) AND (thread.thread_id <> 13497)
ORDER BY thread.post_date ASC
LIMIT 5
Run Time: 0.000366
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,post_date | post_date | 4 | | 4897 | Using where |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 163
Run Time: 0.000126
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, 4
Run Time: 0.000135
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, 30
Run Time: 0.000175
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, 145
Run Time: 0.000127
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, 54
Run Time: 0.000133
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 thread.*
FROM xf_thread AS thread
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible')) AND (thread.thread_id <> 13497)
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000330
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | index | PRIMARY | post_date | 4 | | 5 | Using where |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 83
Run Time: 0.000143
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, 57
Run Time: 0.000133
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, 170
Run Time: 0.000128
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 | |
UPDATE `xf_brivium_extra_thread_item` SET `date_update` = ?, `extra_cache` = ? WHERE (thread_id = 13497 AND user_id = 0)
Params: 1660106585, a:3:{s:12:"olderThreads";a:5:{i:13496;a:22:{s:9:"thread_id";i:13496;s:7:"node_id";i:2;s:5:"title";s:86:"Thông báo tính năng tạo tài khoản đăng nhập qua Facebook đang bị lỗi";s:11:"reply_count";i:1;s:10:"view_count";i:222;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1617705846;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14922;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617889837;s:12:"last_post_id";i:14954;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:19;s:4:"tags";s:6:"a:0:{}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:13495;a:22:{s:9:"thread_id";i:13495;s:7:"node_id";i:27;s:5:"title";s:71:"Chữa bệnh đau dây thần kinh tọa, Lương Y Nguyễn Tham Tán";s:11:"reply_count";i:0;s:10:"view_count";i:628;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1617588954;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14917;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617588954;s:12:"last_post_id";i:14917;s:17:"last_post_user_id";i:3305;s:18:"last_post_username";s:9:"mod_luong";s:9:"prefix_id";i:2;s:4:"tags";s:134:"a:2:{i:2286;a:2:{s:3:"tag";s:9:"chua benh";s:7:"tag_url";s:9:"chua-benh";}i:7215;a:2:{s:3:"tag";s:4:"tdcs";s:7:"tag_url";s:4:"tdcs";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:13494;a:22:{s:9:"thread_id";i:13494;s:7:"node_id";i:27;s:5:"title";s:53:"Giáo trình phương pháp tác động cột sống";s:11:"reply_count";i:0;s:10:"view_count";i:494;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1617588760;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14916;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617588760;s:12:"last_post_id";i:14916;s:17:"last_post_user_id";i:3305;s:18:"last_post_username";s:9:"mod_luong";s:9:"prefix_id";i:2;s:4:"tags";s:285:"a:4:{i:1261;a:2:{s:3:"tag";s:10:"giao trinh";s:7:"tag_url";s:10:"giao-trinh";}i:7214;a:2:{s:3:"tag";s:17:"tac dong cot song";s:7:"tag_url";s:17:"tac-dong-cot-song";}i:7215;a:2:{s:3:"tag";s:4:"tdcs";s:7:"tag_url";s:4:"tdcs";}i:669;a:2:{s:3:"tag";s:5:"y hoc";s:7:"tag_url";s:5:"y-hoc";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:13493;a:22:{s:9:"thread_id";i:13493;s:7:"node_id";i:27;s:5:"title";s:90:"Cẩm nang về phương pháp tác động cột Sống, Bùi Đức Cương biên soạn";s:11:"reply_count";i:0;s:10:"view_count";i:405;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1617588545;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14915;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617588545;s:12:"last_post_id";i:14915;s:17:"last_post_user_id";i:3305;s:18:"last_post_username";s:9:"mod_luong";s:9:"prefix_id";i:2;s:4:"tags";s:218:"a:3:{i:663;a:2:{s:3:"tag";s:8:"cam nang";s:7:"tag_url";s:8:"cam-nang";}i:7214;a:2:{s:3:"tag";s:17:"tac dong cot song";s:7:"tag_url";s:17:"tac-dong-cot-song";}i:7215;a:2:{s:3:"tag";s:4:"tdcs";s:7:"tag_url";s:4:"tdcs";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:13492;a:22:{s:9:"thread_id";i:13492;s:7:"node_id";i:136;s:5:"title";s:58:"international human rights, course manual, Nguyen Quy Binh";s:11:"reply_count";i:0;s:10:"view_count";i:296;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1617587858;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14914;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617587858;s:12:"last_post_id";i:14914;s:17:"last_post_user_id";i:3305;s:18:"last_post_username";s:9:"mod_luong";s:9:"prefix_id";i:2;s:4:"tags";s:326:"a:4:{i:11848;a:2:{s:3:"tag";s:13:"course manual";s:7:"tag_url";s:13:"course-manual";}i:11847;a:2:{s:3:"tag";s:12:"human rights";s:7:"tag_url";s:12:"human-rights";}i:1001;a:2:{s:3:"tag";s:13:"international";s:7:"tag_url";s:13:"international";}i:7018;a:2:{s:3:"tag";s:15:"nguyen quy binh";s:7:"tag_url";s:15:"nguyen-quy-binh";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}s:12:"newerThreads";a:5:{i:13498;a:22:{s:9:"thread_id";i:13498;s:7:"node_id";i:163;s:5:"title";s:40:"English for work, business presentations";s:11:"reply_count";i:0;s:10:"view_count";i:492;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1617717065;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14925;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617717065;s:12:"last_post_id";i:14925;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:28;s:4:"tags";s:396:"a:5:{i:11851;a:2:{s:3:"tag";s:21:"anne freitag-lawrence";s:7:"tag_url";s:21:"anne-freitag-lawrence";}i:942;a:2:{s:3:"tag";s:8:"business";s:7:"tag_url";s:8:"business";}i:11852;a:2:{s:3:"tag";s:16:"english for work";s:7:"tag_url";s:16:"english-for-work";}i:1236;a:2:{s:3:"tag";s:7:"longman";s:7:"tag_url";s:7:"longman";}i:2517;a:2:{s:3:"tag";s:12:"presentation";s:7:"tag_url";s:12:"presentation";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:13499;a:22:{s:9:"thread_id";i:13499;s:7:"node_id";i:4;s:5:"title";s:86:"Cuốn tiểu thuyết mới nhất 2021 của Haruki Murakami | First Person Singular";s:11:"reply_count";i:0;s:10:"view_count";i:288;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1617717680;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14926;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617717680;s:12:"last_post_id";i:14926;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:10;s:4:"tags";s:183:"a:2:{i:11853;a:2:{s:3:"tag";s:21:"first person singular";s:7:"tag_url";s:21:"first-person-singular";}i:73;a:2:{s:3:"tag";s:15:"haruki murakami";s:7:"tag_url";s:15:"haruki-murakami";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:13500;a:22:{s:9:"thread_id";i:13500;s:7:"node_id";i:30;s:5:"title";s:22:"Music for Mom & Babies";s:11:"reply_count";i:0;s:10:"view_count";i:351;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1617718012;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14927;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617718012;s:12:"last_post_id";i:14927;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:21;s:4:"tags";s:322:"a:5:{i:4569;a:2:{s:3:"tag";s:6:"babies";s:7:"tag_url";s:6:"babies";}i:11855;a:2:{s:3:"tag";s:9:"beethoven";s:7:"tag_url";s:9:"beethoven";}i:11854;a:2:{s:3:"tag";s:3:"mom";s:7:"tag_url";s:3:"mom";}i:11856;a:2:{s:3:"tag";s:6:"mozart";s:7:"tag_url";s:6:"mozart";}i:2759;a:2:{s:3:"tag";s:5:"music";s:7:"tag_url";s:5:"music";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:13501;a:22:{s:9:"thread_id";i:13501;s:7:"node_id";i:145;s:5:"title";s:129:"PDF Đề kiểm tra tiếng anh lớp 7 (theo chương trình thí điểm) Nguyễn Thị Minh Hương, Đặng Thị Thúy Hà";s:11:"reply_count";i:0;s:10:"view_count";i:528;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1617719346;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14928;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617719346;s:12:"last_post_id";i:14928;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:3;s:4:"tags";s:336:"a:4:{i:5256;a:2:{s:3:"tag";s:16:"dang thi thuy ha";s:7:"tag_url";s:16:"dang-thi-thuy-ha";}i:5257;a:2:{s:3:"tag";s:11:"de kiem tra";s:7:"tag_url";s:11:"de-kiem-tra";}i:5255;a:2:{s:3:"tag";s:21:"nguyen thi minh huong";s:7:"tag_url";s:21:"nguyen-thi-minh-huong";}i:5997;a:2:{s:3:"tag";s:11:"tieng anh 7";s:7:"tag_url";s:11:"tieng-anh-7";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:13502;a:22:{s:9:"thread_id";i:13502;s:7:"node_id";i:54;s:5:"title";s:71:"Các bình diện của từ và từ tiếng Việt, Đỗ Hữu Châu";s:11:"reply_count";i:0;s:10:"view_count";i:766;s:7:"user_id";i:3552;s:8:"username";s:7:"mod_van";s:9:"post_date";i:1617852148;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:14930;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617852148;s:12:"last_post_id";i:14930;s:17:"last_post_user_id";i:3552;s:18:"last_post_username";s:7:"mod_van";s:9:"prefix_id";i:2;s:4:"tags";s:213:"a:3:{i:3669;a:2:{s:3:"tag";s:4:"1986";s:7:"tag_url";s:4:"1986";}i:11857;a:2:{s:3:"tag";s:11:"do huu chau";s:7:"tag_url";s:11:"do-huu-chau";}i:572;a:2:{s:3:"tag";s:10:"tieng viet";s:7:"tag_url";s:10:"tieng-viet";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}s:13:"latestThreads";a:5:{i:18775;a:22:{s:9:"thread_id";i:18775;s:7:"node_id";i:83;s:5:"title";s:19:"Thông tin dn Z-lib";s:11:"reply_count";i:0;s:10:"view_count";i:2;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1660070944;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:21633;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1660070944;s:12:"last_post_id";i:21633;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:0;s:4:"tags";s:6:"a:0:{}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18774;a:22:{s:9:"thread_id";i:18774;s:7:"node_id";i:57;s:5:"title";s:96:"Từ điển - sách công cụ chữ Hán của Việt Nam và Trung Quốc, Trần Văn Chánh";s:11:"reply_count";i:0;s:10:"view_count";i:15;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1660069019;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:21628;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1660069019;s:12:"last_post_id";i:21628;s:17:"last_post_user_id";i:3305;s:18:"last_post_username";s:9:"mod_luong";s:9:"prefix_id";i:2;s:4:"tags";s:354:"a:5:{i:774;a:2:{s:3:"tag";s:7:"chu han";s:7:"tag_url";s:7:"chu-han";}i:279;a:2:{s:3:"tag";s:10:"dictionary";s:7:"tag_url";s:10:"dictionary";}i:4406;a:2:{s:3:"tag";s:8:"han viet";s:7:"tag_url";s:8:"han-viet";}i:9878;a:2:{s:3:"tag";s:14:"tran van chanh";s:7:"tag_url";s:14:"tran-van-chanh";}i:294;a:2:{s:3:"tag";s:7:"tu dien";s:7:"tag_url";s:7:"tu-dien";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18773;a:22:{s:9:"thread_id";i:18773;s:7:"node_id";i:170;s:5:"title";s:49:"Beowulf by all community translation and workbook";s:11:"reply_count";i:0;s:10:"view_count";i:16;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1660041863;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:21627;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1660041863;s:12:"last_post_id";i:21627;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:2;s:4:"tags";s:81:"a:1:{i:3695;a:2:{s:3:"tag";s:11:"translation";s:7:"tag_url";s:11:"translation";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18772;a:22:{s:9:"thread_id";i:18772;s:7:"node_id";i:170;s:5:"title";s:100:"Empirical modelling of translation and interpreting, Silvia Hansen-Schirra, Oliver Czulo, Sascha Hof";s:11:"reply_count";i:0;s:10:"view_count";i:12;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1660040612;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:21626;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1660040612;s:12:"last_post_id";i:21626;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:2;s:4:"tags";s:158:"a:2:{i:9879;a:2:{s:3:"tag";s:12:"interpreting";s:7:"tag_url";s:12:"interpreting";}i:3695;a:2:{s:3:"tag";s:11:"translation";s:7:"tag_url";s:11:"translation";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18771;a:22:{s:9:"thread_id";i:18771;s:7:"node_id";i:170;s:5:"title";s:53:"Machine Translation, Pushpak Bhattacharyya, CRC Press";s:11:"reply_count";i:0;s:10:"view_count";i:18;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1660040433;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:21625;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1660040433;s:12:"last_post_id";i:21625;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:2;s:4:"tags";s:338:"a:4:{i:5654;a:2:{s:3:"tag";s:9:"crc press";s:7:"tag_url";s:9:"crc-press";}i:16819;a:2:{s:3:"tag";s:19:"machine translation";s:7:"tag_url";s:19:"machine-translation";}i:16820;a:2:{s:3:"tag";s:21:"pushpak bhattacharyya";s:7:"tag_url";s:21:"pushpak-bhattacharyya";}i:3695;a:2:{s:3:"tag";s:11:"translation";s:7:"tag_url";s:11:"translation";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}}
Run Time: 0.510013
SELECT thread.*
,
MATCH(search_index.title) AGAINST ('CHÍNH SÁCH BẢO MẬT | OUR PRIVACY POLICY' IN BOOLEAN MODE) AS similar_score
FROM xf_search_index AS search_index
LEFT JOIN xf_thread AS thread ON (thread.thread_id=search_index.content_id)
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible')) AND (thread.thread_id <> 13497)
AND MATCH(search_index.title) AGAINST ('CHÍNH SÁCH BẢO MẬT | OUR PRIVACY POLICY' IN BOOLEAN MODE)
AND search_index.content_type='thread'
HAVING similar_score >= 1
ORDER BY similar_score
LIMIT 5
Run Time: 0.115808
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | search_index | ref | PRIMARY | PRIMARY | 77 | const | 370 | Using index condition; Using where; Using temporary; Using filesort |
SIMPLE | thread | eq_ref | PRIMARY | PRIMARY | 4 | dien7104_tailieu.search_index.content_id | 1 | Using where |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 34
Run Time: 0.000242
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 thread.thread_id
FROM xf_thread AS thread
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible')) AND (thread.thread_id <> 13497)
ORDER BY RAND()
LIMIT 5
Run Time: 0.011309
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 16024 | Using where; Using temporary; Using filesort |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible')) AND (thread.thread_id IN (3232, 13123, 3427, 5733, 12320))
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000698
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 5 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | dien7104_tailieu.thread.user_id | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 76
Run Time: 0.000170
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.000169
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, 125
Run Time: 0.000150
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, 24
Run Time: 0.000149
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 post_links.*
FROM xf_post_links AS post_links
WHERE (post_links.thread_id = 13497)
Run Time: 0.013888
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post_links | ALL | | | | | 12911 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 939d8774d8e18d50ef171110f048b193, , 1660110185
Run Time: 0.000200
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=13497, 1660106585,
Run Time: 0.000120
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'BRETI_message_below', 'thread_view', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 3, 2
Run Time: 0.000743
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 10 | Using where |
SELECT adv.*
FROM xf_advertisement AS adv
WHERE (adv.active = 1) AND (adv.positive = 1)
Run Time: 0.000263
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | adv | ALL | | | | | 4 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('tailieu_advertisement_top')
AND style_id = ?
AND language_id = ?
Params: 3, 2
Run Time: 0.000173
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 adv.*
FROM xf_advertisement AS adv
WHERE (adv.active = 1) AND (adv.positive = 3)
Run Time: 0.000198
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | adv | ALL | | | | | 4 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('tailieu_advertisement_bottom')
AND style_id = ?
AND language_id = ?
Params: 3, 2
Run Time: 0.000171
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |