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.038027
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.002713
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.014586
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 EWRmedio_playlists
WHERE EWRmedio_playlists.playlist_state = 'public'
AND EWRmedio_playlists.playlist_media <> '' AND EWRmedio_playlists.playlist_state = 'public'
Run Time: 0.019718
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRmedio_playlists | ALL | | | | | 1 | Using where |
SELECT EWRmedio_playlists.*, xf_user.*,
ROUND((EWRmedio_playlists.playlist_likes * ?) + (EWRmedio_playlists.playlist_views * ?)) AS popular_score,
ROUND(((EWRmedio_playlists.playlist_likes * ?) + (EWRmedio_playlists.playlist_views * ?)) / CEIL((? - EWRmedio_playlists.playlist_update) / ?), 2) AS trending_score
FROM EWRmedio_playlists
LEFT JOIN xf_user ON (xf_user.user_id = EWRmedio_playlists.user_id)
WHERE EWRmedio_playlists.playlist_state = 'public'
AND EWRmedio_playlists.playlist_media <> '' AND EWRmedio_playlists.playlist_state = 'public'
ORDER BY EWRmedio_playlists.playlist_update DESC, EWRmedio_playlists.playlist_update DESC, EWRmedio_playlists.playlist_id DESC
LIMIT ?, ?
Params: 100, 1, 100, 1, 1702287876, 604800, 0, 20
Run Time: 0.015900
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRmedio_playlists | ALL | | | | | 1 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | xen.EWRmedio_playlists.user_id | 1 | |
SELECT EWRmedio_categories.*, COUNT(EWRmedio_media.media_id) AS count
FROM EWRmedio_categories
LEFT JOIN EWRmedio_media ON (EWRmedio_media.category_id = EWRmedio_categories.category_id)
GROUP BY EWRmedio_categories.category_id
ORDER BY category_order, category_name ASC
Run Time: 0.001183
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRmedio_categories | index | PRIMARY,category_parent | PRIMARY | 4 | | 4 | Using temporary; Using filesort |
SIMPLE | EWRmedio_media | ref | category_id | category_id | 4 | xen.EWRmedio_categories.category_id | 83 | Using index |
SELECT COUNT(EWRmedio_media.media_id) AS count, xf_user.*
FROM EWRmedio_media
LEFT JOIN xf_user ON (xf_user.user_id = EWRmedio_media.user_id)
WHERE NOT ISNULL(xf_user.user_id)
GROUP BY EWRmedio_media.user_id
ORDER BY count DESC
LIMIT ?
Params: 10
Run Time: 0.002103
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRmedio_media | index | user_id | user_id | 4 | | 332 | Using where; Using index; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | xen.EWRmedio_media.user_id | 1 | |
SELECT COUNT(*) AS count, EWRmedio_keywords.*
FROM EWRmedio_keylinks
LEFT JOIN EWRmedio_keywords ON (EWRmedio_keywords.keyword_id = EWRmedio_keylinks.keyword_id)
GROUP BY EWRmedio_keywords.keyword_id
ORDER BY count DESC
LIMIT ?
Params: 0
Run Time: 0.000417
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Zero limit |
SELECT COUNT(*) AS media, SUM(media_comments) AS comments, SUM(media_likes) AS likes, SUM(media_views) AS views
FROM EWRmedio_media
Run Time: 0.000774
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRmedio_media | ALL | | | | | 332 | |
SELECT COUNT(*) AS playlists, SUM(playlist_likes) AS likes, SUM(playlist_views) AS views
FROM EWRmedio_playlists
Run Time: 0.000350
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRmedio_playlists | ALL | | | | | 1 | |
SELECT COUNT(*) AS total
FROM EWRmedio_categories
Run Time: 0.000345
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRmedio_categories | index | | category_parent | 4 | | 4 | Using index |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 8ad85e1c0e58ef9fd36e73655a1e9add, , 1702291476
Run Time: 0.000503
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, , , EWRmedio_ControllerPublic_Media, Playlists, valid, , 1702287876,
Run Time: 0.000349
SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
Run Time: 0.000441
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.001439
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.000482
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 2 | Using where |