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.000482
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000121
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT content.*
,
0 AS like_date,
0 AS watch_date,
IF(user.username IS NULL, content.username, user.username) AS username, user.avatar_date, user.gravatar,
content_data.*,
photo.photo_exif,
0 AS following_0
FROM `sonnb_xengallery_content` AS content
LEFT JOIN `xf_user` AS user ON
(user.user_id = content.user_id)
INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
(content.content_data_id = content_data.content_data_id)
LEFT JOIN `sonnb_xengallery_photo` AS photo ON
(photo.content_id = content.content_id)
WHERE (content.content_id = 3930) AND (content.content_type = 'photo')
LIMIT 1
Run Time: 0.001064
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | content | const | PRIMARY,content_type_id | PRIMARY | 4 | const | 1 | |
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | content_data | const | PRIMARY,content_type_id | PRIMARY | 4 | const | 1 | |
SIMPLE | photo | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT album.*
,
0 AS following_0,
category.category_privacy
FROM `sonnb_xengallery_album` AS album
LEFT JOIN `sonnb_xengallery_category` AS category ON
(album.category_id = category.category_id)
WHERE (album.album_id = 131)
LIMIT 1
Run Time: 0.000525
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | album | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT content.*
FROM (
SELECT content.*, @row := @row + 1 AS content_num_row
FROM (
SELECT
content.content_id, content.title, content.description, content.content_privacy,
content.content_state, content.user_id, content.collection_id, content.likes, content.like_users,
content.album_id, content.position, content.comment_count, content.view_count
,
content_data.*
FROM `sonnb_xengallery_content` AS content
INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
(content.content_data_id = content_data.content_data_id)
WHERE (content.album_id = 131) AND (content.content_state IN ('visible','moderated'))
ORDER BY content.position ASC
) AS content
CROSS JOIN (SELECT @row := 0) AS r
) AS content
WHERE content.content_id = 3930
ORDER BY content.content_num_row ASC
LIMIT 16
Run Time: 0.002882
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
PRIMARY | <derived2> | ALL | | | | | 59 | Using where; Using filesort |
DERIVED | <derived4> | system | | | | | 1 | |
DERIVED | <derived3> | ALL | | | | | 59 | |
DERIVED | | | | | | | | No tables used |
DERIVED | content | ref | album_id_position | album_id_position | 4 | | 59 | Using where |
DERIVED | content_data | eq_ref | PRIMARY,content_type_id | PRIMARY | 4 | nma_xen.content.content_data_id | 1 | |
SELECT content.*
FROM (
SELECT content.*, @row := @row + 1 AS content_num_row
FROM (
SELECT
content.content_id, content.title, content.description, content.content_privacy,
content.content_state, content.user_id, content.collection_id, content.likes, content.like_users,
content.album_id, content.position, content.comment_count, content.view_count
,
content_data.*
FROM `sonnb_xengallery_content` AS content
INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
(content.content_data_id = content_data.content_data_id)
WHERE (content.album_id = 131) AND (content.content_state IN ('visible','moderated'))
ORDER BY content.position ASC
) AS content
CROSS JOIN (SELECT @row := 0) AS r
) AS content
WHERE content.content_num_row <= 45
ORDER BY content.content_num_row DESC
LIMIT 16
Run Time: 0.002599
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
PRIMARY | <derived2> | ALL | | | | | 59 | Using where; Using filesort |
DERIVED | <derived4> | system | | | | | 1 | |
DERIVED | <derived3> | ALL | | | | | 59 | |
DERIVED | | | | | | | | No tables used |
DERIVED | content | ref | album_id_position | album_id_position | 4 | | 59 | Using where |
DERIVED | content_data | eq_ref | PRIMARY,content_type_id | PRIMARY | 4 | nma_xen.content.content_data_id | 1 | |
SELECT content.*
FROM (
SELECT content.*, @row := @row + 1 AS content_num_row
FROM (
SELECT
content.content_id, content.title, content.description, content.content_privacy,
content.content_state, content.user_id, content.collection_id, content.likes, content.like_users,
content.album_id, content.position, content.comment_count, content.view_count
,
content_data.*
FROM `sonnb_xengallery_content` AS content
INNER JOIN `sonnb_xengallery_content_data` AS content_data ON
(content.content_data_id = content_data.content_data_id)
WHERE (content.album_id = 131) AND (content.content_state IN ('visible','moderated'))
ORDER BY content.position ASC
) AS content
CROSS JOIN (SELECT @row := 0) AS r
) AS content
WHERE content.content_num_row > 45
ORDER BY content.content_num_row ASC
LIMIT 16
Run Time: 0.002378
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
PRIMARY | <derived2> | ALL | | | | | 59 | Using where; Using filesort |
DERIVED | <derived4> | system | | | | | 1 | |
DERIVED | <derived3> | ALL | | | | | 59 | |
DERIVED | | | | | | | | No tables used |
DERIVED | content | ref | album_id_position | album_id_position | 4 | | 59 | Using where |
DERIVED | content_data | eq_ref | PRIMARY,content_type_id | PRIMARY | 4 | nma_xen.content.content_data_id | 1 | |
SELECT comment.*
,
0 AS like_date,
IF(user.username IS NULL, comment.username, user.username) AS username, user.avatar_date, user.gravatar
FROM `sonnb_xengallery_comment` AS comment
LEFT JOIN `xf_user` AS user ON
(user.user_id = comment.user_id)
WHERE (comment.content_type = 'photo') AND (comment.content_id = 3930) AND (comment.comment_state IN ('visible'))
ORDER BY comment.comment_date DESC
LIMIT 5
Run Time: 0.000410
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | comment | ref | content_type_id_date,content_type_id,comment_date | content_type_id_date | 5 | const,const | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | nma_xen.comment.user_id | 1 | |
INSERT DELAYED INTO sonnb_xengallery_content_view
(content_id)
VALUES
(?)
Params: 3930
Run Time: 0.000126
SELECT category.*
FROM `sonnb_xengallery_category` AS category
WHERE 1=1
ORDER BY category.lft ASC, category.display_order ASC
Run Time: 0.000272
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | category | ALL | | | | | 137 | Using filesort |
SELECT field.*
FROM `sonnb_xengallery_field` AS field
WHERE 1=1
ORDER BY field.display_order ASC
Run Time: 0.000207
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | field | ALL | | | | | 1 | Using filesort |
SELECT category.*
FROM `sonnb_xengallery_category` AS category
WHERE 1=1
ORDER BY category.lft ASC, category.display_order ASC
Run Time: 0.000211
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | category | ALL | | | | | 137 | Using filesort |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: f7cf45aaea499ee97ef07f056f7df37d, , 1656948847
Run Time: 0.000235
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, , , sonnb_XenGallery_ControllerPublic_XenGallery_Photo, Index, valid, content_id=3930, 1656945247,
Run Time: 0.000144
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', 'sonnb_xengallery_bbcode_photo', 'sonnb_xengallery_bbcode_video', 'sonnb_xengallery_bbcode_album', 'sonnb_xengallery_option_copyright', 'sonnbXG_copyright', 'sonnb_xengallery_photo_view', 'sonnb_xengallery_navbar_template', 'resources_tab_links', 'EWRporta2_Navtabs', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'sonnb_xengallery_nav_visitor', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 4, 1
Run Time: 0.000954
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 31 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('sonnbXG_copyright', 'sonnb_xengallery_copyright')
AND style_id = ?
AND language_id = ?
Params: 4, 1
Run Time: 0.000128
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 2 | Using where |