SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000304
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: 1515398400, 1516089599, 1515398400, 1516089599, 1515398400, 1516089599
Run Time: 0.004248
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: 1515398400, 1516089599, 1515398400, 1516089599, 1515398400, 1516089599
Run Time: 0.000749
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: 1, 1492734145
Run Time: 0.004288
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user | range | PRIMARY,last_activity | last_activity | 4 | | 705 | Using index condition; Using where; Using temporary; Using filesort |
SIMPLE | xf_user_profile | eq_ref | PRIMARY,dob | PRIMARY | 4 | bar_production.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | bar_production.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'
ORDER BY EWRatendo_events.event_strtime
Params: 1512115200, 1514879999, 1512115200, 1514879999, 1512115200, 1514879999
Run Time: 0.000750
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.000605
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.000981
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.000926
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: 1517472000, 1519977599, 1517472000, 1519977599, 1517472000, 1519977599
Run Time: 0.000976
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: 1517472000, 1519977599, 1517472000, 1519977599, 1517472000, 1519977599
Run Time: 0.000909
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.000272
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: cd76ca9bf9c2a06cfeeef78f8024b282, , 1524273745
Run Time: 0.000321
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=2.2018, 1524270145,
Run Time: 0.000228
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.000775
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.000373
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |