16:45:22.998 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
16:45:22.998 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
16:45:22.998 | trace | yii\base\Module::getModule | Loading module: user |
16:45:22.999 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
16:45:22.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
16:45:23.000 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
16:45:23.000 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.001 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
16:45:23.001 | trace | yii\base\Module::getModule | Loading module: team |
16:45:23.001 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
16:45:23.002 | trace | yii\base\Module::getModule | Loading module: tournament |
16:45:23.002 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
16:45:23.002 | trace | yii\base\Module::getModule | Loading module: player |
16:45:23.002 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
16:45:23.002 | trace | yii\base\Module::getModule | Loading module: hdbk |
16:45:23.002 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
16:45:23.002 | trace | yii\base\Module::getModule | Loading module: match |
16:45:23.002 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
16:45:23.002 | trace | yii\base\Module::getModule | Loading module: redaction |
16:45:23.002 | trace | yii\base\Module::getModule | Loading module: debug |
16:45:23.003 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
16:45:23.004 | trace | yii\base\Module::getModule | Loading module: gii |
16:45:23.004 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
16:45:23.005 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
16:45:23.006 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='profiles' |
16:45:23.006 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='teams' |
16:45:23.007 | trace | yii\web\Application::handleRequest | Route requested: 'team/frontend/profile/index' |
16:45:23.007 | trace | yii\base\Controller::runAction | Route to run: team/frontend/profile/index |
16:45:23.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.008 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=596 |
16:45:23.009 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\team\controllers\frontend\ProfileController::actionIndex() |
16:45:23.009 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='team') AND (`item_id`=596) |
16:45:23.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.014 | info | yii\db\Command::query | 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_en`=1) AND (`post`.`is_public`=1) AND (`post_tag_assn`.`tag_id`=1094) ORDER BY `published_dt` DESC LIMIT 6 |
16:45:23.016 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
16:45:23.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.016 | 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 = 596 and t.is_published = 1 and t.season_id = 26 GROUP BY st.team_id ORDER BY t.start_dt desc |
16:45:23.017 | 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 = 596 and t.is_published = 1 GROUP BY st.team_id |
16:45:23.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.017 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/frontend/profile/index.php |
16:45:23.018 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
16:45:23.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.018 | info | yii\db\Command::query | SELECT * FROM `hdbk_city` WHERE `city_id`=18072 |
16:45:23.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.020 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/posts/views/articles.php |
16:45:23.021 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT `video`.* FROM `video` INNER JOIN `video_tag_assn` ON video_tag_assn.video_id = video.video_id WHERE (`video`.`in_en`=1) AND (`video`.`is_public`=1) AND (`video_tag_assn`.`tag_id`=1094) ORDER BY `video`.`published_dt` DESC) `c` |
16:45:23.023 | info | yii\db\Command::query | SELECT `video`.* FROM `video` INNER JOIN `video_tag_assn` ON video_tag_assn.video_id = video.video_id WHERE (`video`.`in_en`=1) AND (`video`.`is_public`=1) AND (`video_tag_assn`.`tag_id`=1094) ORDER BY `video`.`published_dt` DESC LIMIT 3 |
16:45:23.025 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/videos/views/videos-list.php |
16:45:23.025 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/posts/views/articles.php |
16:45:23.026 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT `album`.* FROM `album` INNER JOIN `album_tag_assn` ON album_tag_assn.album_id = album.album_id WHERE (`album`.`in_en`=1) AND (`album`.`is_public`=1) AND (`album_tag_assn`.`tag_id`=1094) ORDER BY `album`.`published_dt` DESC) `c` |
16:45:23.029 | info | yii\db\Command::query | SELECT `album`.* FROM `album` INNER JOIN `album_tag_assn` ON album_tag_assn.album_id = album.album_id WHERE (`album`.`in_en`=1) AND (`album`.`is_public`=1) AND (`album_tag_assn`.`tag_id`=1094) ORDER BY `album`.`published_dt` DESC LIMIT 3 |
16:45:23.033 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/albums/views/albums-list.php |
16:45:23.033 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/posts/views/articles.php |
16:45:23.033 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/default.php |
16:45:23.033 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/views/layouts/frontend/blocks/common/_team-header.php |
16:45:23.034 | 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 = 596 and t.is_published = 1 GROUP BY st.team_id |
16:45:23.034 | 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`=1094) |
16:45:23.034 | 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`=1094) |
16:45:23.035 | 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`=1094) |
16:45:23.036 | 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`=1094) |
16:45:23.039 | info | yii\db\Command::query | SELECT * FROM `staff` WHERE 0=1 |
16:45:23.040 | info | yii\db\Command::query | SELECT * FROM `match` `m` WHERE (NOT (`m`.`start_dt` IS NULL)) AND ((`m`.`team1_id`=596) OR (`m`.`team2_id`=596)) AND ((NOT (`m`.`gf` IS NULL)) AND (NOT (`m`.`ga` IS NULL))) ORDER BY `m`.`start_dt` DESC LIMIT 5 |
16:45:23.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.041 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (136, 596, 598) |
16:45:23.042 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (596, 597) |
16:45:23.043 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/team/widgets/views/team-header-matches.php |
16:45:23.044 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE `tournament_id`=446 |
16:45:23.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.046 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=446 |
16:45:23.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.047 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.049 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
16:45:23.049 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
16:45:23.050 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-before-news') ORDER BY `number`, `banner_id` DESC |
16:45:23.050 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
16:45:23.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.050 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
16:45:23.051 | 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`=1094) ORDER BY `published_dt` DESC LIMIT 25 |
16:45:23.052 | info | yii\db\Command::query | SELECT * FROM `banner` WHERE (`is_public`=1) AND (`position`='sb-after-news') ORDER BY `number`, `banner_id` DESC |
16:45:23.052 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/banner/views/banner.php |
16:45:23.052 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
16:45:23.052 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
16:45:23.052 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
16:45:23.052 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.053 | 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 |
16:45:23.054 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialIframe/views/fb.php |
16:45:23.054 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
16:45:23.054 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
16:45:23.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
16:45:23.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
16:45:23.055 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
16:45:23.056 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
16:45:23.056 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
16:45:23.056 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
16:45:23.056 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |