Time | Duration | Type | Query |
---|---|---|---|
08:42:40.180 | 4.0 ms | SELECT | SELECT * FROM `tournament` WHERE `alias`='persons' |
08:42:40.185 | 1.1 ms | SHOW | SHOW FULL COLUMNS FROM `player` |
08:42:40.187 | 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 = 'player' AND kcu.table_name = 'player' |
08:42:40.187 | 0.4 ms | SELECT | SELECT * FROM `player` WHERE `player_id`=1843 |
08:42:40.189 | 0.4 ms | SELECT | SELECT * FROM `team_player` WHERE (`player_id`=1843) AND (`team_id`=9) ORDER BY `in` |
08:42:40.189 | 0.7 ms | SHOW | SHOW FULL COLUMNS FROM `team_player` |
08:42:40.190 | 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 = 'team_player' AND kcu.table_name = 'team_player' |
08:42:40.191 | 0.7 ms | SELECT | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
08:42:40.192 | 8.3 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 = 1843 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 |
08:42:40.201 | 1.1 ms | SHOW | SHOW FULL COLUMNS FROM `stats_player` |
08:42:40.203 | 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' |
08:42:40.245 | 1.5 ms | SHOW | SHOW FULL COLUMNS FROM `team` |
08:42:40.247 | 0.8 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 = 'team' AND kcu.table_name = 'team' |
08:42:40.293 | 0.5 ms | SELECT | SELECT * FROM `team` WHERE `team_id`=9 |
08:42:40.294 | 1.3 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` |
08:42:40.297 | 1.6 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) |
08:42:40.309 | 1.9 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` |
08:42:40.313 | 2.0 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) |
08:42:40.330 | 0.2 ms | SELECT | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
08:42:40.331 | 1.2 ms | SELECT | SELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `stats_player` `sp` ON sp.season_id = hdbk_season.season_id WHERE (`sp`.`player_id`=1843) AND (`sp`.`team_id` IN ('9', '257', '261', '325', '326', '531', '563')) ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
08:42:40.332 | 1.0 ms | SHOW | SHOW FULL COLUMNS FROM `hdbk_season` |
08:42:40.333 | 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 = 'hdbk_season' AND kcu.table_name = 'hdbk_season' |
08:42:40.335 | 1.7 ms | SHOW | SHOW FULL COLUMNS FROM `tournament` |
08:42:40.337 | 0.7 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' AND kcu.table_name = 'tournament' |
08:42:40.381 | 0.6 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`='404' |
08:42:40.382 | 0.2 ms | SELECT | SELECT * FROM `hdbk_season` WHERE `season_id`=23 |
08:42:40.382 | 35.3 ms | SELECT | SELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=1843 |
08:42:40.417 | 1.3 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`season_id`=23) AND (`tournament_id` IN ('92', '100', '113', '114', '138', '146', '157', '159', '239', '245', '288', '298', '312', '313', '315', '319', '337', '338', '344', '346', '348', '355', '366', '379', '389', '397', '398', '404', '417', '431', '437', '453', '460', '461', '466', '481', '483', '491', '495', '485', '470', '547', '532', '558', '545', '560', '541', '567', '585', '565')) ORDER BY `start_dt` DESC |
08:42:40.423 | 1.7 ms | SELECT | SELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
08:42:40.427 | 41.9 ms | SELECT | SELECT `match_player`.* FROM `match_player` LEFT JOIN `match` ON `match_player`.`match_id` = `match`.`match_id` LEFT JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match_player`.`player_id`=1843) AND (NOT (`match`.`gf` IS NULL)) AND (NOT (`match`.`ga` IS NULL)) AND (`tournament`.`tournament_id`=404) AND (`match_player`.`team_id` IN (9, 257, 261, 325, 326, 531, 563)) ORDER BY `match`.`start_dt` DESC |
08:42:40.470 | 1.0 ms | SHOW | SHOW FULL COLUMNS FROM `match_player` |
08:42:40.471 | 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 = 'match_player' AND kcu.table_name = 'match_player' |
08:42:40.472 | 0.4 ms | SELECT | SELECT * FROM `match` WHERE `match_id`=5310 |
08:42:40.473 | 1.1 ms | SHOW | SHOW FULL COLUMNS FROM `match` |
08:42:40.475 | 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 = 'match' AND kcu.table_name = 'match' |
08:42:40.517 | 0.6 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=404 |
08:42:40.519 | 1.0 ms | SELECT | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=1843) ORDER BY `team_player`.`in` DESC |
08:42:40.521 | 0.6 ms | SELECT | SELECT * FROM `team` WHERE `team_id` IN (9, 6, 531) ORDER BY `team`.`is_national` DESC |
08:42:40.523 | 0.4 ms | SELECT | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
08:42:40.524 | 1.2 ms | SHOW | SHOW FULL COLUMNS FROM `hdbk_country` |
08:42:40.525 | 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_country' AND kcu.table_name = 'hdbk_country' |
08:42:40.527 | 1.1 ms | SELECT | SELECT * FROM `hdbk_city` WHERE `city_id`=17849 |
08:42:40.528 | 1.2 ms | SHOW | SHOW FULL COLUMNS FROM `hdbk_city` |
08:42:40.530 | 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_city' AND kcu.table_name = 'hdbk_city' |
08:42:40.534 | 1.3 ms | SELECT | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((5310, 1843)) |
08:42:40.536 | 1.0 ms | SELECT | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=5310) AND (`player_id`=1843) AND (`situation` IN (1, 2, 3)) |
08:42:40.537 | 0.6 ms | SELECT | SELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=5310) AND (`player_id`=1843) |
08:42:40.538 | 0.6 ms | SELECT | SELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=5310) AND (`player_id`=1843) |
08:42:40.538 | 0.3 ms | SELECT | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=5310) AND (`player_id`=1843) AND (`situation`=2) |
08:42:40.539 | 0.3 ms | SELECT | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=5310) AND (`player_id`=1843) AND (`situation`=3) |
08:42:40.539 | 0.2 ms | SELECT | SELECT `count` FROM `match_goal_missed` WHERE (`match_id`=5310) AND (`player_id`=1843) |
08:42:40.539 | 0.7 ms | SELECT | SELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=5310) AND (`first_assistant`=1843) |
08:42:40.540 | 0.7 ms | SELECT | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 5310
AND player_id = 1843 |
08:42:40.542 | 0.3 ms | SELECT | SELECT * FROM `team` WHERE `team_id`=11 |
08:42:40.543 | 0.2 ms | SELECT | SELECT * FROM `team` WHERE `team_id`=531 |
08:42:40.544 | 1.2 ms | SHOW | SHOW FULL COLUMNS FROM `tournament_team_player_result` |
08:42:40.546 | 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_result' AND kcu.table_name = 'tournament_team_player_result' |
08:42:40.547 | 0.4 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`=1843) ORDER BY `tournament`.`start_dt` DESC LIMIT 6 |
08:42:40.551 | 0.5 ms | SELECT | SELECT * FROM `team_player` WHERE (`player_id`=1843) AND (NOT (`team_id`=9)) ORDER BY `in` |
08:42:40.553 | 0.2 ms | SELECT | SELECT * FROM `hdbk_player_position` WHERE `position_id`=2 |
08:42:40.553 | 0.7 ms | SHOW | SHOW FULL COLUMNS FROM `hdbk_player_position` |
08:42:40.554 | 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 = 'hdbk_player_position' AND kcu.table_name = 'hdbk_player_position' |
08:42:40.555 | 3.7 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`=1843) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt` |
08:42:40.559 | 0.2 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`=1843) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt` |
08:42:40.561 | 0.1 ms | SELECT | SELECT * FROM `settings` WHERE `id`=1 |
08:42:40.561 | 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 |
08:42:40.562 | 0.1 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
08:42:40.563 | 0.1 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
08:42:40.563 | 0.1 ms | SELECT | SELECT COUNT(*) FROM `partner` |