SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000302
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: 1512374400, 1513065599, 1512374400, 1513065599, 1512374400, 1513065599
Run Time: 0.000899
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 34 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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: 1512374400, 1513065599, 1512374400, 1513065599, 1512374400, 1513065599
Run Time: 0.000684
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 | bar_production.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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: 12, 1492877290
Run Time: 0.002303
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 1 | const | 494 | Using where; Using index |
SIMPLE | xf_user | eq_ref | PRIMARY,last_activity | PRIMARY | 4 | bar_production.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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: 1509519600, 1512201599, 1509519600, 1512201599, 1509519600, 1512201599
Run Time: 0.000662
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 34 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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: 1509519600, 1512201599, 1509519600, 1512201599, 1509519600, 1512201599
Run Time: 0.000644
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 | bar_production.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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: 1512115200, 1514879999, 1512115200, 1514879999, 1512115200, 1514879999
Run Time: 0.000679
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 34 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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: 1512115200, 1514879999, 1512115200, 1514879999, 1512115200, 1514879999
Run Time: 0.000632
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 | bar_production.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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: 1514793600, 1517558399, 1514793600, 1517558399, 1514793600, 1517558399
Run Time: 0.000656
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 34 | Using where; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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: 1514793600, 1517558399, 1514793600, 1517558399, 1514793600, 1517558399
Run Time: 0.000577
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 | bar_production.EWRatendo_recurs.event_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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.000229
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 3e78bbe04addede6dadae085a0e98e0a, a:8:{s:12:"sessionStart";i:1524413290;s:2:"ip";s:4:"6Pgx";s:11:"sessionCsrf";s:16:"Jg_ADUexWHyvf0Fq";s:9:"userAgent";s:39:"CCBot/2.0 (http://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";a:2:{s:6:"result";b:0;s:7:"version";i:1520288747;}s:15:"isIpDiscouraged";a:2:{s:6:"result";b:0;s:7:"version";i:1515096263;}}, 1524416890
Run Time: 0.000270
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, 6Pgx, 6Pgx, EWRatendo_ControllerPublic_Events_Weekly, Index, valid, date_select=49.2017, 1524413290,
Run Time: 0.000166
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'EWRatendo_Weekly', 'EWRporta2_Navtabs', 'EWRatendo_Navtabs', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 12, 1
Run Time: 0.000538
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 5 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('events')
Params: 1
Run Time: 0.000218
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |