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.000357
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.000179
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_tag
WHERE tag_url = ?
Params: start
Run Time: 0.000668
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_tag | const | tag_url | tag_url | 302 | const | 1 | |
SELECT *
FROM xf_tag_result_cache
WHERE tag_id = ?
AND user_id = ?
AND expiry_date > ?
Params: 2030, 0, 1653799795
Run Time: 0.000304
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_tag_result_cache | const | tag_id_user_id,expiration_date | tag_id_user_id | 8 | const,const | 1 | |
SELECT tag_content_id, content_type, content_id
FROM xf_tag_content
WHERE tag_id = ?
AND visible = 1
ORDER BY content_date DESC
LIMIT 200
Params: 2030
Run Time: 0.003455
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_tag_content | ref | tag_id_content_date | tag_id_content_date | 4 | const | 168 | Using where |
SELECT category_id
FROM xengallery_category_map
WHERE view_user_group_id IN (1)
Run Time: 0.000096
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xengallery_category_map | index | | PRIMARY | 8 | | 575 | Using where; Using index |
SELECT media.*
,
album.*, albumviewperm.*,
category.*,
user.*, user_profile.*, IF(user.username IS NULL, media.username, user.username) AS username,
attachment.attachment_id, attachment.data_id, attachment.attach_date,data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xengallery_media AS media
LEFT JOIN xengallery_album AS album ON
(album.album_id = media.album_id)
LEFT JOIN xengallery_album_permission as albumviewperm ON
(album.album_id = albumviewperm.album_id AND albumviewperm.permission = 'view')
LEFT JOIN xengallery_category AS category ON
(category.category_id = media.category_id)
LEFT JOIN xf_user AS user ON
(user.user_id = media.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = media.user_id)
LEFT JOIN xf_attachment AS attachment ON
(attachment.content_type = 'xengallery_media' AND attachment.attachment_id = media.attachment_id)
LEFT JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE (
media.media_privacy = 'public'
OR IF(media.category_id > 0, media.category_id IN (1, 2, 500, 501, 502, 504, 505, 506, 507, 508, 509, 510, 511, 512, 515, 516, 519, 522, 523, 525, 529, 530, 533, 546, 548, 549, 550, 551, 552, 553, 554, 556, 565, 567, 569, 573, 583, 590, 592, 593, 600, 608, 611, 616, 620, 668), NULL)) AND (media.media_id IN (31852, 29098, 29097, 29070, 29069, 28852, 28851, 28850, 28849, 27625, 27612, 27611, 27610, 27609, 27503, 27502, 27500, 27499, 27498, 27497, 27496, 27495, 27494, 27493, 27492, 27491, 27429, 27428, 27427, 27393, 27392, 27391, 27390, 27389, 26850, 26741, 26740, 26739, 26738, 26166, 26164, 26163, 26104, 25988, 25767, 25766, 25765, 24995, 24994, 24993, 24655, 24489, 24002, 23924, 23923, 23922, 23856, 23840, 23471, 23419, 23298, 23200, 23022, 22951, 22848, 22793, 22792, 22387, 22306, 22105, 22076, 21950, 21814, 21653, 21652, 21617, 21616, 21542, 21538, 21517, 21476, 21431, 21334, 21190, 21081, 21011, 21005, 20940, 20939, 20938, 20810, 20799, 20786, 20785, 20628, 20527, 20473, 20371, 20337, 20335, 20313, 20296, 20186, 20113, 19994, 19862, 19861, 19822, 19820, 19819, 19747, 19741, 19706, 19644, 19643, 19642, 19535, 19338, 19212, 19148, 19044, 18936, 18876, 18789, 18780, 18708, 18593, 18591, 18568, 18292, 18195, 18178, 18100, 17964, 17884, 17432, 17428, 17426, 17331, 17266, 17255, 17254, 17167, 16983, 16977, 16867, 15195, 14841, 14830, 14060, 13533, 12735, 12641, 11448, 11426, 10698, 7582, 5909, 5888, 5540, 4756, 2786, 2390, 2389, 2374, 2373, 2363, 1387)) AND (media.media_state = 'visible') AND (IF(media.album_id > 0, album.album_state = 'visible', 1=1))
Run Time: 0.003895
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | media | range | PRIMARY | PRIMARY | 4 | | 168 | Using where |
SIMPLE | album | eq_ref | PRIMARY | PRIMARY | 4 | xen.media.album_id | 1 | Using where |
SIMPLE | albumviewperm | eq_ref | PRIMARY | PRIMARY | 5 | xen.album.album_id,const | 1 | |
SIMPLE | category | eq_ref | PRIMARY | PRIMARY | 4 | xen.media.category_id | 1 | |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | xen.media.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | xen.media.user_id | 1 | |
SIMPLE | attachment | eq_ref | PRIMARY,content_type_id_date | PRIMARY | 4 | xen.media.attachment_id | 1 | |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | xen.attachment.data_id | 1 | |
INSERT INTO xf_tag_result_cache
(tag_id, user_id, cache_date, expiry_date, results)
VALUES
(?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
cache_date = VALUES(cache_date),
expiry_date = VALUES(expiry_date),
results = VALUES(results)
Params: 2030, 0, 1653799795, 1653803395, [["xengallery_media",31852],["xengallery_media",29098],["xengallery_media",29097],["xengallery_media",29070],["xengallery_media",29069],["xengallery_media",28852],["xengallery_media",28851],["xengallery_media",28850],["xengallery_media",28849],["xengallery_media",27625],["xengallery_media",27612],["xengallery_media",27611],["xengallery_media",27610],["xengallery_media",27609],["xengallery_media",27503],["xengallery_media",27502],["xengallery_media",27500],["xengallery_media",27499],["xengallery_media",27498],["xengallery_media",27497],["xengallery_media",27496],["xengallery_media",27495],["xengallery_media",27494],["xengallery_media",27493],["xengallery_media",27492],["xengallery_media",27491],["xengallery_media",27429],["xengallery_media",27428],["xengallery_media",27427],["xengallery_media",27393],["xengallery_media",27392],["xengallery_media",27391],["xengallery_media",27390],["xengallery_media",27389],["xengallery_media",26850],["xengallery_media",26741],["xengallery_media",26740],["xengallery_media",26739],["xengallery_media",26738],["xengallery_media",26166],["xengallery_media",26164],["xengallery_media",26163],["xengallery_media",26104],["xengallery_media",25988],["xengallery_media",25767],["xengallery_media",25766],["xengallery_media",25765],["xengallery_media",24995],["xengallery_media",24994],["xengallery_media",24993],["xengallery_media",24655],["xengallery_media",24489],["xengallery_media",24002],["xengallery_media",23924],["xengallery_media",23923],["xengallery_media",23922],["xengallery_media",23856],["xengallery_media",23840],["xengallery_media",23471],["xengallery_media",23419],["xengallery_media",23298],["xengallery_media",23200],["xengallery_media",23022],["xengallery_media",22951],["xengallery_media",22848],["xengallery_media",22793],["xengallery_media",22792],["xengallery_media",22387],["xengallery_media",22306],["xengallery_media",22105],["xengallery_media",22076],["xengallery_media",21950],["xengallery_media",21814],["xengallery_media",21653],["xengallery_media",21652],["xengallery_media",21617],["xengallery_media",21616],["xengallery_media",21542],["xengallery_media",21538],["xengallery_media",21517],["xengallery_media",21476],["xengallery_media",21431],["xengallery_media",21334],["xengallery_media",21190],["xengallery_media",21081],["xengallery_media",21011],["xengallery_media",21005],["xengallery_media",20940],["xengallery_media",20939],["xengallery_media",20938],["xengallery_media",20810],["xengallery_media",20799],["xengallery_media",20786],["xengallery_media",20785],["xengallery_media",20628],["xengallery_media",20527],["xengallery_media",20473],["xengallery_media",20371],["xengallery_media",20337],["xengallery_media",20335],["xengallery_media",20313],["xengallery_media",20296],["xengallery_media",20186],["xengallery_media",20113],["xengallery_media",19994],["xengallery_media",19862],["xengallery_media",19861],["xengallery_media",19822],["xengallery_media",19820],["xengallery_media",19819],["xengallery_media",19747],["xengallery_media",19741],["xengallery_media",19706],["xengallery_media",19644],["xengallery_media",19643],["xengallery_media",19642],["xengallery_media",19535],["xengallery_media",19338],["xengallery_media",19212],["xengallery_media",19148],["xengallery_media",19044],["xengallery_media",18936],["xengallery_media",18876],["xengallery_media",18789],["xengallery_media",18780],["xengallery_media",18708],["xengallery_media",18593],["xengallery_media",18591],["xengallery_media",18568],["xengallery_media",18292],["xengallery_media",18195],["xengallery_media",18178],["xengallery_media",18100],["xengallery_media",17964],["xengallery_media",17884],["xengallery_media",17432],["xengallery_media",17428],["xengallery_media",17426],["xengallery_media",17331],["xengallery_media",17266],["xengallery_media",17255],["xengallery_media",17254],["xengallery_media",17167],["xengallery_media",16983],["xengallery_media",16977],["xengallery_media",16867],["xengallery_media",15195],["xengallery_media",14841],["xengallery_media",14830],["xengallery_media",14060],["xengallery_media",13533],["xengallery_media",12735],["xengallery_media",12641],["xengallery_media",11448],["xengallery_media",11426],["xengallery_media",10698],["xengallery_media",7582],["xengallery_media",5909],["xengallery_media",5888],["xengallery_media",5540],["xengallery_media",4756],["xengallery_media",2786],["xengallery_media",2390],["xengallery_media",2389],["xengallery_media",2374],["xengallery_media",2373],["xengallery_media",2363],["xengallery_media",1387]]
Run Time: 0.001102
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 412b41b9e6acf0e56cfe645a5c99a53e, , 1653803395
Run Time: 0.000228
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_Tag, Tag, valid, tag_url=start, 1653799795,
Run Time: 0.000118
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'xengallery_bb_code_tag_gallery', 'xengallery_search_result_media', 'tag_view', 'EWRporta_Navtabs', 'xengallery_tab_links', 'xengallery_comments_block', 'xengallery_media_block_items', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 1
Run Time: 0.000175
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 9 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('home')
Params: 1
Run Time: 0.000087
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 ('bbcm_js')
AND style_id = ?
AND language_id = ?
Params: 1, 1
Run Time: 0.000122
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |