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.000855
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.000219
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.001878
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user_point | ALL | | | | | 3832 | |
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: 18037
Run Time: 0.000381
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: 240
Run Time: 0.000417
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: 18037
Run Time: 0.001249
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: 18037
Run Time: 0.000120
SELECT *
FROM xf_brivium_extra_thread_item
WHERE thread_id = ? AND user_id = ?
Params: 18037, 0
Run Time: 0.317613
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_brivium_extra_thread_item | ALL | | | | | 17984 | Using where |
SELECT thread.*
FROM xf_thread AS thread
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state = 'visible') AND (thread.post_date < 1652441164)) AND (thread.thread_id <> 18037)
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000428
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,post_date | post_date | 4 | | 8590 | Using where |
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.000157
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, 163
Run Time: 0.000107
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.000093
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 217
Run Time: 0.000096
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 218
Run Time: 0.000095
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 > 1652441164)) AND (thread.thread_id <> 18037)
ORDER BY thread.post_date ASC
LIMIT 5
Run Time: 0.000309
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,post_date | post_date | 4 | | 289 | 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, 136
Run Time: 0.000105
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, 224
Run Time: 0.000091
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 <> 18037)
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000250
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | index | PRIMARY | post_date | 4 | | 9 | Using where |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 137
Run Time: 0.000099
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, 221
Run Time: 0.000092
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
UPDATE `xf_brivium_extra_thread_item` SET `date_update` = ?, `extra_cache` = ? WHERE (thread_id = 18037 AND user_id = 0)
Params: 1656330238, a:3:{s:12:"olderThreads";a:5:{i:18036;a:22:{s:9:"thread_id";i:18036;s:7:"node_id";i:138;s:5:"title";s:67:"English for Mathematics, Hồ Thị Phương, Lê Thị Kiều Vân";s:11:"reply_count";i:0;s:10:"view_count";i:54;s:7:"user_id";i:3675;s:8:"username";s:12:"m.luongnhung";s:9:"post_date";i:1652440931;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:20387;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652440931;s:12:"last_post_id";i:20387;s:17:"last_post_user_id";i:3675;s:18:"last_post_username";s:12:"m.luongnhung";s:9:"prefix_id";i:2;s:4:"tags";s:345:"a:4:{i:16063;a:2:{s:3:"tag";s:23:"english for mathematics";s:7:"tag_url";s:23:"english-for-mathematics";}i:16061;a:2:{s:3:"tag";s:13:"ho thi phuong";s:7:"tag_url";s:13:"ho-thi-phuong";}i:16062;a:2:{s:3:"tag";s:15:"le thi kieu van";s:7:"tag_url";s:15:"le-thi-kieu-van";}i:1000;a:2:{s:3:"tag";s:11:"mathematics";s:7:"tag_url";s:11:"mathematics";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18035;a:22:{s:9:"thread_id";i:18035;s:7:"node_id";i:163;s:5:"title";s:75:"English For Lawyers, Hanoi Law University, tiếng Anh dành cho Luật gia";s:11:"reply_count";i:0;s:10:"view_count";i:60;s:7:"user_id";i:3675;s:8:"username";s:12:"m.luongnhung";s:9:"post_date";i:1652440611;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:20386;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652440611;s:12:"last_post_id";i:20386;s:17:"last_post_user_id";i:3675;s:18:"last_post_username";s:12:"m.luongnhung";s:9:"prefix_id";i:2;s:4:"tags";s:280:"a:4:{i:12667;a:2:{s:3:"tag";s:11:"english law";s:7:"tag_url";s:11:"english-law";}i:10609;a:2:{s:3:"tag";s:5:"lawer";s:7:"tag_url";s:5:"lawer";}i:16060;a:2:{s:3:"tag";s:8:"luat gia";s:7:"tag_url";s:8:"luat-gia";}i:185;a:2:{s:3:"tag";s:9:"tieng anh";s:7:"tag_url";s:9:"tieng-anh";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18034;a:22:{s:9:"thread_id";i:18034;s:7:"node_id";i:156;s:5:"title";s:87:"Cách Khắc Phục Khó Khăn Khi Người Việt Học Tiếng Anh, Bùi Quỳnh Như";s:11:"reply_count";i:0;s:10:"view_count";i:53;s:7:"user_id";i:3675;s:8:"username";s:12:"m.luongnhung";s:9:"post_date";i:1652440398;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:20385;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652440398;s:12:"last_post_id";i:20385;s:17:"last_post_user_id";i:3675;s:18:"last_post_username";s:12:"m.luongnhung";s:9:"prefix_id";i:2;s:4:"tags";s:227:"a:3:{i:15253;a:2:{s:3:"tag";s:13:"bui quynh nhu";s:7:"tag_url";s:13:"bui-quynh-nhu";}i:8736;a:2:{s:3:"tag";s:10:"nguoi viet";s:7:"tag_url";s:10:"nguoi-viet";}i:185;a:2:{s:3:"tag";s:9:"tieng anh";s:7:"tag_url";s:9:"tieng-anh";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18033;a:22:{s:9:"thread_id";i:18033;s:7:"node_id";i:217;s:5:"title";s:81:"Cách Dùng Các Thì Tiếng Anh Và Động Từ Đặc Biệt, Phạm Duy Yên";s:11:"reply_count";i:0;s:10:"view_count";i:48;s:7:"user_id";i:3675;s:8:"username";s:12:"m.luongnhung";s:9:"post_date";i:1652440295;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:20384;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652440295;s:12:"last_post_id";i:20384;s:17:"last_post_user_id";i:3675;s:18:"last_post_username";s:12:"m.luongnhung";s:9:"prefix_id";i:2;s:4:"tags";s:351:"a:5:{i:9069;a:2:{s:3:"tag";s:7:"dong tu";s:7:"tag_url";s:7:"dong-tu";}i:87;a:2:{s:3:"tag";s:7:"english";s:7:"tag_url";s:7:"english";}i:12179;a:2:{s:3:"tag";s:12:"english verb";s:7:"tag_url";s:12:"english-verb";}i:16059;a:2:{s:3:"tag";s:12:"pham duy yen";s:7:"tag_url";s:12:"pham-duy-yen";}i:1768;a:2:{s:3:"tag";s:5:"tense";s:7:"tag_url";s:5:"tense";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18032;a:22:{s:9:"thread_id";i:18032;s:7:"node_id";i:218;s:5:"title";s:72:"Bí Quyết Hệ Thống Hóa Và Tăng Cường Từ Vựng Tiếng Anh";s:11:"reply_count";i:0;s:10:"view_count";i:37;s:7:"user_id";i:3675;s:8:"username";s:12:"m.luongnhung";s:9:"post_date";i:1652439851;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:20383;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652439851;s:12:"last_post_id";i:20383;s:17:"last_post_user_id";i:3675;s:18:"last_post_username";s:12:"m.luongnhung";s:9:"prefix_id";i:2;s:4:"tags";s:310:"a:4:{i:87;a:2:{s:3:"tag";s:7:"english";s:7:"tag_url";s:7:"english";}i:7885;a:2:{s:3:"tag";s:18:"english vocabulary";s:7:"tag_url";s:18:"english-vocabulary";}i:819;a:2:{s:3:"tag";s:7:"tu vung";s:7:"tag_url";s:7:"tu-vung";}i:12705;a:2:{s:3:"tag";s:17:"tu vung tieng anh";s:7:"tag_url";s:17:"tu-vung-tieng-anh";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}s:12:"newerThreads";a:5:{i:18038;a:22:{s:9:"thread_id";i:18038;s:7:"node_id";i:136;s:5:"title";s:96:"English Syntax And Universal Grammar An Introduction To Syntactic Analysis, Bui Huynh Thuy Huong";s:11:"reply_count";i:0;s:10:"view_count";i:53;s:7:"user_id";i:3675;s:8:"username";s:12:"m.luongnhung";s:9:"post_date";i:1652441355;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:20389;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652441355;s:12:"last_post_id";i:20389;s:17:"last_post_user_id";i:3675;s:18:"last_post_username";s:12:"m.luongnhung";s:9:"prefix_id";i:2;s:4:"tags";s:332:"a:4:{i:16064;a:2:{s:3:"tag";s:20:"bui huynh thuy huong";s:7:"tag_url";s:20:"bui-huynh-thuy-huong";}i:2991;a:2:{s:3:"tag";s:14:"english syntax";s:7:"tag_url";s:14:"english-syntax";}i:2810;a:2:{s:3:"tag";s:6:"syntax";s:7:"tag_url";s:6:"syntax";}i:16065;a:2:{s:3:"tag";s:17:"universal grammar";s:7:"tag_url";s:17:"universal-grammar";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18039;a:22:{s:9:"thread_id";i:18039;s:7:"node_id";i:136;s:5:"title";s:120:"English Syntax, Tô Minh Thanh, Tài liệu ôn thi tuyển sinh sau đại học chuyên ngành giảng dạy tiếng A";s:11:"reply_count";i:0;s:10:"view_count";i:63;s:7:"user_id";i:3675;s:8:"username";s:12:"m.luongnhung";s:9:"post_date";i:1652441573;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:20390;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652441573;s:12:"last_post_id";i:20390;s:17:"last_post_user_id";i:3675;s:18:"last_post_username";s:12:"m.luongnhung";s:9:"prefix_id";i:2;s:4:"tags";s:528:"a:7:{i:2991;a:2:{s:3:"tag";s:14:"english syntax";s:7:"tag_url";s:14:"english-syntax";}i:14079;a:2:{s:3:"tag";s:16:"english teaching";s:7:"tag_url";s:16:"english-teaching";}i:9904;a:2:{s:3:"tag";s:11:"sau dai hoc";s:7:"tag_url";s:11:"sau-dai-hoc";}i:2810;a:2:{s:3:"tag";s:6:"syntax";s:7:"tag_url";s:6:"syntax";}i:200;a:2:{s:3:"tag";s:7:"teacher";s:7:"tag_url";s:7:"teacher";}i:16066;a:2:{s:3:"tag";s:13:"to minh thanh";s:7:"tag_url";s:13:"to-minh-thanh";}i:2952;a:2:{s:3:"tag";s:10:"tuyen sinh";s:7:"tag_url";s:10:"tuyen-sinh";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18040;a:22:{s:9:"thread_id";i:18040;s:7:"node_id";i:163;s:5:"title";s:78:"Giao Tiếp Tiếng Anh Dành Cho Du Khách Và Hướng Dẫn Viên Du Lịch";s:11:"reply_count";i:0;s:10:"view_count";i:29;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1652516355;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:20393;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652516355;s:12:"last_post_id";i:20393;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:451:"a:6:{i:3094;a:2:{s:3:"tag";s:3:"200";s:7:"tag_url";s:3:"200";}i:2649;a:2:{s:3:"tag";s:9:"giao tiep";s:7:"tag_url";s:9:"giao-tiep";}i:5267;a:2:{s:3:"tag";s:17:"huong dan du lich";s:7:"tag_url";s:17:"huong-dan-du-lich";}i:5005;a:2:{s:3:"tag";s:10:"quang minh";s:7:"tag_url";s:10:"quang-minh";}i:185;a:2:{s:3:"tag";s:9:"tieng anh";s:7:"tag_url";s:9:"tieng-anh";}i:4345;a:2:{s:3:"tag";s:19:"tieng anh giao tiep";s:7:"tag_url";s:19:"tieng-anh-giao-tiep";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18041;a:22:{s:9:"thread_id";i:18041;s:7:"node_id";i:224;s:5:"title";s:55:"Giao Tiếp Tiếng Anh Trong Kinh Doanh, Lê Huy Liêm";s:11:"reply_count";i:0;s:10:"view_count";i:43;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1652516543;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:20394;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652516543;s:12:"last_post_id";i:20394;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:306:"a:4:{i:87;a:2:{s:3:"tag";s:7:"english";s:7:"tag_url";s:7:"english";}i:2649;a:2:{s:3:"tag";s:9:"giao tiep";s:7:"tag_url";s:9:"giao-tiep";}i:12412;a:2:{s:3:"tag";s:19:"giao tiep tieng anh";s:7:"tag_url";s:19:"giao-tiep-tieng-anh";}i:13283;a:2:{s:3:"tag";s:11:"le huy liem";s:7:"tag_url";s:11:"le-huy-liem";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18042;a:22:{s:9:"thread_id";i:18042;s:7:"node_id";i:163;s:5:"title";s:85:"Giao Tiếp Tiếng Anh Trong Ngành Luật , Thanh Hà, English communication in Law";s:11:"reply_count";i:0;s:10:"view_count";i:27;s:7:"user_id";i:1;s:8:"username";s:5:"admin";s:9:"post_date";i:1652516784;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:20395;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1652516784;s:12:"last_post_id";i:20395;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:532:"a:7:{i:10608;a:2:{s:3:"tag";s:17:"chuyen nganh luat";s:7:"tag_url";s:17:"chuyen-nganh-luat";}i:848;a:2:{s:3:"tag";s:13:"communication";s:7:"tag_url";s:13:"communication";}i:87;a:2:{s:3:"tag";s:7:"english";s:7:"tag_url";s:7:"english";}i:12667;a:2:{s:3:"tag";s:11:"english law";s:7:"tag_url";s:11:"english-law";}i:6140;a:2:{s:3:"tag";s:3:"law";s:7:"tag_url";s:3:"law";}i:9526;a:2:{s:3:"tag";s:8:"thanh ha";s:7:"tag_url";s:8:"thanh-ha";}i:2109;a:2:{s:3:"tag";s:22:"tieng anh chuyen nganh";s:7:"tag_url";s:22:"tieng-anh-chuyen-nganh";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}s:13:"latestThreads";a:5:{i:18355;a:22:{s:9:"thread_id";i:18355;s:7:"node_id";i:137;s:5:"title";s:57:"越漢新字典 Việt-Hán Tân-Tự-Điển (傅根深)";s:11:"reply_count";i:0;s:10:"view_count";i:7;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1656312562;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:21029;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1656312562;s:12:"last_post_id";i:21029;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:346:"a:5:{i:1403;a:2:{s:3:"tag";s:4:"1955";s:7:"tag_url";s:4:"1955";}i:279;a:2:{s:3:"tag";s:10:"dictionary";s:7:"tag_url";s:10:"dictionary";}i:16400;a:2:{s:3:"tag";s:12:"pho can tham";s:7:"tag_url";s:12:"pho-can-tham";}i:294;a:2:{s:3:"tag";s:7:"tu dien";s:7:"tag_url";s:7:"tu-dien";}i:2468;a:2:{s:3:"tag";s:8:"viet han";s:7:"tag_url";s:8:"viet-han";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18354;a:22:{s:9:"thread_id";i:18354;s:7:"node_id";i:137;s:5:"title";s:110:"詩經 KINH THI (The Book of Songs - Vietnamese version) vol 3 (Tạ Quang Phát dịch chú 謝光發 譯註)";s:11:"reply_count";i:0;s:10:"view_count";i:6;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1656312480;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:21028;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1656312480;s:12:"last_post_id";i:21028;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:3149;a:2:{s:3:"tag";s:8:"khong tu";s:7:"tag_url";s:8:"khong-tu";}i:910;a:2:{s:3:"tag";s:8:"kinh thi";s:7:"tag_url";s:8:"kinh-thi";}i:3448;a:2:{s:3:"tag";s:13:"ta quang phat";s:7:"tag_url";s:13:"ta-quang-phat";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18353;a:22:{s:9:"thread_id";i:18353;s:7:"node_id";i:137;s:5:"title";s:110:"詩經 KINH THI (The Book of Songs - Vietnamese version) vol 1 (Tạ Quang Phát dịch chú 謝光發 譯註)";s:11:"reply_count";i:0;s:10:"view_count";i:5;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1656312429;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:21027;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1656312429;s:12:"last_post_id";i:21027;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:3149;a:2:{s:3:"tag";s:8:"khong tu";s:7:"tag_url";s:8:"khong-tu";}i:910;a:2:{s:3:"tag";s:8:"kinh thi";s:7:"tag_url";s:8:"kinh-thi";}i:3448;a:2:{s:3:"tag";s:13:"ta quang phat";s:7:"tag_url";s:13:"ta-quang-phat";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18352;a:22:{s:9:"thread_id";i:18352;s:7:"node_id";i:137;s:5:"title";s:54:"尋源辭典 TẦM NGUYÊN TỪ ĐIỂN, Lê Văn Hòe";s:11:"reply_count";i:0;s:10:"view_count";i:5;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1656312357;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:21026;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1656312357;s:12:"last_post_id";i:21026;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:309:"a:4:{i:508;a:2:{s:3:"tag";s:4:"1942";s:7:"tag_url";s:4:"1942";}i:3585;a:2:{s:3:"tag";s:10:"le van hoe";s:7:"tag_url";s:10:"le-van-hoe";}i:4166;a:2:{s:3:"tag";s:15:"quoc hoc thu xa";s:7:"tag_url";s:15:"quoc-hoc-thu-xa";}i:6936;a:2:{s:3:"tag";s:18:"tam nguyen tu dien";s:7:"tag_url";s:18:"tam-nguyen-tu-dien";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}i:18351;a:22:{s:9:"thread_id";i:18351;s:7:"node_id";i:221;s:5:"title";s:123:"十二因緣 THUYẾT THẬP NHỊ NHÂN DUYÊN CỦA PHẬT GIÁO (the theory of twelve nidānas of Buddhism) - Trân Tro";s:11:"reply_count";i:0;s:10:"view_count";i:4;s:7:"user_id";i:3305;s:8:"username";s:9:"mod_luong";s:9:"post_date";i:1656312284;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:21025;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1656312284;s:12:"last_post_id";i:21025;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:304:"a:4:{i:527;a:2:{s:3:"tag";s:4:"1936";s:7:"tag_url";s:4:"1936";}i:1873;a:2:{s:3:"tag";s:9:"phat giao";s:7:"tag_url";s:9:"phat-giao";}i:16399;a:2:{s:3:"tag";s:19:"thap nhi nhan duyen";s:7:"tag_url";s:19:"thap-nhi-nhan-duyen";}i:45;a:2:{s:3:"tag";s:14:"tran trong kim";s:7:"tag_url";s:14:"tran-trong-kim";}}";s:13:"titleCensored";b:1;s:10:"hasPreview";b:1;}}}
Run Time: 0.591289
SELECT thread.*
,
MATCH(search_index.title) AGAINST ('English Language Teaching Methodology, Practicalities in an English Language Classroom, Le Thuy Linh' 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 <> 18037)
AND MATCH(search_index.title) AGAINST ('English Language Teaching Methodology, Practicalities in an English Language Classroom, Le Thuy Linh' IN BOOLEAN MODE)
AND search_index.content_type='thread'
HAVING similar_score >= 1
ORDER BY similar_score
LIMIT 5
Run Time: 0.124079
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | search_index | ref | PRIMARY | PRIMARY | 77 | const | 360 | 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, 10
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 cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 11
Run Time: 0.000155
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, 32
Run Time: 0.000155
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, 23
Run Time: 0.000164
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 <> 18037)
ORDER BY RAND()
LIMIT 5
Run Time: 0.010950
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 9110 | 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 (11582, 6128, 15535, 5893, 13218))
ORDER BY thread.post_date DESC
LIMIT 5
Run Time: 0.000627
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, 122
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, 57
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 cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 131
Run Time: 0.000168
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, 119
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 post_links.*
FROM xf_post_links AS post_links
WHERE (post_links.thread_id = 18037)
Run Time: 0.012650
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post_links | ALL | | | | | 12792 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 0f4af36eda3ccb6a7d4ef20cf0360612, , 1656333838
Run Time: 0.000171
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=18037, 1656330238,
Run Time: 0.000113
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.000950
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.000294
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.000219
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.000246
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.000225
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |