SELECT session_data
FROM xf_session
WHERE session_id = ?
AND expiry_date >= ?
Params: f13c9ca96c34f725af9ab15b2709012c, 1752882088
Run Time: 0.000460
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.000060
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_trophy
ORDER BY trophy_points
Run Time: 0.000060
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_trophy | ALL | | | | | 19 | Using filesort |
UPDATE `xf_session` SET `expiry_date` = ? WHERE (session_id = 'f13c9ca96c34f725af9ab15b2709012c')
Params: 1752885688
Run Time: 0.000117
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_Help, Trophies, valid, , 1752882088,
Run Time: 0.000062
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'help_wrapper', 'help_trophies', 'wf_widget_wrapper', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 2
Run Time: 0.001328
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 7 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('trophy_1_title', 'trophy_1_description', 'trophy_9_title', 'trophy_9_description', 'trophy_5_title', 'trophy_5_description', 'trophy_10_title', 'trophy_10_description', 'trophy_11_title', 'trophy_11_description', 'trophy_2_title', 'trophy_2_description', 'trophy_12_title', 'trophy_12_description', 'trophy_3_title', 'trophy_3_description', 'trophy_13_title', 'trophy_13_description', 'trophy_6_title', 'trophy_6_description', 'trophy_14_title', 'trophy_14_description', 'trophy_15_title', 'trophy_15_description', 'trophy_7_title', 'trophy_7_description', 'trophy_16_title', 'trophy_16_description', 'trophy_4_title', 'trophy_4_description', 'trophy_17_title', 'trophy_17_description', 'trophy_18_title', 'trophy_18_description', 'trophy_8_title', 'trophy_8_description', 'trophy_19_title', 'trophy_19_description')
Params: 2
Run Time: 0.000299
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 81 | | 38 | Using where |