Time | Duration | Type | Query |
---|---|---|---|
16:51:32.757 | 0.2 ms | SELECT | SELECT * FROM `tournament` WHERE `alias`='persons' |
16:51:32.759 | 0.2 ms | SELECT | SELECT * FROM `player` WHERE `player_id`=885 |
16:51:32.760 | 0.2 ms | SELECT | SELECT * FROM `team_player` WHERE (`player_id`=885) AND (`team_id`=9) ORDER BY `in` |
16:51:32.760 | 0.1 ms | SELECT | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
16:51:32.761 | 0.1 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 = 885 AND t.is_unofficial = 0 AND sp.team_id IN (9,257,261,325,326,531,563) GROUP BY sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC |
16:51:32.761 | 0.1 ms | SELECT | SELECT * FROM `team` WHERE `team_id`=9 |
16:51:32.762 | 0.1 ms | SELECT | SELECT `team_player`.* FROM `team_player` LEFT JOIN `player` ON `team_player`.`player_id` = `player`.`player_id` WHERE (`team_player`.`status`='accepted') AND (`team_player`.`team_id`=9) ORDER BY isnull(team_player.number), `team_player`.`number` |
16:51:32.762 | 0.3 ms | SELECT | SELECT * FROM `player` WHERE `player_id` IN (309, 5729, 98, 1843, 114, 115, 116, 117, 2576, 120, 97, 257, 265, 256, 266, 83, 2277, 95, 822, 689, 2438, 1903, 7427) |
16:51:32.767 | 0.2 ms | SELECT | SELECT `team_player`.* FROM `team_player` LEFT JOIN `player` ON `team_player`.`player_id` = `player`.`player_id` WHERE (`team_player`.`status`='left') AND (NOT (`team_player`.`player_id` IN (309, 5729, 98, 1843, 114, 115, 116, 117, 2576, 120, 97, 257, 265, 256, 266, 83, 2277, 95, 822, 689, 2438, 1903, 7427))) AND (`team_player`.`team_id`=9) ORDER BY isnull(team_player.number), `team_player`.`number` |
16:51:32.769 | 0.5 ms | SELECT | SELECT * FROM `player` WHERE `player_id` IN (108, 137, 262, 119, 287, 5319, 4940, 10335, 1567, 10334, 1386, 6781, 77, 453, 1902, 6584, 3363, 4184, 4845, 4185, 10340, 4069, 772, 771, 286, 10339, 10338, 10337, 10336, 1385, 327, 80, 3362, 3358, 290, 277, 264, 190, 53, 3697, 136, 113, 112, 121, 135, 118, 307, 311, 444, 3266, 1914, 1895, 1891, 1890, 1862, 1410, 1297, 885, 846, 683, 451, 5325) |
16:51:32.780 | 0.2 ms | SELECT | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
16:51:32.780 | 0.1 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 = 885 AND t.is_unofficial = 0 AND sp.team_id IN (9,257,261,325,326,531,563) GROUP BY sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC |
16:51:32.780 | 0.1 ms | SELECT | SELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=885 |
16:51:32.781 | 1.5 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`tournament_id` IN ('18', '36', '39', '43', '57', '60', '62', '69', '231', '510', '508', '511', '512', '513', '514')) ORDER BY `start_dt` DESC |
16:51:32.787 | 0.4 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=6 |
16:51:32.787 | 1.3 ms | SHOW | SHOW FULL COLUMNS FROM `hdbk_competition` |
16:51:32.789 | 0.6 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 = 'hdbk_competition' AND kcu.table_name = 'hdbk_competition' |
16:51:32.790 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=2 |
16:51:32.790 | 0.2 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=4 |
16:51:32.790 | 0.2 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=5 |
16:51:32.791 | 0.1 ms | SELECT | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=885) ORDER BY `team_player`.`in` DESC |
16:51:32.791 | 0.1 ms | SELECT | SELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC |
16:51:32.792 | 0.1 ms | SELECT | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
16:51:32.794 | 0.2 ms | SELECT | SELECT * FROM `hdbk_season` WHERE `season_id`=12 |
16:51:32.794 | 0.1 ms | SELECT | SELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
16:51:32.796 | 2.5 ms | SELECT | SELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=885) AND ((`tournament`.`season_id`=12) AND (`tournament_team_player`.`status`='approved')) AND (`team_id` IN (9, 257, 261, 325, 326, 531, 563)) GROUP BY `team_id` ORDER BY `include_dt` |
16:51:32.799 | 1.0 ms | SHOW | SHOW FULL COLUMNS FROM `tournament_team_player` |
16:51:32.800 | 0.4 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 = 'tournament_team_player' AND kcu.table_name = 'tournament_team_player' |
16:51:32.801 | 0.1 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=231 |
16:51:32.801 | 0.5 ms | SELECT | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((231, 9)) |
16:51:32.802 | 1.0 ms | SHOW | SHOW FULL COLUMNS FROM `tournament_team` |
16:51:32.803 | 0.3 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 = 'tournament_team' AND kcu.table_name = 'tournament_team' |
16:51:32.805 | 0.1 ms | SELECT | SELECT `tournament_team_player_result`.* FROM `tournament_team_player_result` INNER JOIN `tournament` ON `tournament_team_player_result`.`tournament_id` = `tournament`.`tournament_id` WHERE (`tournament`.`is_published`=1) AND (`tournament_team_player_result`.`player_id`=885) ORDER BY `tournament`.`start_dt` DESC LIMIT 6 |
16:51:32.809 | 0.2 ms | SELECT | SELECT * FROM `team_player` WHERE (`player_id`=885) AND (NOT (`team_id`=9)) ORDER BY `in` |
16:51:32.811 | 0.1 ms | SELECT | SELECT * FROM `hdbk_city` WHERE 0=1 |
16:51:32.811 | 0.1 ms | SELECT | SELECT * FROM `hdbk_player_position` WHERE `position_id`=2 |
16:51:32.812 | 0.1 ms | SELECT | SELECT `m`.* FROM `match` `m` INNER JOIN `match_player` `mp` ON mp.match_id = m.match_id INNER JOIN `tournament` `t` ON t.tournament_id = m.tournament_id WHERE ((`mp`.`player_id`=885) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt` |
16:51:32.813 | 0.1 ms | SELECT | SELECT `m`.* FROM `match` `m` INNER JOIN `match_player` `mp` ON mp.match_id = m.match_id INNER JOIN `tournament` `t` ON t.tournament_id = m.tournament_id WHERE ((`mp`.`player_id`=885) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt` |
16:51:32.815 | 0.1 ms | SELECT | SELECT * FROM `settings` WHERE `id`=1 |
16:51:32.816 | 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 |
16:51:32.817 | 0.1 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
16:51:32.817 | 0.1 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
16:51:32.818 | 0.1 ms | SELECT | SELECT COUNT(*) FROM `partner` |