SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.001638
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 52 | | 26 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000186
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('dbtech_shop_category', 'dbtech_shop_currency', 'dbtech_shop_item', 'dbtech_shop_itemtype', 'dbtech_shop_lottery', 'dbtech_shop_lotteryprize', 'dbtech_shop_shop')
Run Time: 0.000557
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 52 | | 7 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('dbtech_credits_currency', 'dbtech_credits_event', 'dbtech_credits_eventtrigger', 'dbtech_credits_field')
Run Time: 0.000291
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 52 | | 4 | Using where |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*,
permission_combination.cache_value AS global_permission_cache,
IF (session_activity.view_date IS NULL, user.last_activity, session_activity.view_date) AS effective_last_activity,
session_activity.view_date, session_activity.controller_name, session_activity.controller_action, session_activity.params, session_activity.ip,
0 AS following_0, bank2.points AS currency_2_bank, user.dbtech_credits_credits AS shop_2, bank3.points AS currency_3_bank, user.card_voucher AS shop_3, bank4.points AS currency_4_bank, user.dm_voucher AS shop_4, bank5.points AS currency_5_bank, user.quest AS shop_5, user.dbtech_credits_credits AS credits_1, user.card_voucher AS credits_2, user.dm_voucher AS credits_3, user.quest AS credits_4,
subaccount_parent.subaccount_user_ids AS parent_subaccount_user_ids,
IF (user.email <> '', user.email, subaccount_parent.email) AS email
FROM xf_user AS user
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)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = user.user_id)
LEFT JOIN xf_permission_combination AS permission_combination ON
(permission_combination.permission_combination_id = user.permission_combination_id)
LEFT JOIN xf_session_activity AS session_activity ON
(session_activity.user_id = user.user_id AND session_activity.unique_key = CAST(user.user_id AS BINARY))
LEFT JOIN xf_dbtech_shop_bank AS bank2 ON
(bank2.userid = user.user_id AND bank2.currencyid = 2)
LEFT JOIN xf_dbtech_shop_bank AS bank3 ON
(bank3.userid = user.user_id AND bank3.currencyid = 3)
LEFT JOIN xf_dbtech_shop_bank AS bank4 ON
(bank4.userid = user.user_id AND bank4.currencyid = 4)
LEFT JOIN xf_dbtech_shop_bank AS bank5 ON
(bank5.userid = user.user_id AND bank5.currencyid = 5)
LEFT JOIN xf_user AS subaccount_parent ON
(user.subaccount_parent_user_id = subaccount_parent.user_id AND user.subaccount_parent_state = 'enabled')
WHERE user.user_id = ?
Params: 442
Run Time: 0.001135
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_profile | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_option | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_privacy | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | session_activity | const | PRIMARY | PRIMARY | 22 | const,const | 0 | unique row not found |
SIMPLE | bank2 | const | PRIMARY | PRIMARY | 8 | const,const | 0 | unique row not found |
SIMPLE | bank3 | const | PRIMARY | PRIMARY | 8 | const,const | 0 | unique row not found |
SIMPLE | bank4 | const | PRIMARY | PRIMARY | 8 | const,const | 0 | unique row not found |
SIMPLE | bank5 | const | PRIMARY | PRIMARY | 8 | const,const | 0 | unique row not found |
SIMPLE | subaccount_parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT COUNT(*)
FROM xf_profile_post AS profile_post
WHERE (profile_post.profile_user_id = 442) AND (profile_post.message_state IN ('visible'))
Run Time: 0.000163
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | profile_post | ref | profile_user_id_post_date | profile_user_id_post_date | 4 | const | 1 | Using where |
SELECT profile_post.*
,
posting_user.*,
IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username,
0 AS like_date
FROM xf_profile_post AS profile_post
LEFT JOIN xf_user AS posting_user ON
(posting_user.user_id = profile_post.user_id)
WHERE (profile_post.profile_user_id = 442) AND (profile_post.message_state IN ('visible'))
ORDER BY profile_post.post_date DESC
LIMIT 20
Run Time: 0.000382
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | profile_post | ref | profile_user_id_post_date | profile_user_id_post_date | 4 | const | 1 | Using where |
SIMPLE | posting_user | eq_ref | PRIMARY | PRIMARY | 4 | shinkarp_xenforo.profile_post.user_id | 1 | |
SELECT user_field.*
,
field_value.field_value
FROM xf_user_field AS user_field
LEFT JOIN xf_user_field_value AS field_value ON
(field_value.field_id = user_field.field_id AND field_value.user_id = 442)
WHERE (user_field.display_group <> 'preferences' AND user_field.viewable_profile = 1)
ORDER BY user_field.display_group, user_field.display_order
Run Time: 0.000529
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user_field | ALL | display_group_order | | | | 45 | Using where; Using filesort |
SIMPLE | field_value | eq_ref | PRIMARY,field_id | PRIMARY | 31 | const,shinkarp_xenforo.user_field.field_id | 1 | |
SELECT COUNT(*)
FROM xf_user_follow
WHERE follow_user_id = ?
Params: 442
Run Time: 0.000105
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_follow | ref | follow_user_id | follow_user_id | 4 | const | 1 | Using index |
SELECT user.*,
user_profile.*,
user_option.*
FROM xf_user_follow AS user_follow
INNER JOIN xf_user AS user ON
(user.user_id = user_follow.user_id AND user.is_banned = 0)
INNER JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = user.user_id)
INNER JOIN xf_user_option AS user_option ON
(user_option.user_id = user.user_id)
WHERE user_follow.follow_user_id = ?
ORDER BY RAND()
LIMIT 6
Params: 442
Run Time: 0.007312
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user_follow | ref | PRIMARY,follow_user_id | follow_user_id | 4 | const | 1 | Using index; Using temporary; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | shinkarp_xenforo.user_follow.user_id | 1 | Using where |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | shinkarp_xenforo.user_follow.user_id | 1 | |
SIMPLE | user_option | eq_ref | PRIMARY | PRIMARY | 4 | shinkarp_xenforo.user_follow.user_id | 1 | |
SELECT
user_id,
username,
gender,
avatar_date,
gravatar
FROM xf_user
WHERE siropu_referrer_id = ?
ORDER BY RAND()
LIMIT 6
Params: 442
Run Time: 0.000291
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user | ref | siropu_referrer_id | siropu_referrer_id | 4 | const | 1 | Using temporary; Using filesort |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: dc60f825080208b6798a08bec04bc019, , 1614734283
Run Time: 0.000156
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, , , XenForo_ControllerPublic_Member, Member, valid, user_id=442, 1614730683,
Run Time: 0.000100
SELECT *
FROM siropu_referral_contests
WHERE contest_enabled = 1
ORDER BY contest_id DESC
Run Time: 0.000196
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | siropu_referral_contests | index | | PRIMARY | 4 | | 1 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'member_view', 'dbtech_shop_navbar', 'siropu_custom_tabs_child_list', 'th_navigation_visitor_tab_subaccounts', 'siropu_referral_contests_embed', 'th_you_are_using_as_user_loginasuser', 'th_moderator_bar_loginasuser', 'wf_hook_moderator_bar', 'wf_revealer', 'dbtech_credits_navbar_links', 'dbtech_credits_navbar_footer', 'dbtech_credits_user_edit_tab', 'dbtech_credits_user_edit_pane', 'dbtech_credits_trophy_edit', 'dbtech_credits_alert_edit', 'dbtech_credits_postbit_stats', 'dbtech_credits_member_stats', 'dbtech_credits_navbar_right', 'dbtech_shop_user_edit_tab', 'dbtech_shop_user_edit_pane', 'dbtech_shop_trophy_edit', 'dbtech_shop_alert_edit', 'dbtech_shop_postbit_stats', 'dbtech_shop_postbit_purchasebit', 'dbtech_shop_member_view_heading', 'dbtech_shop_profile_purchasebit', 'dbtech_shop_member_view_content', 'dbtech_shop_navbar_right', 'dbtech_shop_memberinfo_block_profilemusic', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 5, 1
Run Time: 0.000907
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 37 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('user_field_player_gender_desc', 'user_field_mini_avatar_desc', 'user_field_powerplaying_godmodding_desc', 'user_field_sex_desc', 'user_field_violence_desc', 'user_field_abuse_desc', 'user_field_romance_desc', 'user_field_drug_user_desc', 'user_field_digiphilia_desc', 'user_field_other_wants_limits_desc', 'user_field_mini_avatar2_desc', 'user_field_jumbo_avatar2_desc', 'user_field_face_claim_desc', 'user_field_partner1_face_desc', 'user_field_partner2_face_desc', 'user_field_character_plotter_desc', 'user_field_character_tracker_desc')
Params: 1
Run Time: 0.000199
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 17 | Using where |
SELECT user.*
, bank2.points AS currency_2_bank, user.dbtech_credits_credits AS shop_2, bank3.points AS currency_3_bank, user.card_voucher AS shop_3, bank4.points AS currency_4_bank, user.dm_voucher AS shop_4, bank5.points AS currency_5_bank, user.quest AS shop_5, user.dbtech_credits_credits AS credits_1, user.card_voucher AS credits_2, user.dm_voucher AS credits_3, user.quest AS credits_4
FROM xf_user AS user
LEFT JOIN xf_dbtech_shop_bank AS bank2 ON
(bank2.userid = user.user_id AND bank2.currencyid = 2)
LEFT JOIN xf_dbtech_shop_bank AS bank3 ON
(bank3.userid = user.user_id AND bank3.currencyid = 3)
LEFT JOIN xf_dbtech_shop_bank AS bank4 ON
(bank4.userid = user.user_id AND bank4.currencyid = 4)
LEFT JOIN xf_dbtech_shop_bank AS bank5 ON
(bank5.userid = user.user_id AND bank5.currencyid = 5)
WHERE user.user_id = ?
Params: 353
Run Time: 0.000447
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | bank2 | const | PRIMARY | PRIMARY | 8 | const,const | 0 | unique row not found |
SIMPLE | bank3 | const | PRIMARY | PRIMARY | 8 | const,const | 1 | |
SIMPLE | bank4 | const | PRIMARY | PRIMARY | 8 | const,const | 1 | |
SIMPLE | bank5 | const | PRIMARY | PRIMARY | 8 | const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('th_member_view_info_block_subaccounts')
AND style_id = ?
AND language_id = ?
Params: 5, 1
Run Time: 0.000172
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('th_member_view_tabs_heading_subaccounts')
AND style_id = ?
AND language_id = ?
Params: 5, 1
Run Time: 0.000099
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('shinka_thread_log_tabs_heading')
AND style_id = ?
AND language_id = ?
Params: 5, 1
Run Time: 0.000150
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('th_member_view_tabs_content_subaccounts')
AND style_id = ?
AND language_id = ?
Params: 5, 1
Run Time: 0.000104
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |
SELECT thread.thread_id, thread.title, thread.discussion_open, thread.last_post_user_id,
thread.last_post_username, thread.post_date, thread.prefix_id, node.title as node, node.node_id,
thread.reply_count, thread.view_count, thread.username, user.avatar_date, user.timezone, user.user_id
FROM xf_thread thread
LEFT JOIN xf_user user ON user.user_id = thread.user_id
LEFT JOIN xf_node node ON node.node_id = thread.node_id
WHERE thread.discussion_state = 'visible'
AND thread.node_id IN (92, 94, 93, 95, 96, 97, 90, 91)
AND EXISTS(
SELECT 1 FROM xf_post post
WHERE thread.thread_id = post.thread_id
AND post.message_state = 'visible'
AND post.user_id = 442
)
ORDER BY thread.thread_id DESC
Run Time: 0.028745
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
PRIMARY | thread | range | node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | | 229 | Using index condition; Using where; Using filesort |
PRIMARY | user | eq_ref | PRIMARY | PRIMARY | 4 | shinkarp_xenforo.thread.user_id | 1 | |
PRIMARY | node | eq_ref | PRIMARY | PRIMARY | 4 | shinkarp_xenforo.thread.node_id | 1 | |
DEPENDENT SUBQUERY | post | ref | thread_id_post_date,thread_id_position,user_id | thread_id_post_date | 4 | shinkarp_xenforo.thread.thread_id | 1 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('shinka_thread_log_tabs_content')
AND style_id = ?
AND language_id = ?
Params: 5, 1
Run Time: 0.000141
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('no')
Params: 1
Run Time: 0.000161
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('unlimited')
Params: 1
Run Time: 0.000147
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('th_navigation_tabs_members_whoswho')
AND style_id = ?
AND language_id = ?
Params: 5, 1
Run Time: 0.000131
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |