SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000239
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 = 'kia morning')
Run Time: 0.000430
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 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 (9470446, 9470445, 9418911, 9392788, 9392786, 9339366, 9339365, 9335398, 9332177, 9323417, 9307318, 9304957, 9304956, 9304955, 9260079, 9225546, 9222828, 9207471, 9151518, 9126256, 9113329, 9107390, 9095749, 9078583, 9021994, 9019017, 8988448, 8986094, 8986093, 8974967, 8974054, 8942488, 8925378, 8894617, 8827293, 8819072, 8819068, 8816567, 8805876, 8794604, 8778267, 8778265, 8777202, 8770128, 8770037, 8760844, 8760836, 8760834, 8755022, 8750255, 8743635, 8743634, 8741726, 8741175, 8740547, 8731943, 8672250, 8608740, 8570045, 8565872, 8565871, 8562703, 8562701, 8551671, 8544181, 8538508, 8538507, 8538432, 8537931, 8502149, 8493121, 8477838, 8477747, 8475287, 8439109, 8436431, 8422556, 8396970, 8379049, 8362399, 8300578, 8275878, 8247518, 8227485, 8176015, 8162289, 8114227, 8098763, 8091208, 7933071)
Run Time: 0.003225
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 90 | 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_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: [["thread",9418911],["thread",9392788],["thread",9339366],["thread",9323417],["thread",9307318],["thread",9304957],["thread",9260079],["thread",9225546],["thread",9222828],["thread",9207471],["thread",9113329],["thread",9107390],["thread",9095749],["thread",9021994],["thread",9019017],["thread",8986094],["thread",8974967],["thread",8894617],["thread",8827293],["thread",8819072],["thread",8608740],["thread",8570045],["thread",8565872],["thread",8538432],["thread",8537931],["thread",8502149],["thread",8475287],["thread",8439109],["thread",8436431],["thread",8422556],["thread",8379049],["thread",8300578],["thread",8275878],["thread",8162289],["thread",8098763],["thread",8091208],["thread",7933071]], 37, tinhte_xentag_tag, , {"tags":["kia morning"]}, date, 0, , [], 0, 1652870614, 41fbc1ee5e9a9ab653c5ce0dc80a1f2f
Run Time: 0.000576
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 (9418911, 9392788, 9339366, 9323417, 9307318, 9304957, 9260079, 9225546, 9222828, 9207471, 9113329, 9107390, 9095749, 9021994, 9019017, 8986094, 8974967, 8894617, 8827293, 8819072)
Run Time: 0.001470
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 20 | 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: 25475
Run Time: 0.000270
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=kia+morning, 1652870614,
Run Time: 0.000363
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000219
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 > 1652869714)
ORDER BY session_activity.view_date DESC
Run Time: 0.000719
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2459 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |