SELECT session_data
FROM xf_session
WHERE session_id = ?
AND expiry_date >= ?
Params: 6a01e6f3e9f2163f9f4e7dbd9e672bf4, 1752883356
Run Time: 0.000063
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_session | const | PRIMARY,expiry_date | PRIMARY | 34 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000059
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_node
WHERE display_in_list = 1
ORDER BY lft ASC
Run Time: 0.000092
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | display_in_list | | | | 24 | Using where; Using filesort |
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000067
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 23 | Using where |
SELECT prefix.*
FROM xf_thread_prefix AS prefix
WHERE 1=1
ORDER BY prefix.materialized_order
Run Time: 0.000178
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | prefix | ALL | | | | | 4 | Using filesort |
SELECT prefix.prefix_id, node.*, forum.*, cache.cache_value AS node_permission_cache
FROM xf_thread_prefix AS prefix
INNER JOIN xf_forum_prefix AS fp ON (fp.prefix_id = prefix.prefix_id)
INNER JOIN xf_node AS node ON (fp.node_id = node.node_id)
INNER JOIN xf_forum AS forum ON (node.node_id = forum.node_id)
INNER JOIN xf_permission_cache_content AS cache ON
(cache.content_type = 'node' AND cache.content_id = node.node_id AND cache.permission_combination_id = ?)
ORDER BY prefix.materialized_order
Params: 1
Run Time: 0.002488
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | prefix | index | PRIMARY | materialized_order | 4 | | 4 | Using index |
SIMPLE | fp | ref | PRIMARY,prefix_id | prefix_id | 4 | forum_xenforo.prefix.prefix_id | 6 | Using index |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.fp.node_id | 1 | |
SIMPLE | cache | eq_ref | PRIMARY | PRIMARY | 35 | const,const,forum_xenforo.fp.node_id | 1 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | forum_xenforo.fp.node_id | 1 | |
UPDATE `xf_session` SET `expiry_date` = ? WHERE (session_id = '6a01e6f3e9f2163f9f4e7dbd9e672bf4')
Params: 1752886956
Run Time: 0.000082
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, 3628718217, 3628718217, XenForo_ControllerPublic_Search, Index, valid, , 1752883356,
Run Time: 0.000060
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'search_form_post', 'wf_widget_wrapper', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.000849
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 6 | Using where |