SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.000407
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | ALL | PRIMARY | | | | 37 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
Run Time: 0.000066
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using index condition |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000090
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_tag
WHERE tag_url = ?
Params: ban-tu-xi-ga
Run Time: 0.000181
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_tag | const | tag_url | tag_url | 302 | const | 1 | |
SELECT *
FROM xf_tag_result_cache
WHERE tag_id = ?
AND user_id = ?
AND expiry_date > ?
Params: 1536, 0, 1653767597
Run Time: 0.015480
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_tag_result_cache | const | tag_id_user_id,expiration_date | tag_id_user_id | 8 | const,const | 1 | |
SELECT tag_content_id, content_type, content_id
FROM xf_tag_content
WHERE tag_id = ?
AND visible = 1
ORDER BY content_date DESC
LIMIT 200
Params: 1536
Run Time: 0.000600
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_tag_content | ref | tag_id_content_date | tag_id_content_date | 4 | const | 90 | Using where |
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 (11090, 10680, 10678, 10677, 10436, 10431, 10429, 9878, 9518, 9515, 9494, 9492, 9490, 9362, 9356, 9355, 9354, 9208, 9206, 9205, 9204, 9179, 9174, 8998, 8574, 8573, 8571, 8569, 8554, 8550, 8549, 8428, 8417, 8415, 8414, 8413, 8412, 8411, 8410, 8409, 8408, 8407, 8406, 8405, 8342, 8341, 8340, 8301, 8300, 8299, 8298, 8297, 8240, 8238, 8236, 8234, 8232, 8231, 8230, 8229, 8228, 8227, 7863, 7862, 7861, 7860, 7859, 7084, 7081, 7057, 7046, 7045, 6989, 6988, 6890, 6420, 4449)
Run Time: 0.002764
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 77 | Using index condition |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.thread.user_id | 1 | |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.thread.node_id | 1 | |
SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.thread.first_post_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,tugrghshosting_diendanduoc.thread.node_id | 1 | Using where |
INSERT INTO xf_tag_result_cache
(tag_id, user_id, cache_date, expiry_date, results)
VALUES
(?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
cache_date = VALUES(cache_date),
expiry_date = VALUES(expiry_date),
results = VALUES(results)
Params: 1536, 0, 1653767597, 1653771197, [["thread",11090],["thread",10680],["thread",10678],["thread",10677],["thread",10436],["thread",10431],["thread",10429],["thread",9878],["thread",9518],["thread",9515],["thread",9494],["thread",9492],["thread",9490],["thread",9362],["thread",9356],["thread",9355],["thread",9354],["thread",9208],["thread",9206],["thread",9205],["thread",9204],["thread",9179],["thread",9174],["thread",8998],["thread",8574],["thread",8573],["thread",8571],["thread",8569],["thread",8554],["thread",8550],["thread",8549],["thread",8428],["thread",8417],["thread",8415],["thread",8414],["thread",8413],["thread",8412],["thread",8411],["thread",8410],["thread",8409],["thread",8408],["thread",8407],["thread",8406],["thread",8405],["thread",8342],["thread",8341],["thread",8340],["thread",8301],["thread",8300],["thread",8299],["thread",8298],["thread",8297],["thread",8240],["thread",8238],["thread",8236],["thread",8234],["thread",8232],["thread",8231],["thread",8230],["thread",8229],["thread",8228],["thread",8227],["thread",7863],["thread",7862],["thread",7861],["thread",7860],["thread",7859],["thread",7084],["thread",7081],["thread",7057],["thread",7046],["thread",7045],["thread",6989],["thread",6988],["thread",6890],["thread",6420]]
Run Time: 0.000228
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: c25a3f568eb36adc917a33d5908dae19, , 1653771197
Run Time: 0.000237
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, , , XenForo_ControllerPublic_Tag, Tag, valid, tag_url=ban-tu-xi-ga, 1653767597,
Run Time: 0.000135