-
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'cron', 'simpleCache', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.000638
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_data_registry |
range |
PRIMARY |
PRIMARY |
77 |
|
21 |
Using where |
-
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: moods
Run Time: 0.000152
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_data_registry |
const |
PRIMARY |
PRIMARY |
77 |
const |
1 |
|
-
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: adData
Run Time: 0.000118
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_data_registry |
const |
PRIMARY |
PRIMARY |
77 |
const |
1 |
|
-
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000077
| 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.000136
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_node |
ALL |
display_in_list |
|
|
|
27 |
Using where; Using filesort |
-
SELECT cache_value
FROM xf_permission_cache_content_type
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000080
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_permission_cache_content_type |
const |
PRIMARY |
PRIMARY |
81 |
const,const |
1 |
|
-
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 (31, 32, 33, 39, 42, 14, 15, 16, 17, 19, 3, 38, 4, 10, 8, 44, 45, 18, 11, 20, 2)
Run Time: 0.000158
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
forum |
ALL |
PRIMARY |
|
|
|
21 |
Using where |
| SIMPLE |
node |
eq_ref |
PRIMARY |
PRIMARY |
4 |
forum_muznews.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 > 1382476709)
ORDER BY session_activity.view_date DESC
Run Time: 0.000711
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
session_activity |
ALL |
view_date |
|
|
|
22 |
Using where; Using filesort |
| SIMPLE |
user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
forum_muznews.session_activity.user_id |
1 |
|
| SIMPLE |
user_profile |
eq_ref |
PRIMARY |
PRIMARY |
4 |
forum_muznews.user.user_id |
1 |
|
| SIMPLE |
user_option |
eq_ref |
PRIMARY |
PRIMARY |
4 |
forum_muznews.user.user_id |
1 |
|
-
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: boardTotals
Run Time: 0.000122
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_data_registry |
const |
PRIMARY |
PRIMARY |
77 |
const |
1 |
|
-
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: fb1f74b1a64b0fe0d061e7d4a0544d59, a:9:{s:12:"sessionStart";i:1382477609;s:2:"ip";i:3488738662;s:9:"userAgent";s:89:"Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)";s:7:"isRobot";b:0;s:7:"referer";s:20:"https://muztalks.com/";s:10:"fromSearch";b:0;s:16:"previousActivity";i:0;s:10:"isIpBanned";b:0;s:13:"isDiscouraged";b:0;}, 1382481209
Run Time: 0.000125
-
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date)
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)
Params: 0, 3488738662, 3488738662, XenForo_ControllerPublic_Index, Index, valid, , 1382477609
Run Time: 0.000123
-
SELECT cache_data
FROM xf_xen_ams_cache
WHERE cache_key = ?
Params: xen_ams
Run Time: 0.000066
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_xen_ams_cache |
const |
PRIMARY |
PRIMARY |
77 |
const |
1 |
|
-
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 = 22 AND up.dob_month = 10) AND uo.show_dob_date = 1 AND is_banned = 0 ORDER BY user_id
Run Time: 0.000265
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
up |
ALL |
PRIMARY |
|
|
|
1057 |
Using where; Using temporary; Using filesort |
| SIMPLE |
uo |
eq_ref |
PRIMARY |
PRIMARY |
4 |
forum_muznews.up.user_id |
1 |
Using where |
| SIMPLE |
u |
eq_ref |
PRIMARY |
PRIMARY |
4 |
forum_muznews.uo.user_id |
1 |
Using where |
-
SELECT thread.*,
post.*,
user.*
FROM xf_post AS post
LEFT JOIN xf_thread AS thread ON
(thread.thread_id = post.thread_id)
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_id)
WHERE
post.message_state = 'visible'
ORDER BY post.post_date DESC
LIMIT 56
Run Time: 0.013241
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
post |
ALL |
|
|
|
|
24091 |
Using where; Using filesort |
| SIMPLE |
thread |
eq_ref |
PRIMARY |
PRIMARY |
4 |
forum_muznews.post.thread_id |
1 |
|
| SIMPLE |
user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
forum_muznews.post.user_id |
1 |
|
-
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 32
Run Time: 0.000079
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_permission_cache_content |
const |
PRIMARY |
PRIMARY |
85 |
const,const,const |
1 |
|
-
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 16
Run Time: 0.000063
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_permission_cache_content |
const |
PRIMARY |
PRIMARY |
85 |
const,const,const |
1 |
|
-
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 8
Run Time: 0.000063
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_permission_cache_content |
const |
PRIMARY |
PRIMARY |
85 |
const,const,const |
1 |
|
-
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 33
Run Time: 0.000063
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_permission_cache_content |
const |
PRIMARY |
PRIMARY |
85 |
const,const,const |
1 |
|
-
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 39
Run Time: 0.000064
| Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
| SIMPLE |
xf_permission_cache_content |
const |
PRIMARY |
PRIMARY |
85 |
const,const,const |
1 |
|