09:02:01.595 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
09:02:01.595 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
09:02:01.595 | trace | yii\base\Module::getModule | Loading module: user |
09:02:01.596 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
09:02:01.596 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
09:02:01.597 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
09:02:01.597 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:02:01.598 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
09:02:01.598 | trace | yii\base\Module::getModule | Loading module: team |
09:02:01.598 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
09:02:01.598 | trace | yii\base\Module::getModule | Loading module: tournament |
09:02:01.598 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
09:02:01.598 | trace | yii\base\Module::getModule | Loading module: player |
09:02:01.598 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
09:02:01.598 | trace | yii\base\Module::getModule | Loading module: hdbk |
09:02:01.598 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
09:02:01.598 | trace | yii\base\Module::getModule | Loading module: match |
09:02:01.598 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
09:02:01.598 | trace | yii\base\Module::getModule | Loading module: redaction |
09:02:01.598 | trace | yii\base\Module::getModule | Loading module: debug |
09:02:01.599 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
09:02:01.599 | trace | yii\base\Module::getModule | Loading module: gii |
09:02:01.599 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
09:02:01.600 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
09:02:01.600 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='staff' |
09:02:01.601 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='2255' |
09:02:01.604 | trace | yii\web\Application::handleRequest | Route requested: 'staff/frontend/profile/index' |
09:02:01.604 | trace | yii\base\Module::getModule | Loading module: staff |
09:02:01.608 | trace | yii\base\Controller::runAction | Route to run: staff/frontend/profile/index |
09:02:01.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:02:01.608 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `staff` |
09:02:01.610 | 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 = 'staff' AND kcu.table_name = 'staff' |
09:02:01.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:02:01.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
09:02:01.611 | info | yii\db\Command::query | SELECT * FROM `staff` WHERE `staff_id`=2255 |
09:02:01.613 | info | yii\db\Command::query | SELECT `stats_staff`.`staff_id`, `stats_staff`.`team_id`, `stats_staff`.`tournament_id`, SUM(stats_staff.games) AS `games`, SUM(stats_staff.wins) + SUM(stats_staff.wins_ot) + SUM(stats_staff.wins_so) AS `wins`, SUM(stats_staff.draws) AS `draws`, SUM(stats_staff.losses) + SUM(stats_staff.losses_ot) + SUM(stats_staff.losses_so) AS `losses` FROM `stats_staff` WHERE `staff_id`=2255 GROUP BY `stats_staff`.`staff_id` ORDER BY `wins` DESC, `draws` DESC, `games` |
09:02:01.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:02:01.617 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `stats_staff` |
09:02:01.618 | 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_staff' AND kcu.table_name = 'stats_staff' |
09:02:01.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:02:01.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
09:02:01.619 | info | yii\db\Command::query | SELECT * FROM `staff` WHERE `staff_id`=2255 |
09:02:01.620 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\staff\controllers\frontend\ProfileController::actionIndex() |
09:02:01.620 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
09:02:01.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:02:01.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:02:01.621 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`='13' |
09:02:01.622 | info | yii\db\Command::query | SELECT * FROM `tournament_team_staff` `ts` WHERE `staff_id`=2255 |
09:02:01.627 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`season_id`=13) AND (`tournament_id`='82') ORDER BY `start_dt` DESC |
09:02:01.628 | info | yii\db\Command::query | SELECT `match_staff`.* FROM `match_staff` LEFT JOIN `match` ON `match_staff`.`match_id` = `match`.`match_id` LEFT JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match_staff`.`staff_id`=2255) AND (NOT (`match`.`gf` IS NULL)) AND (NOT (`match`.`ga` IS NULL)) AND (`tournament`.`season_id`='13') ORDER BY `match`.`start_dt` DESC |
09:02:01.631 | info | yii\db\Command::query | SELECT `stats_staff`.`staff_id`, `stats_staff`.`team_id`, `stats_staff`.`tournament_id`, SUM(stats_staff.games) AS `games`, SUM(stats_staff.wins) + SUM(stats_staff.wins_ot) + SUM(stats_staff.wins_so) AS `wins`, SUM(stats_staff.draws) AS `draws`, SUM(stats_staff.losses) + SUM(stats_staff.losses_ot) + SUM(stats_staff.losses_so) AS `losses` FROM `stats_staff` WHERE (`stats_staff`.`season_id`=13) AND (`staff_id`=2255) GROUP BY `stats_staff`.`staff_id` ORDER BY `wins` DESC, `draws` DESC, `games` |
09:02:01.633 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/staff/views/frontend/profile/index.php |
09:02:01.633 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='staff') AND (`item_id`=2255) |
09:02:01.634 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php |
09:02:01.637 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php |
09:02:01.638 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/staff/views/layouts/frontend/default.php |
09:02:01.638 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/staff/views/layouts/frontend/blocks/_staff-header.php |
09:02:01.640 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE 0=1 |
09:02:01.640 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
09:02:01.641 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
09:02:01.641 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
09:02:01.641 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
09:02:01.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:02:01.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:02:01.642 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
09:02:01.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:02:01.642 | 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 |
09:02:01.643 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
09:02:01.643 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
09:02:01.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
09:02:01.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
09:02:01.644 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
09:02:01.645 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
09:02:01.645 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
09:02:01.645 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
09:02:01.645 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |