SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000231
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 = 'xe honda civic')
Run Time: 0.000500
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: 139
Run Time: 0.001048
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, 139
Run Time: 0.000278
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 (9684710, 9655684, 9655683, 9648812, 9648811, 9632764, 9617288, 9607058, 9565271, 9561205, 9545512, 9545511, 9538132, 9529979, 9480882, 9466946, 9459928, 9459927, 9459926, 9447327, 9409147, 9401184, 9384240, 9358623, 9358620, 9354289, 9347272, 9344953, 9344951, 9344379, 9342697, 9319400, 9310104, 9306798, 9305190, 9302686, 9301419, 9301418, 9289379, 9288345, 9249229, 9232548, 9226295, 9226294, 9226293, 9192169, 9192168, 9173696, 9158635, 9154974, 9154340, 9131192, 9119856, 9119077, 9119076, 9119075, 9112539, 9112538, 9109054, 9108284, 9108281, 9101635, 9101624, 9101615, 9101612, 9101609, 9074853, 9042455, 9041297, 9039600, 9018910, 8983191, 8983190, 8957181, 8950357, 8949774, 8942860, 8940569, 8940568, 8940438, 8940188, 8922846, 8921986, 8918013, 8916016, 8915511, 8907567, 8901594, 8897483, 8897482, 8897469, 8897451, 8897450, 8896640, 8877483, 8877481, 8870511, 8863234, 8862900, 8862899, 8856517, 8845530, 8840864, 8840137, 8839096, 8838334, 8836749, 8836748, 8834728, 8832170, 8832169, 8823393, 8823323, 8822982, 8822127, 8820883, 8820746, 8815161, 8815160, 8815159, 8815158, 8809422, 8809421, 8809316, 8803286, 8802618, 8800222, 8799218, 8799217, 8799216, 8798949, 8796552, 8794593, 8788987, 8787773, 8787741, 8782869, 8779397, 8777830, 8777226, 8777074, 8777070, 8777068, 8775766, 8772415, 8772360, 8771637, 8768173, 8768153, 8767296, 8766437, 8766397, 8765731, 8765596, 8764462, 8762083, 8762081, 8762079, 8762074, 8762072, 8755189, 8754464, 8754458, 8753154, 8753011, 8748248, 8748136, 8747924, 8747922, 8747921, 8746253, 8745555, 8745554, 8745553, 8742383, 8738066, 8732392, 8731897, 8731198, 8730454, 8730453, 8728575, 8726073, 8724914, 8724904, 8722109, 8720136, 8719544, 8719458, 8719457, 8717851, 8717208, 8717040, 8716771, 8716770, 8715157, 8715155, 8714403, 8713143, 8712511, 8683642, 8675045, 8658653, 8655846, 8641410, 8623096, 8608640, 8604166, 8579729, 8575515, 8553336, 8550026, 8547849, 8547556, 8543454, 8543054, 8525986, 8489230, 8468166, 8457397, 8430211, 8387062, 8293509, 8269529, 8232316, 8221812, 8221012, 8200281, 8172151, 8124157, 8099743, 7974048, 7911443, 7901395, 7785985, 7740124, 7650054, 7565558, 7529462, 7503675, 7491803, 7396089, 7357668, 7353548, 7301353, 7221069)
Run Time: 0.007559
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 246 | 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: 139
Run Time: 0.000488
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",139],["thread",9648812],["thread",9617288],["thread",9607058],["thread",9459928],["thread",9409147],["thread",9384240],["thread",9358623],["thread",9347272],["thread",9344953],["thread",9344379],["thread",9305190],["thread",9301419],["thread",9289379],["thread",9288345],["thread",9112539],["thread",8915511],["thread",8901594],["thread",8870511],["thread",8856517],["thread",8845530],["thread",8840137],["thread",8839096],["thread",8832170],["thread",8822982],["thread",8822127],["thread",8820883],["thread",8815161],["thread",8799218],["thread",8796552],["thread",8794593],["thread",8788987],["thread",8787773],["thread",8787741],["thread",8782869],["thread",8777830],["thread",8772415],["thread",8771637],["thread",8768173],["thread",8765731],["thread",8754464],["thread",8753011],["thread",8748136],["thread",8742383],["thread",8728575],["thread",8724914],["thread",8724904],["thread",8717208],["thread",8716771],["thread",8712511],["thread",8675045],["thread",8658653],["thread",8655846],["thread",8641410],["thread",8623096],["thread",8608640],["thread",8604166],["thread",8579729],["thread",8575515],["thread",8550026],["thread",8547849],["thread",8547556],["thread",8543454],["thread",8543054],["thread",8489230],["thread",8468166],["thread",8457397],["thread",8430211],["thread",8387062],["thread",8293509],["thread",8269529],["thread",8232316],["thread",8221812],["thread",8221012],["thread",8200281],["thread",8172151],["thread",8124157],["thread",8099743],["thread",7974048],["thread",7911443],["thread",7901395],["thread",7785985],["thread",7740124],["thread",7650054],["thread",7565558],["thread",7529462],["thread",7503675],["thread",7491803],["thread",7396089],["thread",7357668],["thread",7353548],["thread",7301353],["thread",7221069]], 93, tinhte_xentag_tag, , {"tags":["xe honda civic"]}, date, 0, , [], 0, 1657022082, d962a524179c4206e99e55590aba4994
Run Time: 0.000633
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: 139
Run Time: 0.000410
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 (9648812, 9617288, 9607058, 9459928, 9409147, 9384240, 9358623, 9347272, 9344953, 9344379, 9305190, 9301419, 9289379, 9288345, 9112539, 8915511, 8901594, 8870511, 8856517)
Run Time: 0.001391
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: 684684
Run Time: 0.000261
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=xe+honda+civic, 1657022082,
Run Time: 0.000351
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000227
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 > 1657021182)
ORDER BY session_activity.view_date DESC
Run Time: 0.004080
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2402 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |