Time | Duration | Type | Query |
---|---|---|---|
11:20:41.023 | 0.6 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `alias`='profiles' |
11:20:41.024 | 4.8 ms | SELECT | SELECT * FROM `tournament` WHERE `alias`='persons' |
11:20:41.030 | 1.3 ms | SHOW | SHOW FULL COLUMNS FROM `player` |
11:20:41.032 | 0.5 ms | SELECT | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'player' AND kcu.table_name = 'player' |
11:20:41.033 | 0.4 ms | SELECT | SELECT * FROM `player` WHERE `player_id`=5141 |
11:20:41.034 | 0.4 ms | SELECT | SELECT * FROM `team_player` WHERE (`player_id`=5141) AND (`team_id`=9) ORDER BY `in` |
11:20:41.035 | 0.6 ms | SELECT | SELECT
sp.player_id, sp.season_id, sp.competition_id, sp.team_id, sp.tournament_id,
sum(games) as games,
sum(goals) as goals,
sum(freekick_goals) as freekick_goals,
sum(penalties) as penalties,
sum(assists) as assists,
sum(second_assists) as second_assists,
sum(shoots) as shoots,
sum(shoots_target) as shoots_target,
sum(biciclets) as biciclets,
sum(freekicks) as freekicks,
sum(plus_minus) as plus_minus,
sum(fouls) as fouls,
sum(corners) as corners,
sum(shoots_block) as shoots_block,
sum(yellow_cards) as yellow_cards,
sum(red_cards) as red_cards,
sum(saves) as saves,
sum(gk_shoots_target) as gk_shoots_target,
sum(gk_shoots_postbar) as gk_shoots_postbar,
sum(missed_goals) as missed_goals
FROM stats_player as sp INNER JOIN hdbk_season as s ON s.season_id = sp.season_id INNER JOIN tournament as t ON t.tournament_id = sp.tournament_id WHERE sp.player_id = 5141 AND t.is_unofficial = 0 ORDER BY s.start_dt DESC, s.season_id DESC |
11:20:41.035 | 1.0 ms | SHOW | SHOW FULL COLUMNS FROM `stats_player` |
11:20:41.037 | 0.5 ms | SELECT | SELECT
kcu.constraint_name,
kcu.column_name,
kcu.referenced_table_name,
kcu.referenced_column_name
FROM information_schema.referential_constraints AS rc
JOIN information_schema.key_column_usage AS kcu ON
(
kcu.constraint_catalog = rc.constraint_catalog OR
(kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL)
) AND
kcu.constraint_schema = rc.constraint_schema AND
kcu.constraint_name = rc.constraint_name
WHERE rc.constraint_schema = database() AND kcu.table_schema = database()
AND rc.table_name = 'stats_player' AND kcu.table_name = 'stats_player' |
11:20:41.081 | 1.5 ms | SELECT | SELECT * FROM `tag` WHERE (`module`='player') AND (`item_id`=5141) |
11:20:41.083 | 53.6 ms | SELECT | SELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `tournament` `t` ON t.season_id = hdbk_season.season_id INNER JOIN `tournament_team_player` `ttp` ON ttp.tournament_id = t.tournament_id WHERE (`ttp`.`player_id`=5141) AND (`ttp`.`status`='approved') ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
11:20:41.137 | 0.7 ms | SELECT | SELECT
sp.player_id, sp.season_id, sp.competition_id, sp.team_id, sp.tournament_id,
sum(games) as games,
sum(goals) as goals,
sum(freekick_goals) as freekick_goals,
sum(penalties) as penalties,
sum(assists) as assists,
sum(second_assists) as second_assists,
sum(shoots) as shoots,
sum(shoots_target) as shoots_target,
sum(biciclets) as biciclets,
sum(freekicks) as freekicks,
sum(plus_minus) as plus_minus,
sum(fouls) as fouls,
sum(corners) as corners,
sum(shoots_block) as shoots_block,
sum(yellow_cards) as yellow_cards,
sum(red_cards) as red_cards,
sum(saves) as saves,
sum(gk_shoots_target) as gk_shoots_target,
sum(gk_shoots_postbar) as gk_shoots_postbar,
sum(missed_goals) as missed_goals
FROM stats_player as sp INNER JOIN hdbk_season as s ON s.season_id = sp.season_id INNER JOIN tournament as t ON t.tournament_id = sp.tournament_id WHERE sp.player_id = 5141 AND t.is_unofficial = 0 GROUP BY sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC |
11:20:41.139 | 0.5 ms | SELECT | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=5141) ORDER BY `team_player`.`in` DESC |
11:20:41.140 | 0.2 ms | SELECT | SELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC |
11:20:41.140 | 0.5 ms | SELECT | SELECT * FROM `hdbk_country` WHERE `country_id`=351 |
11:20:41.145 | 0.4 ms | SELECT | SELECT * FROM `hdbk_country` WHERE 0=1 |
11:20:41.146 | 0.1 ms | SELECT | SELECT * FROM `team_player` WHERE (`player_id`=5141) AND (`team_id`=9) ORDER BY `in` |
11:20:41.148 | 0.2 ms | SELECT | SELECT * FROM `settings` WHERE `id`=1 |
11:20:41.148 | 0.1 ms | SELECT | SELECT
COUNT(*)
FROM
hdbk_competition AS c
INNER JOIN
tournament AS t ON t.competition_id = c.competition_id
INNER JOIN
round AS r ON r.tournament_id = t.tournament_id |
11:20:41.150 | 0.2 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
11:20:41.151 | 0.1 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
11:20:41.151 | 0.1 ms | SELECT | SELECT COUNT(*) FROM `partner` |