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.001716
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.000404
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.000346
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: 6796
Run Time: 0.000749
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: 59
Run Time: 0.001142
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: 6796
Run Time: 0.001714
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: 6796
Run Time: 0.000184
SELECT *
FROM xf_brivium_extra_thread_item
WHERE thread_id = ? AND user_id = ?
Params: 6796, 0
Run Time: 0.083900
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_brivium_extra_thread_item | ALL | | | | | 8077 | Using where |
SELECT thread.*
FROM xf_thread AS thread
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible') AND (thread.post_date < 1562736882)) AND (thread.thread_id <> 6796)
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.004163
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,post_date | post_date | 4 | | 6468 | 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, 26
Run Time: 0.000319
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, 72
Run Time: 0.000222
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 > 1562736882)) AND (thread.thread_id <> 6796)
ORDER BY thread.post_date ASC
LIMIT 5
Run Time: 0.000513
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,post_date | post_date | 4 | | 1467 | 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, 55
Run Time: 0.000229
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, 18
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, 58
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 thread.*
FROM xf_thread AS thread
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible')) AND (thread.thread_id <> 6796)
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000439
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, 54
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, 7
Run Time: 0.000266
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, 138
Run Time: 0.000270
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, 130
Run Time: 0.000214
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 = 6796 AND user_id = 0)
Params: 1575675234, a:3:{s:12:"olderThreads";a:5:{i:6795;a:22:{s:9:"thread_id";i:6795;s:7:"node_id";i:59;s:5:"title";s:87:"SAT vocabulary A new Approach | The Critical Reader by Larry Krieger & Erica L. Meltzer";s:11:"reply_count";i:0;s:10:"view_count";i:58;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562736010;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:7649;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562736010;s:12:"last_post_id";i:7649;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:219:"a:3:{i:1098;a:2:{s:3:"tag";s:3:"sat";s:7:"tag_url";s:3:"sat";}i:5456;a:2:{s:3:"tag";s:14:"sat vocabulary";s:7:"tag_url";s:14:"sat-vocabulary";}i:4537;a:2:{s:3:"tag";s:11:"the new sat";s:7:"tag_url";s:11:"the-new-sat";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:6794;a:22:{s:9:"thread_id";i:6794;s:7:"node_id";i:59;s:5:"title";s:92:"The College Panda SAT writing | Advanced Guide and Workbook by Nielson Phu | for the new sat";s:11:"reply_count";i:0;s:10:"view_count";i:49;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562735438;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:7648;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562735438;s:12:"last_post_id";i:7648;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:414:"a:6:{i:2798;a:2:{s:3:"tag";s:7:"college";s:7:"tag_url";s:7:"college";}i:5455;a:2:{s:3:"tag";s:11:"nielson phu";s:7:"tag_url";s:11:"nielson-phu";}i:5454;a:2:{s:3:"tag";s:5:"panda";s:7:"tag_url";s:5:"panda";}i:1098;a:2:{s:3:"tag";s:3:"sat";s:7:"tag_url";s:3:"sat";}i:5453;a:2:{s:3:"tag";s:11:"sat writing";s:7:"tag_url";s:11:"sat-writing";}i:4537;a:2:{s:3:"tag";s:11:"the new sat";s:7:"tag_url";s:11:"the-new-sat";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:6793;a:22:{s:9:"thread_id";i:6793;s:7:"node_id";i:59;s:5:"title";s:81:"Master the SAT subject test: Math Levels 1 and 2 by Arco | Thomson Peterson's 4th";s:11:"reply_count";i:0;s:10:"view_count";i:53;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562734460;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:7647;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562734460;s:12:"last_post_id";i:7647;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:205:"a:3:{i:1098;a:2:{s:3:"tag";s:3:"sat";s:7:"tag_url";s:3:"sat";}i:5452;a:2:{s:3:"tag";s:12:"subject test";s:7:"tag_url";s:12:"subject-test";}i:3054;a:2:{s:3:"tag";s:7:"thomson";s:7:"tag_url";s:7:"thomson";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:6792;a:22:{s:9:"thread_id";i:6792;s:7:"node_id";i:26;s:5:"title";s:93:"Lịch Sử Nội Chiến Việt Nam Từ 1771 đến 1802 | Tạ Chí Đại Trường";s:11:"reply_count";i:0;s:10:"view_count";i:63;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562524211;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:7646;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562524211;s:12:"last_post_id";i:7646;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:343:"a:5:{i:5451;a:2:{s:3:"tag";s:4:"1771";s:7:"tag_url";s:4:"1771";}i:3314;a:2:{s:3:"tag";s:4:"1802";s:7:"tag_url";s:4:"1802";}i:40;a:2:{s:3:"tag";s:7:"lich su";s:7:"tag_url";s:7:"lich-su";}i:5450;a:2:{s:3:"tag";s:9:"noi chien";s:7:"tag_url";s:9:"noi-chien";}i:3918;a:2:{s:3:"tag";s:17:"ta chi dai truong";s:7:"tag_url";s:17:"ta-chi-dai-truong";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:6791;a:22:{s:9:"thread_id";i:6791;s:7:"node_id";i:72;s:5:"title";s:67:"8 TIẾNG KHÔNG PHẢI GIẤC NGỦ KHOA HỌC NHƯ BẠN NGHĨ!!!";s:11:"reply_count";i:0;s:10:"view_count";i:90;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562124028;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:7645;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562124028;s:12:"last_post_id";i:7645;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"admin";s:9:"prefix_id";i:16;s:4:"tags";s:6:"a:0:{}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}s:12:"newerThreads";a:5:{i:6797;a:22:{s:9:"thread_id";i:6797;s:7:"node_id";i:26;s:5:"title";s:73:"Đại Nam Quấc Âm Tự Vị Tome I + II | Huỳnh Tịnh Paulus Của";s:11:"reply_count";i:0;s:10:"view_count";i:57;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562737630;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:7651;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562737630;s:12:"last_post_id";i:7651;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:300:"a:4:{i:3998;a:2:{s:3:"tag";s:4:"1895";s:7:"tag_url";s:4:"1895";}i:1477;a:2:{s:3:"tag";s:4:"1896";s:7:"tag_url";s:4:"1896";}i:5459;a:2:{s:3:"tag";s:21:"dai nam quac am tu vi";s:7:"tag_url";s:21:"dai-nam-quac-am-tu-vi";}i:1285;a:2:{s:3:"tag";s:14:"huynh tinh cua";s:7:"tag_url";s:14:"huynh-tinh-cua";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:6798;a:22:{s:9:"thread_id";i:6798;s:7:"node_id";i:55;s:5:"title";s:36:"Ngày của Kiến by Bernard Werber";s:11:"reply_count";i:0;s:10:"view_count";i:77;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562738168;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:7652;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562738168;s:12:"last_post_id";i:7652;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:160:"a:2:{i:4156;a:2:{s:3:"tag";s:14:"bernard werber";s:7:"tag_url";s:14:"bernard-werber";}i:53;a:2:{s:3:"tag";s:11:"nxb van hoc";s:7:"tag_url";s:11:"nxb-van-hoc";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:6799;a:22:{s:9:"thread_id";i:6799;s:7:"node_id";i:18;s:5:"title";s:89:"Cracking the ACT Premium 2019 Edition 8 full-length practice tests | The princeton review";s:11:"reply_count";i:0;s:10:"view_count";i:205;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562739196;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:7653;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562739196;s:12:"last_post_id";i:7653;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:347:"a:5:{i:2196;a:2:{s:3:"tag";s:4:"2019";s:7:"tag_url";s:4:"2019";}i:1099;a:2:{s:3:"tag";s:3:"act";s:7:"tag_url";s:3:"act";}i:2124;a:2:{s:3:"tag";s:8:"cracking";s:7:"tag_url";s:8:"cracking";}i:3709;a:2:{s:3:"tag";s:7:"premium";s:7:"tag_url";s:7:"premium";}i:4393;a:2:{s:3:"tag";s:20:"the princeton review";s:7:"tag_url";s:20:"the-princeton-review";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:6800;a:22:{s:9:"thread_id";i:6800;s:7:"node_id";i:58;s:5:"title";s:50:"Major changes are coming to toefl from August 2019";s:11:"reply_count";i:0;s:10:"view_count";i:95;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562739494;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:7654;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562739494;s:12:"last_post_id";i:7654;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:263:"a:4:{i:2196;a:2:{s:3:"tag";s:4:"2019";s:7:"tag_url";s:4:"2019";}i:5461;a:2:{s:3:"tag";s:7:"changes";s:7:"tag_url";s:7:"changes";}i:239;a:2:{s:3:"tag";s:5:"toefl";s:7:"tag_url";s:5:"toefl";}i:5460;a:2:{s:3:"tag";s:10:"toefl 2019";s:7:"tag_url";s:10:"toefl-2019";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:6801;a:22:{s:9:"thread_id";i:6801;s:7:"node_id";i:26;s:5:"title";s:93:"Trương Vĩnh Ký Tủ Sách Những Mảnh Gương. Tân Việt xuất bản, Saigon, 1958";s:11:"reply_count";i:0;s:10:"view_count";i:85;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1562777595;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:7655;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562777595;s:12:"last_post_id";i:7655;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:293:"a:4:{i:580;a:2:{s:3:"tag";s:4:"1958";s:7:"tag_url";s:4:"1958";}i:5462;a:2:{s:3:"tag";s:14:"khong xuan thu";s:7:"tag_url";s:14:"khong-xuan-thu";}i:2444;a:2:{s:3:"tag";s:8:"tan viet";s:7:"tag_url";s:8:"tan-viet";}i:2420;a:2:{s:3:"tag";s:14:"truong vinh ky";s:7:"tag_url";s:14:"truong-vinh-ky";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}s:13:"latestThreads";a:5:{i:8276;a:22:{s:9:"thread_id";i:8276;s:7:"node_id";i:54;s:5:"title";s:104:"F.A.Hayek Đường về nộ lệ PHạm Nguyên Trường dịch | Tủ sách tinh hoa, nxb tri thức";s:11:"reply_count";i:0;s:10:"view_count";i:3;s:7:"user_id";i:3552;s:8:"username";s:7:"mod_van";s:9:"post_date";i:1575604750;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:9247;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1575604750;s:12:"last_post_id";i:9247;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:248:"a:3:{i:812;a:2:{s:3:"tag";s:10:"f.a. hayek";s:7:"tag_url";s:8:"fa-hayek";}i:804;a:2:{s:3:"tag";s:18:"pham nguyen truong";s:7:"tag_url";s:18:"pham-nguyen-truong";}i:1084;a:2:{s:3:"tag";s:16:"tu sach tinh hoa";s:7:"tag_url";s:16:"tu-sach-tinh-hoa";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:8275;a:22:{s:9:"thread_id";i:8275;s:7:"node_id";i:7;s:5:"title";s:100:"writing your journal article in twelve weeks (2nd) | a guide to academic publishing success, wendy l";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:1575604290;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:9246;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1575604290;s:12:"last_post_id";i:9246;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:228:"a:3:{i:1149;a:2:{s:3:"tag";s:8:"academic";s:7:"tag_url";s:8:"academic";}i:6805;a:2:{s:3:"tag";s:19:"wendy laura belcher";s:7:"tag_url";s:19:"wendy-laura-belcher";}i:330;a:2:{s:3:"tag";s:7:"writing";s:7:"tag_url";s:7:"writing";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:8274;a:22:{s:9:"thread_id";i:8274;s:7:"node_id";i:138;s:5:"title";s:35:"Quick study law | Legal terminology";s:11:"reply_count";i:0;s:10:"view_count";i:3;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1575604011;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:9245;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1575604011;s:12:"last_post_id";i:9245;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:217:"a:3:{i:1205;a:2:{s:3:"tag";s:5:"legal";s:7:"tag_url";s:5:"legal";}i:6804;a:2:{s:3:"tag";s:11:"quick study";s:7:"tag_url";s:11:"quick-study";}i:4811;a:2:{s:3:"tag";s:11:"terminology";s:7:"tag_url";s:11:"terminology";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:8273;a:22:{s:9:"thread_id";i:8273;s:7:"node_id";i:55;s:5:"title";s:58:"Giải mã truyện Tây Du | Huệ Khải (Lê Anh Dũng)";s:11:"reply_count";i:0;s:10:"view_count";i:4;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1575603844;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:9244;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1575603844;s:12:"last_post_id";i:9244;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:217:"a:3:{i:3564;a:2:{s:3:"tag";s:8:"hue khai";s:7:"tag_url";s:8:"hue-khai";}i:6803;a:2:{s:3:"tag";s:11:"le anh dung";s:7:"tag_url";s:11:"le-anh-dung";}i:4117;a:2:{s:3:"tag";s:9:"tay du ky";s:7:"tag_url";s:9:"tay-du-ky";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:8272;a:22:{s:9:"thread_id";i:8272;s:7:"node_id";i:130;s:5:"title";s:62:"AutoCAD nâng câo và Lập trình AutoCAD - Trần Anh Bình";s:11:"reply_count";i:0;s:10:"view_count";i:3;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1575603459;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:9243;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1575603459;s:12:"last_post_id";i:9243;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:219:"a:3:{i:6801;a:2:{s:3:"tag";s:7:"autocad";s:7:"tag_url";s:7:"autocad";}i:6492;a:2:{s:3:"tag";s:9:"lap trinh";s:7:"tag_url";s:9:"lap-trinh";}i:6802;a:2:{s:3:"tag";s:13:"tran anh binh";s:7:"tag_url";s:13:"tran-anh-binh";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}}
Run Time: 0.176861
SELECT thread.*
,
MATCH(search_index.title) AGAINST ('Cracking the SAT subject Test Biology E/M 16th Edition | The princeton Review' 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 <> 6796)
AND MATCH(search_index.title) AGAINST ('Cracking the SAT subject Test Biology E/M 16th Edition | The princeton Review' IN BOOLEAN MODE)
AND search_index.content_type='thread'
HAVING similar_score >= 1
ORDER BY similar_score
LIMIT 5
Run Time: 0.080382
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | search_index | range | PRIMARY | PRIMARY | 81 | | 6232 | 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, 10
Run Time: 0.000245
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.000196
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, 19
Run Time: 0.000232
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, 56
Run Time: 0.000195
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 <> 6796)
ORDER BY RAND()
LIMIT 5
Run Time: 0.012300
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 6668 | 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 (3944, 1216, 4779, 6919, 2485))
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000779
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, 117
Run Time: 0.000273
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, 46
Run Time: 0.000291
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.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 post_links.*
FROM xf_post_links AS post_links
WHERE (post_links.thread_id = 6796)
Run Time: 0.013696
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: c243c44a342473554bb9c74ba61c5df9, , 1575678834
Run Time: 0.000354
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=6796, 1575675234,
Run Time: 0.000227
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.001939
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.000482
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.000352
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.000221
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.000195
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |