67899bc7537be: GET http://bsrussia.local.internet-design.ru/profiles/teams/40/stats?season_id=17 at 2025-01-17 02:52:39 am by 27.106.105.235

Log Messages

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