SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'cron', 'simpleCache', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.000684
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 77 | | 20 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000102
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'
AND EWRatendo_events.event_247 = 0
ORDER BY EWRatendo_events.event_strtime
Params: 1614574800, 1615265999, 1614574800, 1615265999, 1614574800, 1615265999
Run Time: 0.000835
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 31 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.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: 1614574800, 1615265999, 1614574800, 1615265999, 1614574800, 1615265999
Run Time: 0.000636
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_recurs | ALL | event_id | | | | 1 | Using where; Using filesort |
SIMPLE | EWRatendo_events | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.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: 3, 1583293825
Run Time: 0.000370
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 temporary; Using filesort |
SIMPLE | xf_user_profile | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.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: 3, 1, 1583293825
Run Time: 0.000613
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 | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.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: 3, 2, 1583293825
Run Time: 0.000696
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 | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.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: 3, 3, 1583293825
Run Time: 0.000585
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 | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.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: 3, 4, 1583293825
Run Time: 0.000527
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 | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.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: 3, 5, 1583293825
Run Time: 0.000607
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 | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.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: 3, 6, 1583293825
Run Time: 0.000564
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 | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.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: 3, 7, 1583293825
Run Time: 0.000576
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 | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.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'
AND EWRatendo_events.event_247 = 0
ORDER BY EWRatendo_events.event_strtime
Params: 1612155600, 1614661199, 1612155600, 1614661199, 1612155600, 1614661199
Run Time: 0.000589
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 31 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.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: 1612155600, 1614661199, 1612155600, 1614661199, 1612155600, 1614661199
Run Time: 0.000572
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_recurs | ALL | event_id | | | | 1 | Using where; Using filesort |
SIMPLE | EWRatendo_events | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.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'
AND EWRatendo_events.event_247 = 0
ORDER BY EWRatendo_events.event_strtime
Params: 1614574800, 1617335999, 1614574800, 1617335999, 1614574800, 1617335999
Run Time: 0.000589
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 31 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.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: 1614574800, 1617335999, 1614574800, 1617335999, 1614574800, 1617335999
Run Time: 0.000592
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_recurs | ALL | event_id | | | | 1 | Using where; Using filesort |
SIMPLE | EWRatendo_events | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.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'
AND EWRatendo_events.event_247 = 0
ORDER BY EWRatendo_events.event_strtime
Params: 1617249600, 1619927999, 1617249600, 1619927999, 1617249600, 1619927999
Run Time: 0.000591
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 31 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.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: 1617249600, 1619927999, 1617249600, 1619927999, 1617249600, 1619927999
Run Time: 0.000574
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_recurs | ALL | event_id | | | | 1 | Using where; Using filesort |
SIMPLE | EWRatendo_events | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.EWRatendo_events.user_id | 1 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('xf_unknown_renderer', 'week')
Params: 1
Run Time: 0.000202
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 231 | | 2 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 09cbdd4787f3fc94f557178808796360, a:5:{s:12:"sessionStart";i:1614829825;s:2:"ip";i:65888576;s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1614833425
Run Time: 0.000197
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date)
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)
Params: 0, 65888576, 65888576, EWRatendo_ControllerPublic_Events_Weekly, Index, valid, date_select=, 1614829825
Run Time: 0.000108
SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
Run Time: 0.000070
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', 'bdtagme_tag', 'EWRatendo_Weekly', 'EWRporta_Navtabs', 'EWRatendo_Navtabs', 'EWRcarta_Navtabs', 'bdtagme_PAGE_CONTAINER', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 1
Run Time: 0.000462
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 160 | | 8 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('home', 'events', 'wiki')
Params: 1
Run Time: 0.000067
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 231 | | 3 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('top_users')
Params: 1
Run Time: 0.000101
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 231 | const,const | 1 | |