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.001356
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 52 | | 26 | Using where |
SELECT addon_id
FROM xf_route_prefix
WHERE original_prefix = ? AND route_type = ?
Params: ?_debug=1, public
Run Time: 0.000195
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT addon_id
FROM xf_addon
WHERE addon_id = ?
Params:
Run Time: 0.000100
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000187
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT COUNT(*) AS total FROM (
SELECT xf_thread.thread_id
FROM EWRporta2_articles
INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
WHERE EWRporta2_articles.article_date < ?
AND xf_thread.discussion_state = 'visible'
AND EWRporta2_catlinks.category_id IN ('10', '1') AND xf_thread.node_id IN (206,207,26,53,27,29,190,1,2,73,140,145,161,159,147,146,148,154,166,149,150,162,156,155,157,158,153,160,191,152,167,208,99,183,100,101,102,90,184,91,185,92,176,178,179,180,23,18,24,57,58,138,103,134,135,136,137,201,202,205,203,204)
GROUP BY xf_thread.thread_id
) q
Params: 1550687962
Run Time: 0.000660
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
PRIMARY | <derived2> | ALL | | | | | 112 | |
DERIVED | EWRporta2_catlinks | ALL | thread_id | | | | 112 | Using where; Using temporary; Using filesort |
DERIVED | EWRporta2_articles | eq_ref | PRIMARY,article_date | PRIMARY | 4 | adept_8IcF9t.EWRporta2_catlinks.thread_id | 1 | Using where |
DERIVED | xf_thread | eq_ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,last_post_date,post_date,user_id | PRIMARY | 4 | adept_8IcF9t.EWRporta2_catlinks.thread_id | 1 | Using where |
DERIVED | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.xf_thread.user_id | 1 | Using index |
SELECT COUNT(*) AS total FROM (
SELECT xf_thread.thread_id
FROM xf_thread
LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
WHERE xf_thread.post_date < ?
AND xf_thread.discussion_state = 'visible'
AND xf_thread.node_id IN ('2', '15', '35', '164', '193', '115', '61', '127', '100', '211', '106')
AND EWRporta2_articles.article_date IS NULL
AND EWRporta2_catlinks.category_id IN ('10', '1') AND xf_thread.node_id IN (206,207,26,53,27,29,190,1,2,73,140,145,161,159,147,146,148,154,166,149,150,162,156,155,157,158,153,160,191,152,167,208,99,183,100,101,102,90,184,91,185,92,176,178,179,180,23,18,24,57,58,138,103,134,135,136,137,201,202,205,203,204)
GROUP BY xf_thread.thread_id
) q
Params: 1550687962
Run Time: 0.000336
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
PRIMARY | <derived2> | ALL | | | | | 2 | |
DERIVED | EWRporta2_articles | ref | PRIMARY,article_date | article_date | 4 | const | 1 | Using where; Using index; Using temporary; Using filesort |
DERIVED | xf_thread | eq_ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,last_post_date,post_date,user_id | PRIMARY | 4 | adept_8IcF9t.EWRporta2_articles.thread_id | 1 | Using where |
DERIVED | EWRporta2_catlinks | ref | thread_id | thread_id | 4 | adept_8IcF9t.EWRporta2_articles.thread_id | 1 | Using where |
DERIVED | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.xf_thread.user_id | 1 | Using index |
(
SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_forum.*, xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count,
IF(NOT ISNULL(xf_user.user_id), xf_user.username, xf_thread.username) AS username,
'0' AS sticky_article, xf_thread.post_date AS order_date
FROM xf_thread
INNER JOIN xf_forum ON (xf_forum.node_id = xf_thread.node_id)
INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
WHERE xf_thread.post_date < ?
AND xf_thread.discussion_state = 'visible'
AND xf_thread.node_id IN ('2', '15', '35', '164', '193', '115', '61', '127', '100', '211', '106')
AND EWRporta2_articles.article_date IS NULL
AND EWRporta2_catlinks.category_id IN ('10', '1') AND xf_thread.node_id IN (206,207,26,53,27,29,190,1,2,73,140,145,161,159,147,146,148,154,166,149,150,162,156,155,157,158,153,160,191,152,167,208,99,183,100,101,102,90,184,91,185,92,176,178,179,180,23,18,24,57,58,138,103,134,135,136,137,201,202,205,203,204)
GROUP BY xf_thread.thread_id
ORDER BY xf_thread.post_date DESC
) UNION ALL (
SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_forum.*, xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count,
IF(NOT ISNULL(xf_user.user_id), xf_user.username, xf_thread.username) AS username,
EWRporta2_articles.article_sticky AS sticky_article, EWRporta2_articles.article_date AS order_date
FROM EWRporta2_articles
INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
INNER JOIN xf_forum ON (xf_forum.node_id = xf_thread.node_id)
INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
INNER JOIN EWRporta2_catlinks ON (EWRporta2_catlinks.thread_id = EWRporta2_articles.thread_id)
WHERE EWRporta2_articles.article_date < ?
AND xf_thread.discussion_state = 'visible'
AND EWRporta2_catlinks.category_id IN ('10', '1') AND xf_thread.node_id IN (206,207,26,53,27,29,190,1,2,73,140,145,161,159,147,146,148,154,166,149,150,162,156,155,157,158,153,160,191,152,167,208,99,183,100,101,102,90,184,91,185,92,176,178,179,180,23,18,24,57,58,138,103,134,135,136,137,201,202,205,203,204)
GROUP BY xf_thread.thread_id
ORDER BY EWRporta2_articles.article_sticky DESC, EWRporta2_articles.article_date DESC
)
ORDER BY sticky_article DESC, order_date DESC
LIMIT ?, ?
Params: 1550687962, 1550687962, 0, 5
Run Time: 0.004107
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (9897)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000280
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (9886)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000166
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (9868)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000128
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (9866)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000133
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (9813)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000112
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.attachment.data_id | 1 | |
SELECT EWRporta2_catlinks.*, EWRporta2_categories.*, xf_user.*
FROM EWRporta2_catlinks
INNER JOIN EWRporta2_categories ON (EWRporta2_categories.category_id = EWRporta2_catlinks.category_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRporta2_catlinks.user_id)
WHERE EWRporta2_catlinks.thread_id IN (5755, 5750, 5740, 5739, 5723)
ORDER BY EWRporta2_categories.category_name
Run Time: 0.000761
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta2_catlinks | range | thread_id | thread_id | 4 | | 5 | Using index condition; Using temporary; Using filesort |
SIMPLE | EWRporta2_categories | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.EWRporta2_catlinks.category_id | 1 | |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.EWRporta2_catlinks.user_id | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 100
Run Time: 0.000111
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 4370f0162cf45c80d9f2f505cdd2edd9, a:6:{s:12:"sessionStart";i:1550687962;s:2:"ip";s:4:""Ϙ>";s:11:"sessionCsrf";s:16:"evNcQHY6lbbzyNCj";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1550691562
Run Time: 0.000149
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, "Ϙ>, "Ϙ>, EWRporta2_ControllerPublic_Articles, Index, valid, , 1550687962,
Run Time: 0.000061
SELECT *
FROM xfa_mgmar_game
ORDER BY display_order ASC, name ASC
Run Time: 0.000149
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xfa_mgmar_game | ALL | | | | | 6 | Using filesort |
SELECT *
FROM siropu_referral_contests
WHERE contest_enabled = 1
ORDER BY contest_id DESC
Run Time: 0.000099
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', 'xengallery_bb_code_tag_gallery', 'wf_widget_wrapper', 'sidebar_visitor_panel', 'xfa_wfxa_xenatendo_upcoming', 'adept_platinum', 'adept_social_media', 'adept_backlinks', 'EWRporta2_ArticleList', 'notice_cookies', 'EWRporta2_Navtabs', 'siropu_custom_tabs_child_list', 'xengallery_tab_links', 'EWRatendo2_Navtabs', 'EWRdiscord_Navtabs', 'xcfw_copyright', 'siropu_referral_contests_embed', 'adept_gameblocks', 'adept_wiki_menu', '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', 'xengallery_comments_block', 'xengallery_media_block_items', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 14, 1
Run Time: 0.000837
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 48 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('adeptNewsLink', 'discord_chat', 'pe_rosters_tab_title', 'atendo2_calendar')
Params: 1
Run Time: 0.000104
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 4 | Using where |
SELECT EWRatendo2_occurs.*, EWRatendo2_events.*, xf_user.*,
IF(xf_user.username IS NULL, EWRatendo2_events.username, xf_user.username) AS username
FROM EWRatendo2_occurs
INNER JOIN EWRatendo2_events ON (EWRatendo2_events.event_id = EWRatendo2_occurs.event_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo2_events.user_id)
WHERE EWRatendo2_events.event_state = 'visible'
AND (EWRatendo2_occurs.occur_start >= ? AND EWRatendo2_occurs.occur_start <= ?)
GROUP BY EWRatendo2_events.event_id
ORDER BY EWRatendo2_occurs.occur_start ASC
LIMIT ?
Params: 1550687962, 1551292762, 5
Run Time: 0.001392
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo2_events | index | PRIMARY,thread_id | PRIMARY | 4 | | 9 | Using where; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | adept_8IcF9t.EWRatendo2_events.user_id | 1 | |
SIMPLE | EWRatendo2_occurs | ref | event_id | event_id | 4 | adept_8IcF9t.EWRatendo2_events.event_id | 29 | Using where |
SELECT
COUNT(network) AS cnt
FROM xf_cleantalk_sfw
WHERE network = 584030270 & mask
Run Time: 0.000292
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_cleantalk_sfw | ALL | | | | | 3048 | Using where |