Time | Duration | Type | Query |
---|---|---|---|
02:52:39.343 | 5.2 ms | SELECT | SELECT * FROM `tournament` WHERE `alias`='teams' |
02:52:39.349 | 1.5 ms | SHOW | SHOW FULL COLUMNS FROM `team` |
02:52:39.351 | 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 = 'team' AND kcu.table_name = 'team' |
02:52:39.353 | 0.4 ms | SELECT | SELECT * FROM `team` WHERE `team_id`=40 |
02:52:39.354 | 0.6 ms | SELECT | SELECT * FROM `hdbk_season` ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
02:52:39.356 | 4.9 ms | SELECT | SELECT `tournament`.* FROM `tournament` INNER JOIN `tournament_team` `tt` ON tt.tournament_id = tournament.tournament_id WHERE ((`tt`.`team_id`=40) AND (`status`='approved')) AND (`tournament`.`season_id` IN (26, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 25, 3, 2, 1)) ORDER BY `order` DESC |
02:52:39.362 | 1.9 ms | SHOW | SHOW FULL COLUMNS FROM `tournament` |
02:52:39.364 | 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 = 'tournament' AND kcu.table_name = 'tournament' |
02:52:39.410 | 0.4 ms | SELECT | SELECT * FROM `hdbk_season` WHERE `season_id`='17' |
02:52:39.411 | 1.6 ms | SELECT | SELECT
sum(st.games) as games,
sum(st.wins) as wins,
sum(st.wins_ot) as wins_ot,
sum(st.wins_so) as wins_so,
sum(st.losses_so) as losses_so,
sum(st.losses_ot) as losses_ot,
sum(st.losses) as losses,
sum(st.draws) as draws,
sum(st.gf) as gf,
sum(st.ga) as ga,
round(sum(st.gf) / sum(st.games), 2) as gf_avg,
sum(st.yellow_cards) as yellow_cards,
sum(st.red_cards) as red_cards,
sum(st.player_age_sum) / sum(st.players_count) as player_age_avg,
st.tournament_id as tournament_id,
st.team_id as team_id
FROM
stats_team as st INNER JOIN tournament as t ON t.tournament_id = st.tournament_id INNER JOIN hdbk_season as s ON s.season_id = t.season_id WHERE st.team_id = 40 and t.is_published = 1 and t.season_id = 17 GROUP BY st.tournament_id ORDER BY t.start_dt desc |
02:52:39.413 | 0.8 ms | SELECT | SELECT
sum(st.games) as games,
sum(st.wins) as wins,
sum(st.wins_ot) as wins_ot,
sum(st.wins_so) as wins_so,
sum(st.losses_so) as losses_so,
sum(st.losses_ot) as losses_ot,
sum(st.losses) as losses,
sum(st.draws) as draws,
sum(st.gf) as gf,
sum(st.ga) as ga,
round(sum(st.gf) / sum(st.games), 2) as gf_avg,
sum(st.yellow_cards) as yellow_cards,
sum(st.red_cards) as red_cards,
sum(st.player_age_sum) / sum(st.players_count) as player_age_avg,
st.tournament_id as tournament_id,
st.team_id as team_id
FROM
stats_team as st INNER JOIN tournament as t ON t.tournament_id = st.tournament_id INNER JOIN hdbk_season as s ON s.season_id = t.season_id WHERE st.team_id = 40 and t.is_published = 1 and t.season_id = 17 GROUP BY st.team_id ORDER BY t.start_dt desc |
02:52:39.414 | 0.3 ms | SELECT | SELECT * FROM `hdbk_country` WHERE `country_id`=220 |
02:52:39.415 | 1.2 ms | SHOW | SHOW FULL COLUMNS FROM `hdbk_country` |
02:52:39.417 | 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' |
02:52:39.423 | 0.5 ms | SELECT | SELECT
sum(st.games) as games,
sum(st.wins) as wins,
sum(st.wins_ot) as wins_ot,
sum(st.wins_so) as wins_so,
sum(st.losses_so) as losses_so,
sum(st.losses_ot) as losses_ot,
sum(st.losses) as losses,
sum(st.draws) as draws,
sum(st.gf) as gf,
sum(st.ga) as ga,
round(sum(st.gf) / sum(st.games), 2) as gf_avg,
sum(st.yellow_cards) as yellow_cards,
sum(st.red_cards) as red_cards,
sum(st.player_age_sum) / sum(st.players_count) as player_age_avg,
st.tournament_id as tournament_id,
st.team_id as team_id
FROM
stats_team as st INNER JOIN tournament as t ON t.tournament_id = st.tournament_id WHERE st.team_id = 40 and t.is_published = 1 GROUP BY st.team_id |
02:52:39.424 | 0.9 ms | SHOW | SHOW FULL COLUMNS FROM `stats_team` |
02:52:39.425 | 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 = 'stats_team' AND kcu.table_name = 'stats_team' |
02:52:39.469 | 3.7 ms | SELECT | SELECT * FROM `tag` WHERE (`module`='team') AND (`item_id`=40) |
02:52:39.474 | 6.4 ms | SELECT | SELECT COUNT(*) FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='article') AND (`post`.`is_public`=1) AND (`post`.`in_en`=1) AND (`post_tag_assn`.`tag_id`=549) |
02:52:39.480 | 0.6 ms | SELECT | SELECT COUNT(*) FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='news') AND (`post`.`is_public`=1) AND (`post`.`in_en`=1) AND (`post_tag_assn`.`tag_id`=549) |
02:52:39.481 | 1.6 ms | SELECT | SELECT COUNT(*) FROM `video` INNER JOIN `video_tag_assn` ON video_tag_assn.video_id = video.video_id WHERE (`video`.`is_public`=1) AND (`video`.`in_en`=1) AND (`video_tag_assn`.`tag_id`=549) |
02:52:39.483 | 2.6 ms | SELECT | SELECT COUNT(*) FROM `album` INNER JOIN `album_tag_assn` ON album_tag_assn.album_id = album.album_id WHERE (`album`.`is_public`=1) AND (`album`.`in_en`=1) AND (`album_tag_assn`.`tag_id`=549) |
02:52:39.486 | 0.2 ms | SELECT | SELECT * FROM `hdbk_city` WHERE 0=1 |
02:52:39.487 | 0.2 ms | SELECT | SELECT * FROM `staff` WHERE 0=1 |
02:52:39.487 | 0.7 ms | SELECT | SELECT * FROM `match` `m` WHERE (NOT (`m`.`start_dt` IS NULL)) AND ((`m`.`team1_id`=40) OR (`m`.`team2_id`=40)) AND ((NOT (`m`.`gf` IS NULL)) AND (NOT (`m`.`ga` IS NULL))) ORDER BY `m`.`start_dt` DESC LIMIT 5 |
02:52:39.488 | 0.9 ms | SHOW | SHOW FULL COLUMNS FROM `match` |
02:52:39.490 | 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 = 'match' AND kcu.table_name = 'match' |
02:52:39.533 | 0.5 ms | SELECT | SELECT * FROM `team` WHERE `team_id` IN (44, 173, 40) |
02:52:39.535 | 0.3 ms | SELECT | SELECT * FROM `team` WHERE `team_id` IN (40, 3) |
02:52:39.538 | 1.3 ms | SELECT | SELECT * FROM `tournament_team` WHERE `tournament_id`=337 |
02:52:39.542 | 0.5 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=337 |
02:52:39.547 | 0.3 ms | SELECT | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-before-news') ORDER BY `number`, `banner_id` DESC |
02:52:39.548 | 0.8 ms | SHOW | SHOW FULL COLUMNS FROM `settings` |
02:52:39.549 | 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 = 'settings' AND kcu.table_name = 'settings' |
02:52:39.593 | 0.4 ms | SELECT | SELECT * FROM `settings` WHERE `id`=1 |
02:52:39.594 | 1.3 ms | SELECT | SELECT `post`.`post_id`, `post`.`type`, `post`.`title`, `post`.`title_en`, `post`.`lead`, `post`.`lead_en`, `post`.`marker`, `post`.`translite`, `post`.`image`, `post`.`author`, `post`.`author_en`, `post`.`position_id`, `post`.`position_en_id`, `post`.`published_dt`, `post`.`in_ru`, `post`.`in_en`, `post`.`top_title`, `post`.`top_title_en` FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='news') AND (`post`.`in_en`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=549) ORDER BY `published_dt` DESC LIMIT 25 |
02:52:39.595 | 0.3 ms | SELECT | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-after-news') ORDER BY `number`, `banner_id` DESC |
02:52:39.597 | 0.2 ms | SELECT | SELECT * FROM `settings` WHERE `id`=1 |
02:52:39.598 | 1.5 ms | SELECT | SELECT * FROM `tournament` WHERE (`in_competition_nav`=1) AND (`tournament`.`in_en`=1) AND (`tournament`.`is_published`=1) ORDER BY `order` |
02:52:39.600 | 2.9 ms | SELECT | SELECT `hdbk_competition`.* FROM `hdbk_competition` INNER JOIN `tournament` ON `hdbk_competition`.`competition_id` = `tournament`.`competition_id` WHERE (`hdbk_competition`.`in_en`=1) AND (NOT (`in_main_menu_position` IS NULL)) AND (`is_published`=1) ORDER BY `in_main_menu_position`, `rank`, isnull(`order`), `order`, `start_dt` DESC |
02:52:39.604 | 2.1 ms | SELECT | SELECT * FROM `tournament` WHERE `competition_id`=36 ORDER BY isnull(`order`), `order`, `start_dt` DESC |
02:52:39.610 | 1.4 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=36) ORDER BY isnull(`order`), `order`, `start_dt` DESC |
02:52:39.614 | 5.5 ms | SELECT | SELECT `tournament`.* FROM `tournament` INNER JOIN `round` ON `tournament`.`tournament_id` = `round`.`tournament_id` WHERE (`tournament`.`in_en`=1) AND ((`parent_tournament_id` IS NULL) AND (`competition_id`=36) AND (`is_published`=1)) ORDER BY `tournament`.`order`, `tournament`.`start_dt`, `round`.`order` |
02:52:39.627 | 1.1 ms | SELECT | SELECT * FROM `round` WHERE `tournament_id` IN (565, 567, 376, 180, 568, 569, 570) ORDER BY `round`.`order` |
02:52:39.630 | 3.4 ms | SELECT | SELECT `parent`.* FROM `tournament` `parent` INNER JOIN `tournament` `child` ON `parent`.`tournament_id` = `child`.`parent_tournament_id` INNER JOIN `round` ON `child`.`tournament_id` = `round`.`tournament_id` WHERE ((`parent`.`competition_id`=36) AND (`parent`.`is_published`=1) AND (`child`.`is_published`=1)) AND (`parent`.`in_en`=1) AND (`child`.`in_en`=1) ORDER BY `parent`.`order`, `child`.`order`, `child`.`start_dt`, `round`.`order` |
02:52:39.634 | 4.5 ms | SELECT | SELECT `hdbk_competition`.* FROM `hdbk_competition` INNER JOIN `tournament` ON `hdbk_competition`.`competition_id` = `tournament`.`competition_id` WHERE (`hdbk_competition`.`in_en`=1) AND (NOT (`hdbk_competition`.`competition_id`=36)) AND (`is_published`=1) ORDER BY `rank`, isnull(`order`), `order`, `start_dt` DESC |
02:52:39.649 | 10.1 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id` IN (53, 70, 40, 8, 20, 4, 12, 74, 6, 5, 2, 63, 31, 7, 72, 73, 77, 76)) ORDER BY isnull(`order`), `order`, `start_dt` DESC |
02:52:39.724 | 1.9 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=36) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.728 | 0.6 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=565 |
02:52:39.729 | 0.4 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=36 |
02:52:39.729 | 1.1 ms | SELECT | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=565 ORDER BY `start_dt` DESC) `c` |
02:52:39.731 | 1.1 ms | SELECT | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=567 ORDER BY `start_dt` DESC) `c` |
02:52:39.732 | 0.3 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=567 |
02:52:39.733 | 1.3 ms | SELECT | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=376 ORDER BY `start_dt` DESC) `c` |
02:52:39.734 | 0.4 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=376 |
02:52:39.735 | 1.3 ms | SELECT | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=180 ORDER BY `start_dt` DESC) `c` |
02:52:39.737 | 0.3 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=180 |
02:52:39.738 | 1.0 ms | SELECT | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=568 ORDER BY `start_dt` DESC) `c` |
02:52:39.739 | 0.3 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=568 |
02:52:39.740 | 1.0 ms | SELECT | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=569 ORDER BY `start_dt` DESC) `c` |
02:52:39.741 | 0.3 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=569 |
02:52:39.742 | 0.9 ms | SELECT | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=570 ORDER BY `start_dt` DESC) `c` |
02:52:39.743 | 0.3 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=570 |
02:52:39.744 | 1.4 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=53) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.747 | 0.4 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=481 |
02:52:39.748 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=53 |
02:52:39.749 | 1.2 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=70) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.751 | 0.5 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=458 |
02:52:39.752 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=70 |
02:52:39.752 | 1.3 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=40) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.755 | 0.5 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=501 |
02:52:39.756 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=40 |
02:52:39.757 | 8.9 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=8) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.772 | 0.6 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=461 |
02:52:39.773 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=8 |
02:52:39.773 | 1.7 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=20) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.777 | 0.5 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=564 |
02:52:39.778 | 0.4 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=20 |
02:52:39.778 | 2.4 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=4) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.791 | 0.5 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=541 |
02:52:39.792 | 0.4 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=4 |
02:52:39.793 | 1.6 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=12) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.797 | 0.5 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=560 |
02:52:39.797 | 0.4 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=12 |
02:52:39.798 | 1.6 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=74) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.802 | 0.6 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=545 |
02:52:39.803 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=74 |
02:52:39.803 | 2.1 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=6) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.814 | 0.4 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=558 |
02:52:39.815 | 0.4 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=6 |
02:52:39.815 | 4.1 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=5) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.844 | 0.6 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=532 |
02:52:39.845 | 0.2 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=5 |
02:52:39.845 | 2.3 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.857 | 0.5 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=589 |
02:52:39.858 | 0.5 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=2 |
02:52:39.859 | 1.4 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=63) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.861 | 0.6 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=535 |
02:52:39.862 | 14.9 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=63 |
02:52:39.877 | 2.0 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=31) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.880 | 0.7 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=485 |
02:52:39.881 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=31 |
02:52:39.882 | 2.5 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=7) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.888 | 0.5 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=495 |
02:52:39.889 | 0.4 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=7 |
02:52:39.890 | 1.2 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=72) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.892 | 0.4 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=561 |
02:52:39.892 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=72 |
02:52:39.893 | 1.1 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=73) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.895 | 0.3 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=478 |
02:52:39.895 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=73 |
02:52:39.896 | 1.1 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=77) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.897 | 0.4 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=530 |
02:52:39.898 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=77 |
02:52:39.899 | 1.1 ms | SELECT | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=76) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.900 | 0.4 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=523 |
02:52:39.901 | 0.3 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `competition_id`=76 |
02:52:39.902 | 3.6 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 |
02:52:39.907 | 0.3 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
02:52:39.908 | 1.0 ms | SHOW | SHOW FULL COLUMNS FROM `page` |
02:52:39.909 | 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 = 'page' AND kcu.table_name = 'page' |
02:52:39.910 | 0.2 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
02:52:39.910 | 0.5 ms | SELECT | SELECT COUNT(*) FROM `partner` |