SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000276
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 = 'canon 60d')
Run Time: 0.000572
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: 24
Run Time: 0.000831
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, 24
Run Time: 0.000396
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 (9651567, 9651566, 9615724, 9571818, 9471567, 9404033, 9357828, 9310221, 9300950, 9279502, 9244212, 9220151, 9202573, 9202572, 9190772, 9188948, 9185585, 9174722, 9170812, 9169342, 9160269, 9145530, 9144476, 9139718, 9137881, 9136256, 9128055, 9124479, 9124241, 9111372, 9111371, 9100285, 9097932, 9097794, 9091645, 9088595, 9047478, 9028498, 9017815, 9014230, 9014229, 9007597, 9006996, 8998188, 8998170, 8992831, 8989591, 8961640, 8917255, 8910219, 8910124, 8910123, 8910103, 8898013, 8896722, 8895474, 8889979, 8889978, 8887149, 8881791, 8881788, 8881787, 8877672, 8877671, 8877669, 8873193, 8866507, 8852147, 8851483, 8845912, 8845392, 8842538, 8842125, 8838891, 8838669, 8834364, 8823997, 8823870, 8823869, 8817719, 8817718, 8813519, 8810127, 8809154, 8807490, 8805540, 8804335, 8803822, 8801460, 8795803, 8795746, 8794082, 8784382, 8784083, 8779618, 8768391, 8766335, 8765369, 8762043, 8759935, 8759663, 8759654, 8759652, 8756977, 8755844, 8753284, 8753283, 8753106, 8750601, 8750346, 8750345, 8744813, 8743685, 8742291, 8742289, 8740539, 8740538, 8740537, 8740047, 8739224, 8738917, 8734384, 8734383, 8733993, 8725632, 8725198, 8724526, 8723579, 8723577, 8722737, 8722514, 8720946, 8718281, 8709882, 8704189, 8703415, 8703369, 8703312, 8701893, 8700469, 8689023, 8684602, 8682254, 8669869, 8663747, 8663434, 8659107, 8652477, 8644678, 8644320, 8640831, 8633076, 8627603, 8626904, 8625569, 8625255, 8625254, 8620407, 8618405, 8617916, 8617111, 8615294, 8614600, 8614599, 8611631, 8610717, 8609996, 8609994, 8606639, 8601659, 8597324, 8591884, 8586816, 8584235, 8577104, 8560462, 8558514, 8550425, 8545930, 8545929, 8528056, 8517299, 8514372, 8511225, 8491595, 8480925, 8480628, 8476615, 8415319, 8395143, 8359622, 8329104, 8299916, 8271469, 8271468, 8253347, 8187366, 8186931, 8178579, 8137351, 8136920, 8136484, 8132143, 8122307, 8112083, 7843600, 7599303, 7508203, 7493464, 7247568)
Run Time: 0.007512
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 210 | 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: 24
Run Time: 0.001829
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",24],["thread",9357828],["thread",9300950],["thread",9124241],["thread",9006996],["thread",8998188],["thread",8917255],["thread",8896722],["thread",8887149],["thread",8881791],["thread",8823997],["thread",8795803],["thread",8759935],["thread",8756977],["thread",8750601],["thread",8744813],["thread",8742291],["thread",8740047],["thread",8725632],["thread",8720946],["thread",8704189],["thread",8703312],["thread",8633076],["thread",8625255],["thread",8617916],["thread",8615294],["thread",8611631],["thread",8610717],["thread",8609996],["thread",8606639],["thread",8601659],["thread",8597324],["thread",8591884],["thread",8577104],["thread",8560462],["thread",8558514],["thread",8528056],["thread",8517299],["thread",8514372],["thread",8511225],["thread",8491595],["thread",8480925],["thread",8480628],["thread",8476615],["thread",8395143],["thread",8359622],["thread",8329104],["thread",8299916],["thread",8271469],["thread",8187366],["thread",8137351],["thread",8136920],["thread",8136484],["thread",8132143],["thread",8122307],["thread",7843600],["thread",7599303],["thread",7508203],["thread",7493464],["thread",7247568]], 60, tinhte_xentag_tag, , {"tags":["canon 60d"]}, date, 0, , [], 0, 1656287616, 38b09d64158418126921e20c379b5ba0
Run Time: 0.000479
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: 24
Run Time: 0.000541
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 (9357828, 9300950, 9124241, 9006996, 8998188, 8917255, 8896722, 8887149, 8881791, 8823997, 8795803, 8759935, 8756977, 8750601, 8744813, 8742291, 8740047, 8725632, 8720946)
Run Time: 0.001705
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: 86768
Run Time: 0.000399
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=canon+60d, 1656287616,
Run Time: 0.000422
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000353
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 > 1656286716)
ORDER BY session_activity.view_date DESC
Run Time: 0.003469
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 1556 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |