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.003316
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.000619
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_user
LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
WHERE xf_user_profile.dob_month = ?
AND xf_user_profile.dob_day = ?
AND xf_user_option.show_dob_date != '0'
AND xf_user.is_banned = '0'
AND xf_user.last_activity > ?
ORDER BY xf_user.username
Params: 09, 07, 1735595463
Run Time: 0.001097
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user | range | PRIMARY,last_activity | last_activity | 4 | | 1 | Using index condition; Using where; Using filesort |
SIMPLE | xf_user_profile | eq_ref | PRIMARY,dob | PRIMARY | 4 | hsvgtsr.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | hsvgtsr.xf_user.user_id | 1 | Using where |
SELECT EWRatendo2_occurs.*, EWRatendo2_events.*, xf_user.*,
GROUP_CONCAT(EWRatendo2_keylinks.keyword_id) AS keywords,
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 EWRatendo2_keylinks ON (EWRatendo2_keylinks.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 <= ?)
OR (EWRatendo2_occurs.occur_end >= ? AND EWRatendo2_occurs.occur_end <= ?)
OR (EWRatendo2_occurs.occur_start < ? AND EWRatendo2_occurs.occur_end > ?)
)
GROUP BY EWRatendo2_occurs.occur_id
ORDER BY EWRatendo2_occurs.occur_start ASC
Params: 1662472800, 1662559200, 1662472800, 1662559200, 1662472800, 1662559200
Run Time: 0.001099
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo2_occurs | index | PRIMARY,event_id | PRIMARY | 4 | | 3 | Using where; Using temporary; Using filesort |
SIMPLE | EWRatendo2_events | eq_ref | PRIMARY | PRIMARY | 4 | hsvgtsr.EWRatendo2_occurs.event_id | 1 | Using where |
SIMPLE | EWRatendo2_keylinks | ref | event_keyword | event_keyword | 4 | hsvgtsr.EWRatendo2_occurs.event_id | 1 | Using index |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | hsvgtsr.EWRatendo2_events.user_id | 1 | |
SELECT EWRatendo2_occurs.*, EWRatendo2_events.*, xf_user.*,
GROUP_CONCAT(EWRatendo2_keywords.keyword_title) AS keywords,
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 EWRatendo2_keylinks ON (EWRatendo2_keylinks.event_id = EWRatendo2_occurs.event_id)
LEFT JOIN EWRatendo2_keywords ON (EWRatendo2_keywords.keyword_id = EWRatendo2_keylinks.keyword_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo2_events.user_id)
WHERE EWRatendo2_occurs.occur_end >= ?
AND EWRatendo2_events.event_state = 'visible'
AND EWRatendo2_events.event_featured = 1
GROUP BY EWRatendo2_events.event_id
ORDER BY EWRatendo2_occurs.occur_start ASC
LIMIT ?
Params: 1751320263, 3
Run Time: 0.001075
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo2_occurs | ALL | event_id | | | | 3 | Using where; Using temporary; Using filesort |
SIMPLE | EWRatendo2_events | eq_ref | PRIMARY,thread_id | PRIMARY | 4 | hsvgtsr.EWRatendo2_occurs.event_id | 1 | Using where |
SIMPLE | EWRatendo2_keylinks | ref | event_keyword | event_keyword | 4 | hsvgtsr.EWRatendo2_occurs.event_id | 1 | Using index |
SIMPLE | EWRatendo2_keywords | eq_ref | PRIMARY | PRIMARY | 4 | hsvgtsr.EWRatendo2_keylinks.keyword_id | 1 | |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | hsvgtsr.EWRatendo2_events.user_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 98de7c297347c30625f5534dc2c6feea, , 1751323863
Run Time: 0.000381
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, , , EWRatendo2_ControllerPublic_Calendar_Day, Day, valid, string_id=2022.250&action_id=250, 1751320263,
Run Time: 0.000281
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'xengallery_bb_code_tag_gallery', 'EWRatendo2_Day', 'xengallery_tab_links', 'EWRatendo2_Navtabs', 'EWRporta2_Navtabs', 'xengallery_comments_block', 'xengallery_media_block_items', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 3, 1
Run Time: 0.001663
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 ('atendo2_calendar')
Params: 1
Run Time: 0.000481
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |