SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000210
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 = 'vé xe')
Run Time: 0.000524
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | tag | ref | tag_text | tag_text | 302 | const | 2 | 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 (9536413, 9351585, 9298185, 9281955, 9235954, 9235952, 9202763, 9202761, 9202760, 8736605, 8689168, 8688707, 8688587, 8675269, 8673211, 8669702, 8669700, 8668909, 8667615, 8666213, 8663068, 8662304, 8661780, 8660590, 8659200, 8658012, 8654843, 8654842, 8653548, 8652274, 8651412, 8650965, 8650963, 8649736, 8646661, 8646429, 8646264, 8643849, 8643595, 8642511, 8642455, 8641670, 8641238, 8641217, 8641161, 8641159, 8638163, 8637047, 8635784, 8634487, 8634295, 8633085, 8628651, 8625902, 8624654, 8621452, 8621451, 8619305, 8618858, 8617641, 8616452, 8613731, 8613282, 8611154, 8610748, 8608132, 8607759, 8603868, 8602727, 8601293, 8599941, 8596697, 8592801, 8592788, 8591455, 8588286, 8587338, 8587075, 8587004, 8587001, 8586348, 8585805, 8584466, 8583139, 8576169, 8575530, 8575529, 8575527, 8571849, 8571233, 8569779, 8569775, 8569773, 8569772, 8569771, 8569105, 8564736, 8563480, 8559989, 8554330, 8544202, 8543042, 8543039, 8538651, 8537435, 8529477, 8529476, 8476617, 8476517, 8330894, 8324613, 8317316, 8317145, 8315093, 8312393, 8311935, 8230062, 8230060, 8230058)
Run Time: 0.003890
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 119 | 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",9536413],["thread",9298185],["thread",9281955],["thread",9235954],["thread",9202763],["thread",8736605],["thread",8673211],["thread",8646661],["thread",8646264],["thread",8642511],["thread",8641161],["thread",8634295],["thread",8619305],["thread",8613731],["thread",8587338],["thread",8587004],["thread",8575530],["thread",8571233],["thread",8569105],["thread",8559989],["thread",8554330],["thread",8543042],["thread",8537435],["thread",8476617],["thread",8476517],["thread",8330894],["thread",8324613],["thread",8317316],["thread",8317145],["thread",8315093],["thread",8312393],["thread",8230062]], 32, tinhte_xentag_tag, , {"tags":["v\u00e9 xe"]}, date, 0, , [], 0, 1652865526, cb0ba1b00d189e93dba9e3b1d089234e
Run Time: 0.000639
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 (9536413, 9298185, 9281955, 9235954, 9202763, 8736605, 8673211, 8646661, 8646264, 8642511, 8641161, 8634295, 8619305, 8613731, 8587338, 8587004, 8575530, 8571233, 8569105, 8559989)
Run Time: 0.001614
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: 520473
Run Time: 0.000413
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=v%C3%A9+xe, 1652865526,
Run Time: 0.000450
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000289
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 > 1652864626)
ORDER BY session_activity.view_date DESC
Run Time: 0.004447
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2287 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |