SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000315
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 = 'iphone xs max')
Run Time: 0.000548
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: 126
Run Time: 0.000827
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, 126
Run Time: 0.000160
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 (9675183, 9674394, 9670458, 9668350, 9655128, 9640461, 9634510, 9634509, 9599868, 9596581, 9576905, 9566706, 9564853, 9556215, 9552401, 9550915, 9550788, 9549931, 9527384, 9494390, 9486689, 9485648, 9483199, 9474751, 9472041, 9471381, 9462922, 9461452, 9461016, 9460672, 9460531, 9460332, 9458651, 9456841, 9456607, 9456225, 9454871, 9454616, 9451659, 9448182, 9448084, 9448054, 9448053, 9448052, 9447651, 9444149, 9442808, 9442005, 9440515, 9440074, 9438647, 9438634, 9438508, 9438059, 9435949, 9435302, 9434215, 9433913, 9432651, 9432172, 9431419, 9430921, 9430838, 9428507, 9424758, 9424746, 9424526, 9424003, 9423049, 9423044, 9422876, 9422547, 9422114, 9421785, 9421226, 9420934, 9420159, 9419763, 9419503, 9419112, 9419110, 9419011, 9416616, 9415684, 9415195, 9414740, 9414430, 9413281, 9413232, 9412470, 9410550, 9409387, 9408734, 9407540, 9407499, 9406714, 9404301, 9402292, 9399348, 9399344, 9399120, 9392760, 9392241, 9390693, 9389574, 9388390, 9386966, 9384694, 9384691, 9384338, 9382637, 9381100, 9380657, 9379954, 9379339, 9376367, 9374342, 9355133, 9354202, 9353241, 9349463, 9346539, 9342015, 9340844, 9340838, 9337978, 9332540, 9332539, 9331850, 9331497, 9330383, 9329164, 9327947, 9326913, 9322499, 9321578, 9320140, 9320078, 9319266, 9317613, 9315152, 9314096, 9312308, 9310075, 9308792, 9307191, 9306536, 9306468, 9305782, 9305601, 9304893, 9304259, 9302410, 9302222, 9301918, 9301802, 9301393, 9300967, 9300580, 9297999, 9296575, 9295627, 9294704, 9293638, 9286433, 9285312, 9284307, 9283472, 9283148, 9282436, 9282052, 9279455, 9278573, 9277998, 9276389, 9275629, 9274277, 9274098, 9273535, 9273470, 9272708, 9271272, 9270069, 9268077, 9265274, 9265004, 9264914, 9264432, 9262162, 9257728, 9257098, 9254388, 9253960, 9253313, 9253266, 9251408, 9249010, 9248691, 9246454, 9244879, 9241905, 9239473, 9237561, 9237548, 9237537, 9237532, 9237434, 9233011, 9232999, 9232659, 9232388, 9231970, 9231432, 9231004, 9230846, 9230716, 9230459, 9229830, 9229631, 9229355, 9229262, 9229021, 9228479, 9227763, 9227502, 9226890, 9226848, 9226556, 9226323, 9226153, 9225711, 9225601, 9225600, 9225596, 9225499, 9223460, 9223099, 9222959, 9222715, 9222713, 9222634, 9222472, 9221395, 9221282, 9221255, 9220432, 9219777, 9040881, 8977662)
Run Time: 0.008527
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 249 | 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: 126
Run Time: 0.000586
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",126],["thread",9675183],["thread",9674394],["thread",9670458],["thread",9655128],["thread",9634510],["thread",9576905],["thread",9566706],["thread",9564853],["thread",9550788],["thread",9471381],["thread",9454616],["thread",9448182],["thread",9448084],["thread",9448054],["thread",9440515],["thread",9438634],["thread",9435302],["thread",9431419],["thread",9424003],["thread",9423049],["thread",9423044],["thread",9420159],["thread",9412470],["thread",9407540],["thread",9399120],["thread",9392760],["thread",9389574],["thread",9376367],["thread",9355133],["thread",9354202],["thread",9346539],["thread",9332540],["thread",9322499],["thread",9320078],["thread",9319266],["thread",9317613],["thread",9315152],["thread",9306536],["thread",9306468],["thread",9305601],["thread",9302222],["thread",9301393],["thread",9295627],["thread",9294704],["thread",9293638],["thread",9274277],["thread",9265004],["thread",9262162],["thread",9257098],["thread",9251408],["thread",9244879],["thread",9233011],["thread",9229262],["thread",9227763],["thread",9226890],["thread",9226848],["thread",9226556],["thread",9225711],["thread",9225601],["thread",9223460],["thread",9223099],["thread",9222634],["thread",8977662]], 64, tinhte_xentag_tag, , {"tags":["iphone xs max"]}, date, 0, , [], 0, 1653197437, 9d3573f03163e403b9f8f6a36117cf27
Run Time: 0.000787
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: 126
Run Time: 0.000512
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 (9675183, 9674394, 9670458, 9655128, 9634510, 9576905, 9566706, 9564853, 9550788, 9471381, 9454616, 9448182, 9448084, 9448054, 9440515, 9438634, 9435302, 9431419, 9424003)
Run Time: 0.001657
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: 907727
Run Time: 0.000417
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=iphone+xs+max, 1653197437,
Run Time: 0.000441
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000224
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 > 1653196537)
ORDER BY session_activity.view_date DESC
Run Time: 0.004296
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2436 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |