-
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routesPublic', 'routeFiltersIn', 'routeFiltersOut', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.000564
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_data_registry |
range |
PRIMARY |
PRIMARY |
27 |
|
26 |
Using index condition |
-
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000132
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.000308
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_node |
ref |
display_in_list |
display_in_list |
1 |
const |
133 |
Using where |
-
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000197
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_permission_cache_content |
ref |
PRIMARY |
PRIMARY |
31 |
const,const |
154 |
Using index condition |
-
SELECT forum.*
,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE forum.node_id IN (74, 69, 67, 64, 68, 151, 109, 107, 178, 75, 207, 85, 83, 86, 88, 84, 87, 89, 280, 131, 168, 132, 208, 224, 282, 254, 262, 231, 245, 270, 266, 292, 283, 209, 210, 92, 95, 97, 70, 182, 55, 58, 57, 162, 62, 61, 161, 52, 177, 183, 6, 184, 48, 50, 324, 308, 319, 176, 14, 23, 106, 150, 315, 173, 314, 105, 190, 326, 321, 17, 169, 10, 149, 302, 307, 316, 303, 306, 191, 318)
Run Time: 0.000262
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
forum |
ALL |
PRIMARY |
|
|
|
68 |
Using where |
SIMPLE |
node |
eq_ref |
PRIMARY |
PRIMARY |
4 |
u452961_infiniti.forum.node_id |
1 |
Using index |
-
SELECT session_activity.*
,
user.*,
user_profile.*,
user_option.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = user.user_id)
LEFT JOIN xf_user_option AS user_option ON
(user_option.user_id = user.user_id)
WHERE (session_activity.view_date > 1593614057)
ORDER BY session_activity.view_date DESC
Run Time: 0.001702
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
session_activity |
ALL |
view_date |
|
|
|
122 |
Using where; Using filesort |
SIMPLE |
user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
u452961_infiniti.session_activity.user_id |
1 |
|
SIMPLE |
user_profile |
eq_ref |
PRIMARY |
PRIMARY |
4 |
u452961_infiniti.user.user_id |
1 |
|
SIMPLE |
user_option |
eq_ref |
PRIMARY |
PRIMARY |
4 |
u452961_infiniti.user.user_id |
1 |
|
-
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: boardTotals
Run Time: 0.000425
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_data_registry |
const |
PRIMARY |
PRIMARY |
27 |
const |
1 |
|
-
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: a27f01accb405a9bab03f732aa9afc5b, a:7:{s:12:"sessionStart";i:1593617657;s:2:"ip";i:585437875;s:9:"userAgent";s:11:"ia_archiver";s:7:"robotId";s:5:"alexa";s:16:"previousActivity";i:0;s:10:"isIpBanned";b:0;s:13:"isDiscouraged";b:0;}, 1593621257
Run Time: 0.000246
-
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, 585437875, 585437875, XenForo_ControllerPublic_Forum, Index, valid, node_name=, 1593617657, alexa
Run Time: 0.000157
-
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: cached_widgets
Run Time: 0.000309
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
|
|
|
|
|
|
|
Impossible WHERE noticed after reading const tables |
-
SELECT
up.dob_year,
u.*,
uo.show_dob_year, uo.show_dob_date
FROM
`xf_user_profile` AS up
LEFT JOIN `xf_user` AS u ON u.user_id=up.user_id
LEFT JOIN `xf_user_option` AS uo ON uo.user_id=u.user_id
WHERE
up.dob_day > 0
AND (up.dob_day = 1 AND up.dob_month = 7) AND uo.show_dob_date = 1 AND is_banned = 0 ORDER BY user_id
Run Time: 0.000410
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
up |
ref |
PRIMARY,dob |
dob |
2 |
const,const |
31 |
Using temporary; Using filesort |
SIMPLE |
u |
eq_ref |
PRIMARY |
PRIMARY |
4 |
u452961_infiniti.up.user_id |
1 |
Using where |
SIMPLE |
uo |
eq_ref |
PRIMARY |
PRIMARY |
4 |
u452961_infiniti.up.user_id |
1 |
Using where |
-
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('age')
Params: 2
Run Time: 0.000129
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_phrase_compiled |
const |
PRIMARY |
PRIMARY |
81 |
const,const |
1 |
|
-
SELECT thread.*
,
user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
WHERE (1=1) AND (thread.node_id IN ('71', '74', '69', '67', '64', '68', '151', '109', '107', '178', '75', '325', '63', '82', '207', '85', '83', '86', '88', '84', '87', '89', '280', '131', '168', '132', '208', '224', '282', '254', '256', '257', '258', '259', '260', '261', '262', '263', '264', '265', '231', '232', '233', '234', '235', '236', '237', '238', '239', '240', '241', '242', '243', '245', '244', '246', '247', '248', '249', '250', '251', '252', '253', '270', '271', '272', '273', '274', '275', '266', '267', '268', '269', '292', '293', '283', '294', '295', '296', '297', '298', '299', '300', '301', '209', '210', '51', '90', '92', '95', '97', '70', '182', '55', '58', '57', '162', '185', '62', '61', '161', '52', '177', '5', '183', '6', '184', '48', '50', '181', '324', '308', '319', '176', '14', '23', '106', '150', '315', '173', '314', '105', '190', '326', '321', '17', '169', '10', '149', '302', '307', '316', '303', '306', '191', '318', '223'))
ORDER BY thread.last_post_date DESC
LIMIT 15
Run Time: 0.001016
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
thread |
index |
node_id_last_post_date,node_id_sticky_state_last_post |
last_post_date |
4 |
|
15 |
Using where |
SIMPLE |
user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
u452961_infiniti.thread.last_post_user_id |
1 |
|
-
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE ((thread.discussion_type = 'poll')) AND (thread.node_id IN ('71', '74', '186', '68', '69', '67', '189', '75', '76', '64', '152', '153', '154', '151', '109', '107', '178', '72', '165', '63', '82', '85', '122', '123', '83', '125', '126', '86', '130', '129', '87', '119', '120', '84', '131', '89', '88', '132', '168', '51', '90', '92', '95', '97', '70', '182', '55', '58', '57', '162', '185', '62', '142', '179', '61', '160', '161', '52', '177')) AND (thread.discussion_type = 'poll')
ORDER BY thread.post_date DESC
LIMIT 3
Run Time: 0.006675
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
thread |
ALL |
node_id_last_post_date,node_id_sticky_state_last_post |
|
|
|
10333 |
Using where; Using filesort |
SIMPLE |
user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
u452961_infiniti.thread.user_id |
1 |
|