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.002164
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.000368
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.001200
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user_point | ALL | | | | | 32 | |
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: 11427
Run Time: 0.000810
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: 7
Run Time: 0.000957
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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: 11427
Run Time: 0.002061
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 | 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: 11427
Run Time: 0.000301
SELECT *
FROM xf_brivium_extra_thread_item
WHERE thread_id = ? AND user_id = ?
Params: 11427, 0
Run Time: 0.732165
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_brivium_extra_thread_item | ALL | | | | | 12357 | Using where |
SELECT thread.*
FROM xf_thread AS thread
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible') AND (thread.post_date < 1603163892)) AND (thread.thread_id <> 11427)
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000516
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,post_date | post_date | 4 | | 3782 | Using index condition; Using where |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 59
Run Time: 0.000208
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, 153
Run Time: 0.000203
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, 151
Run Time: 0.000223
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 > 1603163892)) AND (thread.thread_id <> 11427)
ORDER BY thread.post_date ASC
LIMIT 5
Run Time: 0.000407
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,post_date | post_date | 4 | | 1196 | Using index condition; Using where |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 77
Run Time: 0.000215
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, 156
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, 144
Run Time: 0.000211
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.000178
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 <> 11427)
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000370
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | index | PRIMARY | post_date | 4 | | 6 | Using where |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 26
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, 43
Run Time: 0.000221
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, 21
Run Time: 0.000218
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, 162
Run Time: 0.000179
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, 165
Run Time: 0.000228
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 = 11427 AND user_id = 0)
Params: 1610867477, a:3:{s:12:"olderThreads";a:5:{i:11426;a:22:{s:9:"thread_id";i:11426;s:7:"node_id";i:59;s:5:"title";s:71:"Sat II Success Literature by Margaret Moran, W. Frances Holder, Thomson";s:11:"reply_count";i:0;s:10:"view_count";i:62;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1603163149;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:12647;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603163149;s:12:"last_post_id";i:12647;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:442:"a:6:{i:10044;a:2:{s:3:"tag";s:14:"margaret moran";s:7:"tag_url";s:14:"margaret-moran";}i:1098;a:2:{s:3:"tag";s:3:"sat";s:7:"tag_url";s:3:"sat";}i:5495;a:2:{s:3:"tag";s:6:"sat ii";s:7:"tag_url";s:6:"sat-ii";}i:10043;a:2:{s:3:"tag";s:14:"sat literature";s:7:"tag_url";s:14:"sat-literature";}i:3054;a:2:{s:3:"tag";s:7:"thomson";s:7:"tag_url";s:7:"thomson";}i:10045;a:2:{s:3:"tag";s:17:"w. frances holder";s:7:"tag_url";s:16:"w-frances-holder";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:11425;a:22:{s:9:"thread_id";i:11425;s:7:"node_id";i:59;s:5:"title";s:50:"Kallis' Sat Pattern Strategy, 6 full practice test";s:11:"reply_count";i:0;s:10:"view_count";i:45;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1603160569;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:12646;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603160569;s:12:"last_post_id";i:12646;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:194:"a:3:{i:10042;a:2:{s:3:"tag";s:6:"kallis";s:7:"tag_url";s:6:"kallis";}i:1098;a:2:{s:3:"tag";s:3:"sat";s:7:"tag_url";s:3:"sat";}i:4226;a:2:{s:3:"tag";s:8:"strategy";s:7:"tag_url";s:8:"strategy";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:11424;a:22:{s:9:"thread_id";i:11424;s:7:"node_id";i:59;s:5:"title";s:44:"Acing the new Sat Math, Greenhall Publishing";s:11:"reply_count";i:0;s:10:"view_count";i:55;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1603159400;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:12645;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603159400;s:12:"last_post_id";i:12645;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:294:"a:4:{i:10040;a:2:{s:3:"tag";s:5:"acing";s:7:"tag_url";s:5:"acing";}i:10041;a:2:{s:3:"tag";s:20:"greenhall publishing";s:7:"tag_url";s:20:"greenhall-publishing";}i:4538;a:2:{s:3:"tag";s:7:"new sat";s:7:"tag_url";s:7:"new-sat";}i:6145;a:2:{s:3:"tag";s:8:"sat math";s:7:"tag_url";s:8:"sat-math";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:11423;a:22:{s:9:"thread_id";i:11423;s:7:"node_id";i:153;s:5:"title";s:109:"Cùng khủng long học tiếng Anh theo chủ đề, lớp 5, Hoàng Thị Ngọc Tú, Nguyễn Thị Ngân";s:11:"reply_count";i:0;s:10:"view_count";i:51;s:7:"user_id";i:3552;s:8:"username";s:7:"mod_van";s:9:"post_date";i:1603123500;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:12644;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603123500;s:12:"last_post_id";i:12644;s:17:"last_post_user_id";i:3552;s:18:"last_post_username";s:7:"mod_van";s:9:"prefix_id";i:28;s:4:"tags";s:327:"a:4:{i:10039;a:2:{s:3:"tag";s:17:"hoang thi ngoc tu";s:7:"tag_url";s:17:"hoang-thi-ngoc-tu";}i:10037;a:2:{s:3:"tag";s:10:"khung long";s:7:"tag_url";s:10:"khung-long";}i:10038;a:2:{s:3:"tag";s:15:"nguyen thi ngan";s:7:"tag_url";s:15:"nguyen-thi-ngan";}i:8580;a:2:{s:3:"tag";s:11:"tieng anh 5";s:7:"tag_url";s:11:"tieng-anh-5";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:11422;a:22:{s:9:"thread_id";i:11422;s:7:"node_id";i:151;s:5:"title";s:109:"Cùng khủng long học tiếng Anh theo chủ đề, lớp 4, Hoàng Thị Ngọc Tú, Nguyễn Thị Ngân";s:11:"reply_count";i:0;s:10:"view_count";i:49;s:7:"user_id";i:3552;s:8:"username";s:7:"mod_van";s:9:"post_date";i:1603123305;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:12643;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603123305;s:12:"last_post_id";i:12643;s:17:"last_post_user_id";i:3552;s:18:"last_post_username";s:7:"mod_van";s:9:"prefix_id";i:28;s:4:"tags";s:327:"a:4:{i:10039;a:2:{s:3:"tag";s:17:"hoang thi ngoc tu";s:7:"tag_url";s:17:"hoang-thi-ngoc-tu";}i:10037;a:2:{s:3:"tag";s:10:"khung long";s:7:"tag_url";s:10:"khung-long";}i:10038;a:2:{s:3:"tag";s:15:"nguyen thi ngan";s:7:"tag_url";s:15:"nguyen-thi-ngan";}i:4740;a:2:{s:3:"tag";s:11:"tieng anh 4";s:7:"tag_url";s:11:"tieng-anh-4";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}s:12:"newerThreads";a:5:{i:11431;a:22:{s:9:"thread_id";i:11431;s:7:"node_id";i:77;s:5:"title";s:44:"Thai for beginners (Benjawan Poomsan Becker)";s:11:"reply_count";i:0;s:10:"view_count";i:65;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1603339735;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:12652;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603339735;s:12:"last_post_id";i:12652;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:200:"a:3:{i:1691;a:2:{s:3:"tag";s:8:"beginner";s:7:"tag_url";s:8:"beginner";}i:2699;a:2:{s:3:"tag";s:4:"thai";s:7:"tag_url";s:4:"thai";}i:10052;a:2:{s:3:"tag";s:8:"thailand";s:7:"tag_url";s:8:"thailand";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:11434;a:22:{s:9:"thread_id";i:11434;s:7:"node_id";i:156;s:5:"title";s:26:"Reading Explorer 1. Videos";s:11:"reply_count";i:0;s:10:"view_count";i:47;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1603526357;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:12655;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603526357;s:12:"last_post_id";i:12655;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:24;s:4:"tags";s:231:"a:3:{i:6251;a:2:{s:3:"tag";s:13:"nancy douglas";s:7:"tag_url";s:13:"nancy-douglas";}i:4449;a:2:{s:3:"tag";s:16:"reading explorer";s:7:"tag_url";s:16:"reading-explorer";}i:2044;a:2:{s:3:"tag";s:5:"video";s:7:"tag_url";s:5:"video";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:11436;a:22:{s:9:"thread_id";i:11436;s:7:"node_id";i:156;s:5:"title";s:100:"Reading explorer 1, second edition, Nancy Douglas, David Bohlke, National Geographic Learning, Cenga";s:11:"reply_count";i:0;s:10:"view_count";i:164;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1603685415;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:12657;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603685415;s:12:"last_post_id";i:12657;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:517:"a:6:{i:1561;a:2:{s:3:"tag";s:16:"cengage learning";s:7:"tag_url";s:16:"cengage-learning";}i:6250;a:2:{s:3:"tag";s:12:"david bohlke";s:7:"tag_url";s:12:"david-bohlke";}i:6251;a:2:{s:3:"tag";s:13:"nancy douglas";s:7:"tag_url";s:13:"nancy-douglas";}i:4450;a:2:{s:3:"tag";s:28:"national geographic learning";s:7:"tag_url";s:28:"national-geographic-learning";}i:4449;a:2:{s:3:"tag";s:16:"reading explorer";s:7:"tag_url";s:16:"reading-explorer";}i:702;a:2:{s:3:"tag";s:12:"student book";s:7:"tag_url";s:12:"student-book";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:11437;a:22:{s:9:"thread_id";i:11437;s:7:"node_id";i:144;s:5:"title";s:54:"Từ vụng tiếng anh 6 dành cho sách thí điểm";s:11:"reply_count";i:0;s:10:"view_count";i:36;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1603762222;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:12659;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603762222;s:12:"last_post_id";i:12659;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:211:"a:3:{i:193;a:2:{s:3:"tag";s:8:"thi diem";s:7:"tag_url";s:8:"thi-diem";}i:5522;a:2:{s:3:"tag";s:11:"tieng anh 6";s:7:"tag_url";s:11:"tieng-anh-6";}i:819;a:2:{s:3:"tag";s:7:"tu vung";s:7:"tag_url";s:7:"tu-vung";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:11438;a:22:{s:9:"thread_id";i:11438;s:7:"node_id";i:145;s:5:"title";s:54:"Từ vụng tiếng anh 7 dành cho sách thí điểm";s:11:"reply_count";i:0;s:10:"view_count";i:33;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1603762419;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:12660;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1603762419;s:12:"last_post_id";i:12660;s:17:"last_post_user_id";i:3305;s:18:"last_post_username";s:9:"mod_luong";s:9:"prefix_id";i:3;s:4:"tags";s:306:"a:4:{i:5254;a:2:{s:3:"tag";s:21:"chuong trinh thi diem";s:7:"tag_url";s:21:"chuong-trinh-thi-diem";}i:193;a:2:{s:3:"tag";s:8:"thi diem";s:7:"tag_url";s:8:"thi-diem";}i:5997;a:2:{s:3:"tag";s:11:"tieng anh 7";s:7:"tag_url";s:11:"tieng-anh-7";}i:819;a:2:{s:3:"tag";s:7:"tu vung";s:7:"tag_url";s:7:"tu-vung";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}s:13:"latestThreads";a:5:{i:12656;a:22:{s:9:"thread_id";i:12656;s:7:"node_id";i:26;s:5:"title";s:73:"Cổ luật Việt Nam và tư pháp sử diễn giảng | Vũ Văn Mẫu";s:11:"reply_count";i:0;s:10:"view_count";i:8;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1610784004;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:13891;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1610784004;s:12:"last_post_id";i:13891;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:358:"a:5:{i:10991;a:2:{s:3:"tag";s:7:"co luat";s:7:"tag_url";s:7:"co-luat";}i:10993;a:2:{s:3:"tag";s:10:"dien giang";s:7:"tag_url";s:10:"dien-giang";}i:10992;a:2:{s:3:"tag";s:10:"tu phap su";s:7:"tag_url";s:10:"tu-phap-su";}i:72;a:2:{s:3:"tag";s:8:"viet nam";s:7:"tag_url";s:8:"viet-nam";}i:4477;a:2:{s:3:"tag";s:10:"vu van mau";s:7:"tag_url";s:10:"vu-van-mau";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:12655;a:22:{s:9:"thread_id";i:12655;s:7:"node_id";i:43;s:5:"title";s:85:"Vocabulary Building with Antonyms, synonyms, homophones and homographs, Jo Ann Gordon";s:11:"reply_count";i:0;s:10:"view_count";i:9;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1610783790;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:13890;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1610783790;s:12:"last_post_id";i:13890;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:536:"a:7:{i:10989;a:2:{s:3:"tag";s:8:"antonyms";s:7:"tag_url";s:8:"antonyms";}i:10987;a:2:{s:3:"tag";s:10:"homographs";s:7:"tag_url";s:10:"homographs";}i:10988;a:2:{s:3:"tag";s:10:"homophones";s:7:"tag_url";s:10:"homophones";}i:10990;a:2:{s:3:"tag";s:13:"jo ann gordon";s:7:"tag_url";s:13:"jo-ann-gordon";}i:10986;a:2:{s:3:"tag";s:11:"super duper";s:7:"tag_url";s:11:"super-duper";}i:2662;a:2:{s:3:"tag";s:8:"synonyms";s:7:"tag_url";s:8:"synonyms";}i:9887;a:2:{s:3:"tag";s:19:"vocabulary building";s:7:"tag_url";s:19:"vocabulary-building";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:12654;a:22:{s:9:"thread_id";i:12654;s:7:"node_id";i:21;s:5:"title";s:114:"300 bài thơ Đường, Hành Đường Thoái Sĩ tuyển chọn, Trần Uyển Tuấn bổ chú, Ngô Văn Phú";s:11:"reply_count";i:0;s:10:"view_count";i:9;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1610783420;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:13889;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1610783420;s:12:"last_post_id";i:13889;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:265:"a:4:{i:858;a:2:{s:3:"tag";s:4:"2008";s:7:"tag_url";s:4:"2008";}i:10985;a:2:{s:3:"tag";s:3:"300";s:7:"tag_url";s:3:"300";}i:4409;a:2:{s:3:"tag";s:11:"ngo van phu";s:7:"tag_url";s:11:"ngo-van-phu";}i:546;a:2:{s:3:"tag";s:9:"tho duong";s:7:"tag_url";s:9:"tho-duong";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:12653;a:22:{s:9:"thread_id";i:12653;s:7:"node_id";i:162;s:5:"title";s:136:"Tài liệu giảng dạy lớp luật sư thương mại quốc tế của luật sư Trương Nhật Quang và các công sự Nguyễ";s:11:"reply_count";i:0;s:10:"view_count";i:12;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1610782949;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:13888;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1610782949;s:12:"last_post_id";i:13888;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:246:"a:3:{i:10984;a:2:{s:3:"tag";s:7:"luat su";s:7:"tag_url";s:7:"luat-su";}i:7429;a:2:{s:3:"tag";s:16:"mua ban sat nhap";s:7:"tag_url";s:16:"mua-ban-sat-nhap";}i:4979;a:2:{s:3:"tag";s:18:"thuong mai quoc te";s:7:"tag_url";s:18:"thuong-mai-quoc-te";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:12652;a:22:{s:9:"thread_id";i:12652;s:7:"node_id";i:165;s:5:"title";s:44:"CPE Practice Tests by Harrison Mark | oxford";s:11:"reply_count";i:0;s:10:"view_count";i:11;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1610782662;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:13887;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1610782662;s:12:"last_post_id";i:13887;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:205:"a:3:{i:1705;a:2:{s:3:"tag";s:3:"cpe";s:7:"tag_url";s:3:"cpe";}i:10983;a:2:{s:3:"tag";s:13:"harrison mark";s:7:"tag_url";s:13:"harrison-mark";}i:428;a:2:{s:3:"tag";s:6:"oxford";s:7:"tag_url";s:6:"oxford";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}}
Run Time: 2.667786
SELECT thread.*
,
MATCH(search_index.title) AGAINST ('Luyện phát âm và đánh dấu trọng âm tiếng anh, Xuân Bá, Quang Minh' 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 <> 11427)
AND MATCH(search_index.title) AGAINST ('Luyện phát âm và đánh dấu trọng âm tiếng anh, Xuân Bá, Quang Minh' IN BOOLEAN MODE)
AND search_index.content_type='thread'
HAVING similar_score >= 1
ORDER BY similar_score
LIMIT 5
Run Time: 0.133255
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | search_index | range | PRIMARY | PRIMARY | 81 | | 8953 | Using index condition; Using where; 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.000257
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, 11
Run Time: 0.000205
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.000218
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, 10
Run Time: 0.000212
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 <> 11427)
ORDER BY RAND()
LIMIT 5
Run Time: 0.010284
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 6246 | 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 (466, 1620, 7310, 3148, 12133))
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000875
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, 57
Run Time: 0.000236
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.000236
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, 25
Run Time: 0.000203
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, 47
Run Time: 0.000207
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 = 11427)
Run Time: 0.010761
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post_links | ALL | | | | | 7212 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: eea9d22d5a77013b6dd969a9182505a5, , 1610871077
Run Time: 0.000298
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=11427, 1610867477,
Run Time: 0.000217
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.001334
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.000354
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.000272
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.000278
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.000222
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |