SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000238
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT tag.*
,
0 AS tag_is_watched
FROM `xf_tinhte_xentag_tag` AS tag
WHERE (tag.tag_text = 'món nướng hàn quốc')
Run Time: 0.000492
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | tag | ref | tag_text | tag_text | 302 | const | 1 | Using index condition |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id = ?
Params: 55
Run Time: 0.000427
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 | |
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.000183
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.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
node.title AS node_title, node.node_name,
post.message, post.attach_count,
NULL AS thread_read_date,
0 AS user_post_count,
permission.cache_value AS node_permission_cache
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_node AS node ON
(node.node_id = thread.node_id)
LEFT JOIN xf_post AS post ON
(post.post_id = thread.first_post_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = thread.node_id)
WHERE thread.thread_id IN (9684513, 9675510, 9652252, 9650491, 9649314, 9649313, 9644628, 9644222, 9644221, 9644220, 9644219, 9637928, 9615677, 9615676, 9615675, 9602953, 9589425, 9589423, 9578739, 9547602, 9521754, 9521753, 9521751, 9521750, 9507051, 9507050, 9507049, 9496982, 9496981, 9493730, 9493729, 9493728, 9480268, 9471526, 9471288, 9467421, 9458951, 9436192, 9434235, 9424020, 9423625, 9423608, 9423605, 9407601, 9407518, 9406870, 9406020, 9396513, 9394216, 9384088, 9344300, 9319685, 9319684, 9293692, 9293690, 9271974, 9270850, 9235790, 9235783, 9230104, 9215305, 9215304, 9213446, 9213445, 9205601, 9205425, 9205424, 9202730, 9200597, 9159896, 9157741, 9131947, 9110510, 9110509, 9110507, 9110506, 9106506, 9099934, 9095230, 9095228, 9094061, 9089416, 9069510, 9066282, 9063112, 9059334, 9057002, 9056995, 9056003, 9050347, 9049968, 9049675, 9047921, 9039194, 9033839, 9030406, 9029377, 9022877, 9021074, 9016793, 9016792, 9016289, 9016288, 9011392, 9002060, 9002055, 8997077, 8976294, 8967737, 8967736, 8967735, 8965905, 8940007, 8939010, 8928679, 8917592, 8917591, 8917590, 8917589, 8915227, 8907664, 8902476, 8894121, 8894119, 8882841, 8874966, 8853524, 8849017, 8849016, 8846746, 8836509, 8834455, 8824513, 8823397, 8823395, 8823390, 8822424, 8817631, 8814150, 8808841, 8800591, 8800421, 8788057, 8784830, 8783069, 8769739, 8769737, 8766954, 8766125, 8749559, 8749558, 8746044, 8746041, 8746040, 8746039, 8746038, 8739901, 8739900, 8738402, 8736583, 8736582, 8736581, 8736580, 8732882, 8732843, 8730601, 8726969, 8718702, 8718701, 8717819, 8717815, 8717811, 8717809, 8717807, 8716263, 8705219, 8704343, 8689512, 8689511, 8675574, 8637438, 8634901, 8587880, 8538185, 8481224, 8445995, 8380004, 8378331, 8295315, 8149767, 8132574, 8090350, 7980308, 7814906, 7746823, 7574005, 7557049, 7538415, 7526748, 7475485, 7460654, 7447211, 7119916, 6133753)
Run Time: 0.005566
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 204 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.thread.user_id | 1 | |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.thread.node_id | 1 | |
SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.thread.first_post_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,5s_db1.thread.node_id | 1 | Using where |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id = ?
Params: 55
Run Time: 0.000470
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 | |
INSERT INTO `xf_search` (`search_results`, `result_count`, `search_type`, `search_query`, `search_constraints`, `search_order`, `search_grouping`, `user_results`, `warnings`, `user_id`, `search_date`, `query_hash`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Params: [["tinhte_xentag_forum",55],["thread",9684513],["thread",9675510],["thread",9644628],["thread",9615677],["thread",9602953],["thread",9589425],["thread",9547602],["thread",9507051],["thread",9496982],["thread",9493730],["thread",9480268],["thread",9471288],["thread",9458951],["thread",9434235],["thread",9424020],["thread",9423625],["thread",9423608],["thread",9407601],["thread",9407518],["thread",9406870],["thread",9319685],["thread",9293692],["thread",9271974],["thread",9235790],["thread",9230104],["thread",9205601],["thread",9205425],["thread",9202730],["thread",9200597],["thread",9157741],["thread",9106506],["thread",9099934],["thread",9089416],["thread",9069510],["thread",9066282],["thread",9063112],["thread",9059334],["thread",9057002],["thread",9056995],["thread",9056003],["thread",9050347],["thread",9033839],["thread",9029377],["thread",9011392],["thread",8928679],["thread",8907664],["thread",8902476],["thread",8894121],["thread",8882841],["thread",8853524],["thread",8824513],["thread",8814150],["thread",8808841],["thread",8800421],["thread",8784830],["thread",8766954],["thread",8739901],["thread",8738402],["thread",8736583],["thread",8732882],["thread",8730601],["thread",8716263],["thread",8705219],["thread",8704343],["thread",8689512],["thread",8675574],["thread",8637438],["thread",8634901],["thread",8587880],["thread",8538185],["thread",8445995],["thread",8380004],["thread",8378331],["thread",8295315],["thread",8149767],["thread",8132574],["thread",8090350],["thread",7980308],["thread",7814906],["thread",7746823],["thread",7574005],["thread",7557049],["thread",7538415],["thread",7526748],["thread",7475485],["thread",7460654],["thread",7447211],["thread",7119916],["thread",6133753]], 90, tinhte_xentag_tag, , {"tags":["m\u00f3n n\u01b0\u1edbng h\u00e0n qu\u1ed1c"]}, date, 0, , [], 0, 1656112891, 4a5566609d6c87f6cde696ccfb934b25
Run Time: 0.000622
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id = ?
Params: 55
Run Time: 0.000448
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 | |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
node.title AS node_title, node.node_name,
post.message, post.attach_count,
NULL AS thread_read_date,
0 AS user_post_count,
permission.cache_value AS node_permission_cache
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_node AS node ON
(node.node_id = thread.node_id)
LEFT JOIN xf_post AS post ON
(post.post_id = thread.first_post_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = thread.node_id)
WHERE thread.thread_id IN (9684513, 9675510, 9644628, 9615677, 9602953, 9589425, 9547602, 9507051, 9496982, 9493730, 9480268, 9471288, 9458951, 9434235, 9424020, 9423625, 9423608, 9407601, 9407518)
Run Time: 0.001524
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 19 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.thread.user_id | 1 | |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.thread.node_id | 1 | |
SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.thread.first_post_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,5s_db1.thread.node_id | 1 | Using where |
INSERT INTO xf_tinhte_xentag_tag_view
(tag_id)
VALUES
(?)
Params: 691566
Run Time: 0.000410
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, , , Tinhte_XenTag_ControllerPublic_Tag, View, valid, t=m%C3%B3n+n%C6%B0%E1%BB%9Bng+h%C3%A0n+qu%E1%BB%91c, 1656112891,
Run Time: 0.000456
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000252
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 17 | Using where; Using filesort |
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1656111991)
ORDER BY session_activity.view_date DESC
Run Time: 0.003097
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 1482 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |