-
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.000290
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.000130
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_search
WHERE search_id = ?
Params: 18698088
Run Time: 0.000340
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
|
|
|
|
|
|
|
Impossible WHERE noticed after reading const tables |
-
SELECT search_index.content_type, search_index.content_id
FROM xf_search_index AS search_index
WHERE MATCH(search_index.title, search_index.message, search_index.metadata) AGAINST (? IN BOOLEAN MODE)
ORDER BY search_index.item_date desc
LIMIT 200
Params:
Run Time: 0.000269
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
search_index |
fulltext |
title_message_metadata |
title_message_metadata |
0 |
|
1 |
Using where; Using filesort |
-
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: da97323c59904c737e2fa70c2b1afd62, a:7:{s:12:"sessionStart";i:1638272225;s:2:"ip";i:878326124;s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";b:0;s:13:"isDiscouraged";b:0;}, 1638275825
Run Time: 0.000222
-
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, 878326124, 878326124, XenForo_ControllerPublic_Search, Results, valid, search_id=18698088, 1638272225,
Run Time: 0.000167
-
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('no_results_found')
Params: 2
Run Time: 0.000274
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_phrase_compiled |
const |
PRIMARY |
PRIMARY |
81 |
const,const |
1 |
|