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.000515
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: 71710ce60544988489fd73a3b8750ccb, 1752888305
Run Time: 0.000174
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.000123
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: 1571612400, 1572307199, 1571612400, 1572307199, 1571612400, 1572307199
Run Time: 0.000731
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: 1571612400, 1572307199, 1571612400, 1572307199, 1571612400, 1572307199
Run Time: 0.001089
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, 1721352305
Run Time: 0.011455
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 1 | const | 1600 | 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, 21, 1721352305
Run Time: 0.001572
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 56 | 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, 22, 1721352305
Run Time: 0.002537
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 38 | 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, 23, 1721352305
Run Time: 0.001970
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 51 | 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, 24, 1721352305
Run Time: 0.001589
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 66 | 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, 25, 1721352305
Run Time: 0.001060
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 52 | 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, 26, 1721352305
Run Time: 0.001075
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 43 | 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, 27, 1721352305
Run Time: 0.001140
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 33 | 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.000509
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.000428
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.000504
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.000408
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.000538
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.000421
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.000165
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 = '71710ce60544988489fd73a3b8750ccb')
Params: 1752891905
Run Time: 0.000135
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=43.2019, 1752888305,
Run Time: 0.000170
SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
Run Time: 0.000189
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.000524
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.000262
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 2 | Using index condition |