Time | Duration | Type | Query |
---|---|---|---|
18:06:05.103 | 0.6 ms | SELECT | SELECT * FROM `hdbk_competition` WHERE `alias`='profiles' |
18:06:05.103 | 0.1 ms | SELECT | SELECT * FROM `tournament` WHERE `alias`='teams' |
18:06:05.104 | 3.7 ms | SHOW | SHOW FULL COLUMNS FROM `team` |
18:06:05.108 | 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 = 'team' AND kcu.table_name = 'team' |
18:06:05.109 | 0.3 ms | SELECT | SELECT * FROM `team` WHERE `team_id`=88 |
18:06:05.110 | 4.7 ms | SELECT | SELECT * FROM `tag` WHERE (`module`='team') AND (`item_id`=88) |
18:06:05.115 | 0.8 ms | SHOW | SHOW FULL COLUMNS FROM `tag` |
18:06:05.116 | 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 = 'tag' AND kcu.table_name = 'tag' |
18:06:05.117 | 1.2 ms | SELECT | SELECT `post`.* FROM `post` INNER JOIN `post_tag_assn` ON post_tag_assn.post_id = post.post_id WHERE (`post`.`type`='article') AND (`post`.`in_ru`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=596) ORDER BY `published_dt` DESC LIMIT 6 |
18:06:05.118 | 1.1 ms | SHOW | SHOW FULL COLUMNS FROM `post` |
18:06:05.120 | 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 = 'post' AND kcu.table_name = 'post' |
18:06:05.165 | 0.5 ms | SELECT | SELECT * FROM `post_tag_assn` WHERE `post_id`=152 |
18:06:05.166 | 0.4 ms | SELECT | SELECT * FROM `tag` WHERE `tag_id` IN ('27', '588', '589', '590', '591', '592', '593', '594', '595', '596') |
18:06:05.167 | 0.1 ms | SELECT | SELECT * FROM `hdbk_season` ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
18:06:05.167 | 1.1 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 = 88 and t.is_published = 1 and t.season_id = 26 GROUP BY st.team_id ORDER BY t.start_dt desc |
18:06:05.169 | 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 WHERE st.team_id = 88 and t.is_published = 1 GROUP BY st.team_id |
18:06:05.171 | 0.2 ms | SELECT | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
18:06:05.171 | 1.2 ms | SHOW | SHOW FULL COLUMNS FROM `hdbk_country` |
18:06:05.172 | 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' |
18:06:05.175 | 0.6 ms | SELECT | SELECT * FROM `post` WHERE `post_id`=152 |
18:06:05.177 | 4.6 ms | SELECT | SELECT COUNT(*) FROM (SELECT `video`.* FROM `video` INNER JOIN `video_tag_assn` ON video_tag_assn.video_id = video.video_id WHERE (`video`.`in_ru`=1) AND (`video`.`is_public`=1) AND (`video_tag_assn`.`tag_id`=596) ORDER BY `video`.`published_dt` DESC) `c` |
18:06:05.182 | 8.3 ms | SELECT | SELECT `video`.* FROM `video` INNER JOIN `video_tag_assn` ON video_tag_assn.video_id = video.video_id WHERE (`video`.`in_ru`=1) AND (`video`.`is_public`=1) AND (`video_tag_assn`.`tag_id`=596) ORDER BY `video`.`published_dt` DESC LIMIT 3 |
18:06:05.192 | 8.6 ms | SELECT | SELECT COUNT(*) FROM (SELECT `album`.* FROM `album` INNER JOIN `album_tag_assn` ON album_tag_assn.album_id = album.album_id WHERE (`album`.`in_ru`=1) AND (`album`.`is_public`=1) AND (`album_tag_assn`.`tag_id`=596) ORDER BY `album`.`published_dt` DESC) `c` |
18:06:05.201 | 14.4 ms | SELECT | SELECT `album`.* FROM `album` INNER JOIN `album_tag_assn` ON album_tag_assn.album_id = album.album_id WHERE (`album`.`in_ru`=1) AND (`album`.`is_public`=1) AND (`album_tag_assn`.`tag_id`=596) ORDER BY `album`.`published_dt` DESC LIMIT 3 |
18:06:05.216 | 0.2 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 = 88 and t.is_published = 1 GROUP BY st.team_id |
18:06:05.216 | 0.3 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_ru`=1) AND (`post_tag_assn`.`tag_id`=596) |
18:06:05.217 | 0.2 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_ru`=1) AND (`post_tag_assn`.`tag_id`=596) |
18:06:05.217 | 2.7 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_ru`=1) AND (`video_tag_assn`.`tag_id`=596) |
18:06:05.220 | 6.5 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_ru`=1) AND (`album_tag_assn`.`tag_id`=596) |
18:06:05.227 | 0.1 ms | SELECT | SELECT * FROM `hdbk_city` WHERE 0=1 |
18:06:05.228 | 0.1 ms | SELECT | SELECT * FROM `staff` WHERE 0=1 |
18:06:05.228 | 0.8 ms | SELECT | SELECT * FROM `match` `m` WHERE (NOT (`m`.`start_dt` IS NULL)) AND ((`m`.`team1_id`=88) OR (`m`.`team2_id`=88)) AND ((NOT (`m`.`gf` IS NULL)) AND (NOT (`m`.`ga` IS NULL))) ORDER BY `m`.`start_dt` DESC LIMIT 5 |
18:06:05.229 | 1.0 ms | SHOW | SHOW FULL COLUMNS FROM `match` |
18:06:05.231 | 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' |
18:06:05.273 | 0.7 ms | SELECT | SELECT * FROM `team` WHERE `team_id` IN (88, 105, 107, 106) |
18:06:05.276 | 0.6 ms | SELECT | SELECT * FROM `team` WHERE `team_id` IN (104, 88, 87) |
18:06:05.280 | 0.6 ms | SELECT | SELECT * FROM `tournament_team` WHERE `tournament_id`=30 |
18:06:05.281 | 1.3 ms | SHOW | SHOW FULL COLUMNS FROM `tournament_team` |
18:06:05.282 | 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 = 'tournament_team' AND kcu.table_name = 'tournament_team' |
18:06:05.284 | 0.5 ms | SELECT | SELECT * FROM `tournament` WHERE `tournament_id`=30 |
18:06:05.285 | 1.9 ms | SHOW | SHOW FULL COLUMNS FROM `tournament` |
18:06:05.287 | 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 = 'tournament' AND kcu.table_name = 'tournament' |
18:06:05.336 | 0.2 ms | SELECT | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-before-news') ORDER BY `number`, `banner_id` DESC |
18:06:05.336 | 1.5 ms | SHOW | SHOW FULL COLUMNS FROM `settings` |
18:06:05.338 | 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 = 'settings' AND kcu.table_name = 'settings' |
18:06:05.381 | 0.2 ms | SELECT | SELECT * FROM `settings` WHERE `id`=1 |
18:06:05.382 | 1.0 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_ru`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=596) ORDER BY `published_dt` DESC LIMIT 25 |
18:06:05.383 | 0.1 ms | SELECT | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-after-news') ORDER BY `number`, `banner_id` DESC |
18:06:05.384 | 0.2 ms | SELECT | SELECT * FROM `settings` WHERE `id`=1 |
18:06:05.385 | 0.2 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 |
18:06:05.388 | 0.2 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
18:06:05.388 | 1.6 ms | SHOW | SHOW FULL COLUMNS FROM `page` |
18:06:05.391 | 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 = 'page' AND kcu.table_name = 'page' |
18:06:05.392 | 0.2 ms | SELECT | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
18:06:05.393 | 0.1 ms | SELECT | SELECT COUNT(*) FROM `partner` |