SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000262
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 = 'dép dr martens')
Run Time: 0.000569
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 *
FROM xf_search
WHERE search_id = ?
Params: 63228378
Run Time: 0.000398
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
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: 97
Run Time: 0.001451
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, 97
Run Time: 0.001938
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 (9670907, 9670830, 9659730, 9646830, 9646825, 9643514, 9640825, 9598666, 9598556, 9598544, 9597099, 9594595, 9594594, 9589487, 9589483, 9589479, 9556762, 9555190, 9524332, 9524029, 9523616, 9509911, 9496763, 9483967, 9480498, 9470809, 9470794, 9470784, 9470775, 9470773, 9470307, 9463747, 9463556, 9435206, 9433347, 9431690, 9426739, 9424792, 9424791, 9424242, 9424241, 9422229, 9417141, 9417138, 9417132, 9392980, 9392978, 9385900, 9385384, 9347855, 9340117, 9335412, 9325889, 9325347, 9324947, 9322529, 9321473, 9321057, 9319637, 9316386, 9309053, 9303493, 9291664, 9268814, 9219872, 9213556, 9213056, 9213055, 9213054, 9196062, 9194940, 9193872, 9181410, 9177388, 9177387, 9172298, 9172297, 9172296, 9168555, 9165631, 9162692, 9162691, 9161856, 9156518, 9141031, 9134275, 9134273, 9129289, 9114950, 9108741, 9103598, 9099276, 9099275, 9073875, 9068968, 9068967, 9058614, 9053479, 9049161, 9049160, 9046559, 9043776, 9040980, 9029920, 9024988, 9011743, 8989520, 8988694, 8988606, 8986644, 8974891, 8968035, 8953588, 8952232, 8950939, 8949535, 8949534, 8943585, 8936944, 8932195, 8923574, 8920127, 8917519, 8917518, 8913269, 8912305, 8912303, 8908888, 8902561, 8900101, 8894535, 8891951, 8891793, 8890949, 8884463, 8883278, 8882811, 8880657, 8873401, 8870349, 8869758, 8869433, 8865707, 8865705, 8858924, 8855990, 8853617, 8848918, 8843662, 8841900, 8831472, 8816026, 8815954, 8815952, 8812426, 8809268, 8807936, 8799855, 8799325, 8799324, 8799323, 8799322, 8799321, 8790946, 8771164, 8766982, 8763463, 8761616, 8761472, 8761471, 8752373, 8752372, 8752203, 8750698, 8741584, 8741583, 8732179, 8727777, 8727773, 8727765, 8727763, 8703878, 8663776, 8658740, 8658395, 8594868, 8528125, 8507180, 8505195, 8466181, 8449817, 8448185, 8448184, 8394110, 8314179, 8309230, 8299238, 8203587, 8196848, 8187814, 8173602, 8115154, 8070538, 7992356, 7982090, 7930696, 7783778, 7572199, 7344934, 7297598, 7283513, 7232339, 7217347, 7199939, 7092595, 6857807, 6241469, 6152276, 4162251)
Run Time: 0.008246
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 219 | 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: 97
Run Time: 0.001413
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",97],["thread",9670907],["thread",9670830],["thread",9659730],["thread",9646830],["thread",9646825],["thread",9643514],["thread",9640825],["thread",9598666],["thread",9598556],["thread",9598544],["thread",9597099],["thread",9594595],["thread",9589479],["thread",9555190],["thread",9524332],["thread",9524029],["thread",9523616],["thread",9496763],["thread",9483967],["thread",9480498],["thread",9431690],["thread",9426739],["thread",9424792],["thread",9424242],["thread",9417138],["thread",9385384],["thread",9325889],["thread",9322529],["thread",9321473],["thread",9321057],["thread",9319637],["thread",9309053],["thread",9303493],["thread",9291664],["thread",9213056],["thread",9196062],["thread",9161856],["thread",9141031],["thread",9099276],["thread",9073875],["thread",9058614],["thread",9053479],["thread",9043776],["thread",9040980],["thread",9029920],["thread",9011743],["thread",8932195],["thread",8917519],["thread",8912305],["thread",8908888],["thread",8900101],["thread",8891951],["thread",8884463],["thread",8870349],["thread",8869758],["thread",8869433],["thread",8865707],["thread",8855990],["thread",8848918],["thread",8843662],["thread",8831472],["thread",8816026],["thread",8815954],["thread",8807936],["thread",8799324],["thread",8790946],["thread",8771164],["thread",8761616],["thread",8761472],["thread",8752373],["thread",8752203],["thread",8750698],["thread",8741584],["thread",8732179],["thread",8727777],["thread",8727773],["thread",8727765],["thread",8703878],["thread",8663776],["thread",8658740],["thread",8658395],["thread",8594868],["thread",8528125],["thread",8507180],["thread",8505195],["thread",8466181],["thread",8449817],["thread",8448185],["thread",8314179],["thread",8309230],["thread",8299238],["thread",8203587],["thread",8196848],["thread",8187814],["thread",8173602],["thread",8115154],["thread",8070538],["thread",7982090],["thread",7930696],["thread",7783778],["thread",7572199],["thread",7344934],["thread",7297598],["thread",7283513],["thread",7232339],["thread",7217347],["thread",7199939],["thread",7092595],["thread",6857807],["thread",6241469],["thread",6152276]], 112, tinhte_xentag_tag, , {"tags":["d\u00e9p dr martens"]}, date, 0, , [], 0, 1660050236, 1e88ad415f01822708b93228db548290
Run Time: 0.000691
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: 97
Run Time: 0.000563
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 (9670907, 9670830, 9659730, 9646830, 9646825, 9643514, 9640825, 9598666, 9598556, 9598544, 9597099, 9594595, 9589479, 9555190, 9524332, 9524029, 9523616, 9496763, 9483967)
Run Time: 0.001637
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: 544897
Run Time: 0.000457
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=d%C3%A9p+dr+martens, 1660050236,
Run Time: 0.006846
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.003189
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 > 1660049336)
ORDER BY session_activity.view_date DESC
Run Time: 0.001041
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2666 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |