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.038623
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
Run Time: 0.000658
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000860
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT EWRcarta_pages.*, xf_liked_content.like_date, EWRcarta_watch.page_id AS page_is_watched
FROM EWRcarta_pages
LEFT JOIN EWRcarta_watch ON (EWRcarta_pages.page_id = EWRcarta_watch.page_id AND EWRcarta_watch.user_id = ?)
LEFT JOIN xf_liked_content
ON (xf_liked_content.content_type = 'wiki'
AND xf_liked_content.content_id = EWRcarta_pages.page_id
AND xf_liked_content.like_user_id = 0)
WHERE page_slug = ?
Params: 0, halyavnaya-eda-vsegda
Run Time: 0.001475
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | page_slug | page_slug | 302 | const | 1 | |
SIMPLE | EWRcarta_watch | const | PRIMARY,page_id_email_subscribe | PRIMARY | 8 | const,const | 1 | Using index |
SIMPLE | xf_liked_content | const | content_type_id_like_user_id,like_user_content_type_id | content_type_id_like_user_id | 35 | const,const,const | 1 | Using where |
SELECT page_slug, page_name, page_parent
FROM EWRcarta_pages
WHERE page_id = ?
Params: 1
Run Time: 0.000435
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT
EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect,
page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
FROM EWRcarta_pages
LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
ORDER BY page_name ASC, page_name ASC
LIMIT 0, 99999
Run Time: 0.003271
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | ALL | | | | | 47 | Using filesort |
SIMPLE | EWRcarta_cache | eq_ref | PRIMARY | PRIMARY | 4 | xen.EWRcarta_pages.page_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 (57)
ORDER BY attachment.content_id, attachment.attach_date
Params: wiki
Run Time: 0.000975
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 | 3 | Using index condition |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | xen.attachment.data_id | 1 | |
UPDATE EWRcarta_pages
SET page_views = page_views+1
WHERE page_id = ?
Params: 57
Run Time: 0.002271
SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
Run Time: 0.000425
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | page_slug | page_slug | 302 | const | 1 | |
SELECT page_id, page_slug, page_name
FROM EWRcarta_pages
WHERE page_index != '0'
ORDER BY page_index ASC, page_name ASC
Run Time: 0.000498
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | range | page_index | page_index | 4 | | 2 | Using index condition; Using filesort |
SELECT COUNT(*) AS total
FROM EWRcarta_pages
LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
Run Time: 0.000552
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | index | | page_parent | 4 | | 47 | Using index |
SIMPLE | EWRcarta_cache | eq_ref | PRIMARY | PRIMARY | 4 | xen.EWRcarta_pages.page_id | 1 | Using index |
SELECT COUNT(*) AS total
FROM EWRcarta_history
Run Time: 0.000523
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_history | index | | page_id | 4 | | 321 | Using index |
SELECT SUM(page_likes) AS total
FROM EWRcarta_pages
Run Time: 0.000357
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | ALL | | | | | 47 | |
SELECT SUM(page_views) AS total
FROM EWRcarta_pages
Run Time: 0.000346
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | ALL | | | | | 47 | |
SELECT COUNT(*) AS count, SUM(file_size) AS size
FROM xf_attachment
INNER JOIN xf_attachment_data ON (xf_attachment_data.data_id = xf_attachment.data_id)
WHERE content_type = 'wiki'
AND unassociated = '0'
Run Time: 0.003436
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_attachment | ref | content_type_id_date,unassociated_attach_date | content_type_id_date | 27 | const | 209 | Using index condition; Using where |
SIMPLE | xf_attachment_data | eq_ref | PRIMARY | PRIMARY | 4 | xen.xf_attachment.data_id | 1 | |
SELECT xf_user.*, COUNT(EWRcarta_history.user_id) as count, MAX(EWRcarta_history.history_date) as date,
IF(NOT ISNULL(xf_user.user_id), xf_user.username, EWRcarta_history.username) AS username
FROM EWRcarta_history
LEFT JOIN xf_user ON (xf_user.user_id = EWRcarta_history.user_id)
GROUP BY EWRcarta_history.user_id
ORDER BY count DESC, date DESC
LIMIT 0, 5
Run Time: 0.014265
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_history | ALL | user_id | | | | 321 | Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | xen.EWRcarta_history.user_id | 1 | |
SELECT page_id, page_slug, page_name, page_parent
FROM EWRcarta_pages
WHERE page_id = ?
Params: 1
Run Time: 0.000404
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT
EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect,
page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
FROM EWRcarta_pages
LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
ORDER BY page_name ASC, page_name ASC
LIMIT 0, 99999
Run Time: 0.002000
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | ALL | | | | | 47 | Using filesort |
SIMPLE | EWRcarta_cache | eq_ref | PRIMARY | PRIMARY | 4 | xen.EWRcarta_pages.page_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: f70d84230f00400e73fdb34bad58e9c2, , 1702338456
Run Time: 0.000398
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, , , EWRcarta_ControllerPublic_Wiki, Index, valid, string_id=halyavnaya-eda-vsegda, 1702334856,
Run Time: 0.000301
SELECT *
FROM EWRcarta_cache
WHERE page_id = ?
Params: 57
Run Time: 0.001080
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_cache | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
Run Time: 0.000395
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | page_slug | page_slug | 302 | const | 1 | |
SELECT options.*, node.*,
permission.cache_value AS node_permission_cache
FROM nat_options AS options
INNER JOIN xf_node AS node
ON (node.node_id = options.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = ?
AND permission.content_type = 'node'
AND permission.content_id = options.node_id)
WHERE nat_display_tab = 1
ORDER BY options.nat_display_order
ASC
Params: 1
Run Time: 0.001347
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | options | ALL | node_id | | | | 24 | Using where; Using filesort |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | xen.options.node_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,xen.options.node_id | 1 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('BRSTS_support_tickets', 'media')
Params: 2
Run Time: 0.000426
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 2 | Using where |