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.000670
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using index condition |
SELECT session_data
FROM xf_session
WHERE session_id = ?
AND expiry_date >= ?
Params: c99d27a07b8775a720024c919b4123bd, 1752330596
Run Time: 0.000184
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_session | const | PRIMARY,expiry_date | PRIMARY | 34 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000156
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT EWRatendo_events.*, xf_user.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
FROM EWRatendo_events
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
WHERE ((EWRatendo_events.event_strtime >= ? AND EWRatendo_events.event_strtime <= ?)
OR (EWRatendo_events.event_endtime >= ? AND EWRatendo_events.event_endtime <= ?)
OR (EWRatendo_events.event_strtime <= ? AND EWRatendo_events.event_endtime >= ?))
AND EWRatendo_events.event_state = 'visible'
ORDER BY EWRatendo_events.event_strtime
Params: 1571007600, 1571698799, 1571007600, 1571698799, 1571007600, 1571698799
Run Time: 0.001039
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 89 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_events.user_id | 1 | Using where |
SELECT EWRatendo_events.*, xf_user.*, EWRatendo_recurs.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
FROM EWRatendo_recurs
INNER JOIN EWRatendo_events ON (EWRatendo_events.event_id = EWRatendo_recurs.event_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
WHERE ((EWRatendo_recurs.event_strtime >= ? AND EWRatendo_recurs.event_strtime <= ?)
OR (EWRatendo_recurs.event_endtime >= ? AND EWRatendo_recurs.event_endtime <= ?)
OR (EWRatendo_recurs.event_strtime <= ? AND EWRatendo_recurs.event_endtime >= ?))
AND EWRatendo_events.event_state = 'visible'
ORDER BY EWRatendo_recurs.event_strtime
Params: 1571007600, 1571698799, 1571007600, 1571698799, 1571007600, 1571698799
Run Time: 0.000451
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_recurs | ALL | event_id | | | | 2 | Using where; Using filesort |
SIMPLE | EWRatendo_events | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_events.user_id | 1 | Using where |
SELECT COUNT(*) AS count, xf_user_profile.dob_day
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_option.show_dob_date != '0'
AND xf_user.is_banned = '0'
AND xf_user.last_activity > ?
GROUP BY xf_user_profile.dob_day
Params: 10, 1720794596
Run Time: 0.011037
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 1 | const | 1598 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY,last_activity | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
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: 10, 14, 1720794596
Run Time: 0.001435
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 39 | Using where; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY,last_activity | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
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: 10, 15, 1720794596
Run Time: 0.001308
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 57 | Using where; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY,last_activity | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
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: 10, 16, 1720794596
Run Time: 0.001463
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 54 | Using where; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY,last_activity | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
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: 10, 17, 1720794596
Run Time: 0.001354
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 41 | Using where; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY,last_activity | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
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: 10, 18, 1720794596
Run Time: 0.001219
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 67 | Using where; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY,last_activity | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
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: 10, 19, 1720794596
Run Time: 0.001246
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 63 | Using where; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY,last_activity | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
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: 10, 20, 1720794596
Run Time: 0.001208
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 63 | Using where; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY,last_activity | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.xf_user_profile.user_id | 1 | Using where |
SELECT EWRatendo_events.*, xf_user.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
FROM EWRatendo_events
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
WHERE ((EWRatendo_events.event_strtime >= ? AND EWRatendo_events.event_strtime <= ?)
OR (EWRatendo_events.event_endtime >= ? AND EWRatendo_events.event_endtime <= ?)
OR (EWRatendo_events.event_strtime <= ? AND EWRatendo_events.event_endtime >= ?))
AND EWRatendo_events.event_state = 'visible'
ORDER BY EWRatendo_events.event_strtime
Params: 1567292400, 1569970799, 1567292400, 1569970799, 1567292400, 1569970799
Run Time: 0.000539
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 89 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_events.user_id | 1 | Using where |
SELECT EWRatendo_events.*, xf_user.*, EWRatendo_recurs.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
FROM EWRatendo_recurs
INNER JOIN EWRatendo_events ON (EWRatendo_events.event_id = EWRatendo_recurs.event_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
WHERE ((EWRatendo_recurs.event_strtime >= ? AND EWRatendo_recurs.event_strtime <= ?)
OR (EWRatendo_recurs.event_endtime >= ? AND EWRatendo_recurs.event_endtime <= ?)
OR (EWRatendo_recurs.event_strtime <= ? AND EWRatendo_recurs.event_endtime >= ?))
AND EWRatendo_events.event_state = 'visible'
ORDER BY EWRatendo_recurs.event_strtime
Params: 1567292400, 1569970799, 1567292400, 1569970799, 1567292400, 1569970799
Run Time: 0.000413
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_recurs | ALL | event_id | | | | 2 | Using where; Using filesort |
SIMPLE | EWRatendo_events | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_events.user_id | 1 | Using where |
SELECT EWRatendo_events.*, xf_user.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
FROM EWRatendo_events
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
WHERE ((EWRatendo_events.event_strtime >= ? AND EWRatendo_events.event_strtime <= ?)
OR (EWRatendo_events.event_endtime >= ? AND EWRatendo_events.event_endtime <= ?)
OR (EWRatendo_events.event_strtime <= ? AND EWRatendo_events.event_endtime >= ?))
AND EWRatendo_events.event_state = 'visible'
ORDER BY EWRatendo_events.event_strtime
Params: 1569884400, 1572652799, 1569884400, 1572652799, 1569884400, 1572652799
Run Time: 0.000541
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 89 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_events.user_id | 1 | Using where |
SELECT EWRatendo_events.*, xf_user.*, EWRatendo_recurs.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
FROM EWRatendo_recurs
INNER JOIN EWRatendo_events ON (EWRatendo_events.event_id = EWRatendo_recurs.event_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
WHERE ((EWRatendo_recurs.event_strtime >= ? AND EWRatendo_recurs.event_strtime <= ?)
OR (EWRatendo_recurs.event_endtime >= ? AND EWRatendo_recurs.event_endtime <= ?)
OR (EWRatendo_recurs.event_strtime <= ? AND EWRatendo_recurs.event_endtime >= ?))
AND EWRatendo_events.event_state = 'visible'
ORDER BY EWRatendo_recurs.event_strtime
Params: 1569884400, 1572652799, 1569884400, 1572652799, 1569884400, 1572652799
Run Time: 0.000413
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_recurs | ALL | event_id | | | | 2 | Using where; Using filesort |
SIMPLE | EWRatendo_events | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_events.user_id | 1 | Using where |
SELECT EWRatendo_events.*, xf_user.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
FROM EWRatendo_events
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
WHERE ((EWRatendo_events.event_strtime >= ? AND EWRatendo_events.event_strtime <= ?)
OR (EWRatendo_events.event_endtime >= ? AND EWRatendo_events.event_endtime <= ?)
OR (EWRatendo_events.event_strtime <= ? AND EWRatendo_events.event_endtime >= ?))
AND EWRatendo_events.event_state = 'visible'
ORDER BY EWRatendo_events.event_strtime
Params: 1572566400, 1575244799, 1572566400, 1575244799, 1572566400, 1575244799
Run Time: 0.000482
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 89 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_events.user_id | 1 | Using where |
SELECT EWRatendo_events.*, xf_user.*, EWRatendo_recurs.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
FROM EWRatendo_recurs
INNER JOIN EWRatendo_events ON (EWRatendo_events.event_id = EWRatendo_recurs.event_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
WHERE ((EWRatendo_recurs.event_strtime >= ? AND EWRatendo_recurs.event_strtime <= ?)
OR (EWRatendo_recurs.event_endtime >= ? AND EWRatendo_recurs.event_endtime <= ?)
OR (EWRatendo_recurs.event_strtime <= ? AND EWRatendo_recurs.event_endtime >= ?))
AND EWRatendo_events.event_state = 'visible'
ORDER BY EWRatendo_recurs.event_strtime
Params: 1572566400, 1575244799, 1572566400, 1575244799, 1572566400, 1575244799
Run Time: 0.000452
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_recurs | ALL | event_id | | | | 2 | Using where; Using filesort |
SIMPLE | EWRatendo_events | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thelatebayv2_.EWRatendo_events.user_id | 1 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('week')
Params: 1
Run Time: 0.000182
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
UPDATE `xf_session` SET `expiry_date` = ? WHERE (session_id = 'c99d27a07b8775a720024c919b4123bd')
Params: 1752334196
Run Time: 0.000122
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, , , EWRatendo_ControllerPublic_Events_Weekly, Index, valid, date_select=42.2019, 1752330596,
Run Time: 0.000133
SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
Run Time: 0.000145
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | page_slug | page_slug | 302 | const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'EWRatendo_Weekly', 'EWRatendo_Navtabs', 'EWRcarta_Navtabs', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 1
Run Time: 0.000362
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 5 | Using index condition |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('events', 'wiki')
Params: 1
Run Time: 0.000170
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 2 | Using index condition |