02:52:39.337 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
02:52:39.337 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
02:52:39.337 | trace | yii\base\Module::getModule | Loading module: user |
02:52:39.338 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
02:52:39.338 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
02:52:39.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
02:52:39.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.340 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
02:52:39.340 | trace | yii\base\Module::getModule | Loading module: team |
02:52:39.340 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
02:52:39.340 | trace | yii\base\Module::getModule | Loading module: tournament |
02:52:39.340 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
02:52:39.340 | trace | yii\base\Module::getModule | Loading module: player |
02:52:39.340 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
02:52:39.340 | trace | yii\base\Module::getModule | Loading module: hdbk |
02:52:39.340 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
02:52:39.340 | trace | yii\base\Module::getModule | Loading module: match |
02:52:39.340 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
02:52:39.340 | trace | yii\base\Module::getModule | Loading module: redaction |
02:52:39.340 | trace | yii\base\Module::getModule | Loading module: debug |
02:52:39.341 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
02:52:39.342 | trace | yii\base\Module::getModule | Loading module: gii |
02:52:39.342 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
02:52:39.343 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
02:52:39.343 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='teams' |
02:52:39.349 | trace | yii\web\Application::handleRequest | Route requested: 'team/frontend/stats/index' |
02:52:39.349 | trace | yii\base\Controller::runAction | Route to run: team/frontend/stats/index |
02:52:39.349 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.349 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `team` |
02:52:39.351 | info | yii\db\Command::query | 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.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.352 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
02:52:39.353 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=40 |
02:52:39.354 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\team\controllers\frontend\StatsController::actionIndex() |
02:52:39.354 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
02:52:39.354 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.356 | info | yii\db\Command::query | 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.361 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.362 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament` |
02:52:39.364 | info | yii\db\Command::query | 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.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.365 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
02:52:39.410 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`='17' |
02:52:39.411 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | 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 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/frontend/stats/index.php |
02:52:39.414 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=220 |
02:52:39.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.415 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_country` |
02:52:39.417 | info | yii\db\Command::query | 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.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
02:52:39.419 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php |
02:52:39.422 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/default.php |
02:52:39.423 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/blocks/common/_team-header.php |
02:52:39.423 | info | yii\db\Command::query | 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.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.424 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `stats_team` |
02:52:39.425 | info | yii\db\Command::query | 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.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
02:52:39.469 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='team') AND (`item_id`=40) |
02:52:39.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.474 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | SELECT * FROM `hdbk_city` WHERE 0=1 |
02:52:39.487 | info | yii\db\Command::query | SELECT * FROM `staff` WHERE 0=1 |
02:52:39.487 | info | yii\db\Command::query | 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 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.488 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `match` |
02:52:39.490 | info | yii\db\Command::query | 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.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
02:52:39.533 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (44, 173, 40) |
02:52:39.535 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (40, 3) |
02:52:39.536 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/widgets/views/team-header-matches.php |
02:52:39.538 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE `tournament_id`=337 |
02:52:39.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.542 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=337 |
02:52:39.546 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
02:52:39.547 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
02:52:39.547 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-before-news') ORDER BY `number`, `banner_id` DESC |
02:52:39.547 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
02:52:39.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.548 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `settings` |
02:52:39.549 | info | yii\db\Command::query | 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.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
02:52:39.593 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
02:52:39.594 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-after-news') ORDER BY `number`, `banner_id` DESC |
02:52:39.596 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
02:52:39.596 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
02:52:39.597 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
02:52:39.597 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
02:52:39.598 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.598 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | 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.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.604 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `competition_id`=36 ORDER BY isnull(`order`), `order`, `start_dt` DESC |
02:52:39.610 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=36) ORDER BY isnull(`order`), `order`, `start_dt` DESC |
02:52:39.614 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | SELECT * FROM `round` WHERE `tournament_id` IN (565, 567, 376, 180, 568, 569, 570) ORDER BY `round`.`order` |
02:52:39.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.630 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | 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 | info | yii\db\Command::query | 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 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/CompetitionNav/views/widget.php |
02:52:39.724 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=36) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.728 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=565 |
02:52:39.729 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=36 |
02:52:39.729 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=565 ORDER BY `start_dt` DESC) `c` |
02:52:39.731 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/CompetitionNav/views/blocks/_tournament.php |
02:52:39.731 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=567 ORDER BY `start_dt` DESC) `c` |
02:52:39.732 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/CompetitionNav/views/blocks/_tournament.php |
02:52:39.732 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=567 |
02:52:39.733 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=376 ORDER BY `start_dt` DESC) `c` |
02:52:39.734 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/CompetitionNav/views/blocks/_tournament.php |
02:52:39.734 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=376 |
02:52:39.735 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=180 ORDER BY `start_dt` DESC) `c` |
02:52:39.737 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/CompetitionNav/views/blocks/_tournament.php |
02:52:39.737 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=180 |
02:52:39.738 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=568 ORDER BY `start_dt` DESC) `c` |
02:52:39.739 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/CompetitionNav/views/blocks/_tournament.php |
02:52:39.739 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=568 |
02:52:39.740 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=569 ORDER BY `start_dt` DESC) `c` |
02:52:39.741 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/CompetitionNav/views/blocks/_tournament.php |
02:52:39.741 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=569 |
02:52:39.742 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=570 ORDER BY `start_dt` DESC) `c` |
02:52:39.743 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/CompetitionNav/views/blocks/_tournament.php |
02:52:39.743 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=570 |
02:52:39.744 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/CompetitionNav/views/blocks/_competitions.php |
02:52:39.744 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=53) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.747 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=481 |
02:52:39.748 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=53 |
02:52:39.749 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=70) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.751 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=458 |
02:52:39.752 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=70 |
02:52:39.752 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=40) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.755 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=501 |
02:52:39.756 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=40 |
02:52:39.757 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=8) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.772 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=461 |
02:52:39.773 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=8 |
02:52:39.773 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=20) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.777 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=564 |
02:52:39.778 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=20 |
02:52:39.778 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=4) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.791 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=541 |
02:52:39.792 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=4 |
02:52:39.793 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=12) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.797 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=560 |
02:52:39.797 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=12 |
02:52:39.798 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=74) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.802 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=545 |
02:52:39.803 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=74 |
02:52:39.803 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=6) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.814 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=558 |
02:52:39.815 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=6 |
02:52:39.815 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=5) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.844 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=532 |
02:52:39.845 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=5 |
02:52:39.845 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.857 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=589 |
02:52:39.858 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=2 |
02:52:39.859 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=63) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.861 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=535 |
02:52:39.862 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=63 |
02:52:39.877 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=31) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.880 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=485 |
02:52:39.881 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=31 |
02:52:39.882 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=7) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.888 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=495 |
02:52:39.889 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=7 |
02:52:39.890 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=72) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.892 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=561 |
02:52:39.892 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=72 |
02:52:39.893 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=73) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.895 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=478 |
02:52:39.895 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=73 |
02:52:39.896 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=77) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.897 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=530 |
02:52:39.898 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=77 |
02:52:39.899 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`competition_id`=76) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
02:52:39.900 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=523 |
02:52:39.901 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=76 |
02:52:39.902 | info | yii\db\Command::query | 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.905 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
02:52:39.907 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php |
02:52:39.907 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
02:52:39.907 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
02:52:39.908 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
02:52:39.908 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `page` |
02:52:39.909 | info | yii\db\Command::query | 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.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
02:52:39.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
02:52:39.910 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
02:52:39.910 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
02:52:39.911 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
02:52:39.911 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
02:52:39.911 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |