-
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000291
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_permission_combination |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
-
SELECT EWRtorneo_leagues.*, EWRtorneo_events.event_date AS league_start
FROM EWRtorneo_leagues
LEFT JOIN EWRtorneo_events ON (EWRtorneo_events.league_id = EWRtorneo_leagues.league_id)
WHERE EWRtorneo_leagues.league_id = ?
ORDER BY EWRtorneo_events.event_date
Params: 8
Run Time: 0.000281
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_leagues |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
Using temporary; Using filesort |
SIMPLE |
EWRtorneo_events |
ALL |
|
|
|
|
67 |
Using where |
-
SELECT user.*
FROM xf_user AS user
WHERE user.user_id IN ('47')
ORDER BY user.username
Run Time: 0.000247
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
user |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
-
SELECT COUNT(*) AS total
FROM EWRtorneo_events
WHERE event_state = 'visible'
AND league_id = 8
Run Time: 0.000171
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_events |
ALL |
|
|
|
|
67 |
Using where |
-
SELECT EWRtorneo_events.*, EWRtorneo_leagues.*, EWRtorneo_categories.*, xf_user.*,
IF(xf_user.username IS NULL, EWRtorneo_events.username, xf_user.username) AS username,
CAST(EWRtorneo_events.event_players AS SIGNED) - CAST(EWRtorneo_events.event_claimed AS SIGNED) AS event_unclaimed
FROM EWRtorneo_events
LEFT JOIN EWRtorneo_leagues ON (EWRtorneo_leagues.league_id = EWRtorneo_events.league_id)
LEFT JOIN EWRtorneo_categories ON (EWRtorneo_categories.category_id = EWRtorneo_events.category_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRtorneo_events.user_id)
WHERE EWRtorneo_events.event_state = 'visible'
AND EWRtorneo_leagues.league_id = 8
ORDER BY EWRtorneo_events.event_date DESC, EWRtorneo_events.event_date DESC, EWRtorneo_events.event_name DESC
LIMIT ?, ?
Params: 0, 50
Run Time: 0.000877
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_leagues |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
Using filesort |
SIMPLE |
EWRtorneo_events |
ALL |
|
|
|
|
67 |
Using where |
SIMPLE |
EWRtorneo_categories |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.EWRtorneo_events.category_id |
1 |
|
SIMPLE |
xf_user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.EWRtorneo_events.user_id |
1 |
|
-
SELECT COUNT(*) AS total
FROM EWRtorneo_ranks
WHERE league_id =8
Run Time: 0.000273
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_ranks |
index |
userGame |
userGame |
8 |
|
466 |
Using where; Using index |
-
SELECT COUNT(*) AS total
FROM EWRtorneo_events
WHERE event_state = 'visible'
AND league_id = 8
Run Time: 0.000154
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_events |
ALL |
|
|
|
|
67 |
Using where |
-
SELECT COUNT(*) AS total
FROM EWRtorneo_matches
LEFT JOIN EWRtorneo_events ON (EWRtorneo_events.event_id = EWRtorneo_matches.event_id)
WHERE EWRtorneo_events.event_state = 'visible'
AND EWRtorneo_events.league_id = 8
Run Time: 0.000462
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_events |
ALL |
PRIMARY |
|
|
|
67 |
Using where |
SIMPLE |
EWRtorneo_matches |
ALL |
|
|
|
|
345 |
Using where; Using join buffer (hash join) |
-
SELECT COUNT(*) AS total
FROM EWRtorneo_teams
WHERE league_id = ?
Params: 8
Run Time: 0.000139
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_teams |
ref |
league_id |
league_id |
4 |
const |
9 |
Using index |
-
SELECT EWRtorneo_ranks.*, xf_user.*, EWRtorneo_leagues.*
FROM EWRtorneo_ranks
RIGHT JOIN xf_user ON (xf_user.user_id = EWRtorneo_ranks.user_id)
LEFT JOIN EWRtorneo_leagues ON (EWRtorneo_leagues.league_id = EWRtorneo_ranks.league_id)
WHERE EWRtorneo_ranks.league_id =8
ORDER BY EWRtorneo_ranks.rank_rank ASC
LIMIT ?, ?
Params: 0, 10
Run Time: 0.000864
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_ranks |
ALL |
userGame |
|
|
|
466 |
Using where; Using filesort |
SIMPLE |
EWRtorneo_leagues |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
SIMPLE |
xf_user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.EWRtorneo_ranks.user_id |
1 |
|
-
SELECT EWRtorneo_events.*, EWRtorneo_leagues.*, EWRtorneo_categories.*, xf_user.*,
IF(xf_user.username IS NULL, EWRtorneo_events.username, xf_user.username) AS username,
CAST(EWRtorneo_events.event_players AS SIGNED) - CAST(EWRtorneo_events.event_claimed AS SIGNED) AS event_unclaimed
FROM EWRtorneo_events
LEFT JOIN EWRtorneo_leagues ON (EWRtorneo_leagues.league_id = EWRtorneo_events.league_id)
LEFT JOIN EWRtorneo_categories ON (EWRtorneo_categories.category_id = EWRtorneo_events.category_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRtorneo_events.user_id)
WHERE EWRtorneo_events.event_state = 'visible'
AND EWRtorneo_leagues.league_id = 8
ORDER BY EWRtorneo_events.event_date DESC, EWRtorneo_events.event_date DESC, EWRtorneo_events.event_name DESC
LIMIT ?, ?
Params: 0, 5
Run Time: 0.000721
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_leagues |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
Using filesort |
SIMPLE |
EWRtorneo_events |
ALL |
|
|
|
|
67 |
Using where |
SIMPLE |
EWRtorneo_categories |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.EWRtorneo_events.category_id |
1 |
|
SIMPLE |
xf_user |
eq_ref |
PRIMARY |
PRIMARY |
4 |
fifavnor_xf.EWRtorneo_events.user_id |
1 |
|
-
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 28397348b1d6093120b805b05946cd73, , 1723163150
Run Time: 0.000149
-
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, , , EWRtorneo_ControllerPublic_Rankings_League, LeagueEvents, valid, action_id=8, 1723159550,
Run Time: 0.000091
-
SELECT *
FROM xf_siropu_custom_tabs
WHERE enabled = 1
ORDER BY tab_order ASC
Run Time: 0.000305
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_siropu_custom_tabs |
ALL |
|
|
|
|
15 |
Using where; Using filesort |
-
SELECT COUNT(*) AS total
FROM EWRtorneo_events
WHERE event_state = 'moderated'
OR EWRtorneo_events.event_players = 0
Run Time: 0.000267
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_events |
ALL |
|
|
|
|
67 |
Using where |
-
SELECT COUNT(*) AS total
FROM EWRtorneo_events
WHERE event_state = 'visible' AND event_import != 'matches'
AND (event_service = 'challonge' OR event_service = 'smashgg')
Run Time: 0.000154
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_events |
ALL |
|
|
|
|
67 |
Using where |
-
SELECT COUNT(*) AS total
FROM EWRtorneo_claims
Run Time: 0.000103
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_claims |
index |
|
result_id |
8 |
|
1 |
Using index |
-
SELECT *
FROM EWRtorneo_leagues
WHERE league_active = '1'
AND league_primary = '1'
ORDER BY league_order ASC, league_name ASC
Run Time: 0.000192
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
EWRtorneo_leagues |
ALL |
|
|
|
|
8 |
Using where; Using filesort |
-
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'BRC_sidebar_visitor_panel_stats', 'BRC_navigation_visitor_tabs_end', 'EWRtorneo_LeagueEvents', 'EWRporta2_Navtabs', 'resources_tab_links', 'EWRtorneo_Navtabs', 'siropu_chat', 'siropu_chat_disabled', 'siropu_custom_tabs_child_list', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 29, 2
Run Time: 0.002260
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_template_compiled |
range |
PRIMARY |
PRIMARY |
60 |
|
11 |
Using where |
-
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('BRC_action_login', 'BRC_action_login_description', 'BRC_action_exchange', 'BRC_action_exchange_description', 'BRC_action_transfer', 'BRC_action_transfer_description', 'BRC_action_withdraw', 'BRC_action_withdraw_description', 'BRC_action_steal', 'BRC_action_steal_description', 'BRC_action_paypalPayment', 'BRC_action_paypalPayment_description', 'BRC_action_paypalPaymentRe', 'BRC_action_paypalPaymentRe_description', 'BRC_action_registration', 'BRC_action_registration_description', 'BRC_action_facebookAssociate', 'BRC_action_facebookAssociate_description', 'BRC_action_facebookDisassociate', 'BRC_action_facebookDisassociate_description', 'BRC_action_twitterAssociate', 'BRC_action_twitterAssociate_description', 'BRC_action_twitterDisassociate', 'BRC_action_twitterDisassociate_description', 'BRC_action_googleAssociate', 'BRC_action_googleAssociate_description', 'BRC_action_googleDisassociate', 'BRC_action_googleDisassociate_description', 'BRC_action_birthday', 'BRC_action_birthday_description', 'BRC_action_importVbb', 'BRC_action_importVbb_description', 'BRC_action_interest', 'BRC_action_interest_description', 'BRC_action_updateFullProfile', 'BRC_action_updateFullProfile_description', 'BRC_action_updateFullProfileRe', 'BRC_action_updateFullProfileRe_description', 'BRC_action_uploadAvatar', 'BRC_action_uploadAvatar_description', 'BRC_action_uploadAvatarRe', 'BRC_action_uploadAvatarRe_description', 'BRC_action_updateStatus', 'BRC_action_updateStatus_description', 'BRC_action_follow', 'BRC_action_follow_description', 'BRC_action_followRe', 'BRC_action_followRe_description', 'BRC_action_getFollower', 'BRC_action_getFollower_description', 'BRC_action_getFollowerRe', 'BRC_action_getFollowerRe_description', 'BRC_action_profilePost', 'BRC_action_profilePost_description', 'BRC_action_getProfilePost', 'BRC_action_getProfilePost_description', 'BRC_action_likeProfilePost', 'BRC_action_likeProfilePost_description', 'BRC_action_likeProfilePostRe', 'BRC_action_likeProfilePostRe_description', 'BRC_action_receiveProfilePostLike', 'BRC_action_receiveProfilePostLike_description', 'BRC_action_receiveProfilePostLikeRe', 'BRC_action_receiveProfilePostLikeRe_description', 'BRC_action_createConversation', 'BRC_action_createConversation_description', 'BRC_action_createConversationRe', 'BRC_action_createConversationRe_description', 'BRC_action_receiveConversation', 'BRC_action_receiveConversation_description', 'BRC_action_replyConversation', 'BRC_action_replyConversation_description', 'BRC_action_conversationGetReply', 'BRC_action_conversationGetReply_description', 'BRC_action_trophyReward', 'BRC_action_trophyReward_description', 'BRC_action_dailyReward', 'BRC_action_dailyReward_description', 'BRC_action_salary', 'BRC_action_salary_description', 'BRC_action_createNewThread', 'BRC_action_createNewThread_description', 'BRC_action_threadDeleted', 'BRC_action_threadDeleted_description', 'BRC_action_threadGetReply', 'BRC_action_threadGetReply_description', 'BRC_action_threadViewed', 'BRC_action_threadViewed_description', 'BRC_action_readThread', 'BRC_action_readThread_description', 'BRC_action_watchThread', 'BRC_action_watchThread_description', 'BRC_action_watchThreadRe', 'BRC_action_watchThreadRe_description', 'BRC_action_threadGetWatched', 'BRC_action_threadGetWatched_description', 'BRC_action_threadGetWatchedRe', 'BRC_action_threadGetWatchedRe_description', 'BRC_action_createNewPoll', 'BRC_action_createNewPoll_description', 'BRC_action_votePoll', 'BRC_action_votePoll_description', 'BRC_action_pollGetVote', 'BRC_action_pollGetVote_description', 'BRC_action_threadSticky', 'BRC_action_threadSticky_description', 'BRC_action_threadStickyRe', 'BRC_action_threadStickyRe_description', 'BRC_action_newPost', 'BRC_action_newPost_description', 'BRC_action_postDeleted', 'BRC_action_postDeleted_description', 'BRC_action_uploadAttachment', 'BRC_action_uploadAttachment_description', 'BRC_action_uploadAttachmentRe', 'BRC_action_uploadAttachmentRe_description', 'BRC_action_downloadAttachment', 'BRC_action_downloadAttachment_description', 'BRC_action_attachmentDownloaded', 'BRC_action_attachmentDownloaded_description', 'BRC_action_likePost', 'BRC_action_likePost_description', 'BRC_action_likePostRe', 'BRC_action_likePostRe_description', 'BRC_action_receivePostLike', 'BRC_action_receivePostLike_description', 'BRC_action_receivePostLikeRe', 'BRC_action_receivePostLikeRe_description', 'BRC_action_reportPost', 'BRC_action_reportPost_description', 'BRC_action_postReported', 'BRC_action_postReported_description', 'BRC_action_baokimPayment', 'BRC_action_baokimPayment_explain', 'BRC_action_ResourceGetPurchased', 'BRC_action_ResourceGetPurchased_explain', 'BRC_action_ResourcePurchased', 'BRC_action_ResourcePurchased_explain', 'rankings', '1v1_tournaments', 'proclubs_tournaments')
Params: 2
Run Time: 0.000959
Select Type |
Table |
Type |
Possible Keys |
Key |
Key Len |
Ref |
Rows |
Extra |
SIMPLE |
xf_phrase_compiled |
range |
PRIMARY |
PRIMARY |
106 |
|
141 |
Using where |