11:57:28.536 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
11:57:28.536 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
11:57:28.536 | trace | yii\base\Module::getModule | Loading module: user |
11:57:28.538 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
11:57:28.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
11:57:28.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
11:57:28.538 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.539 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
11:57:28.539 | trace | yii\base\Module::getModule | Loading module: team |
11:57:28.539 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
11:57:28.539 | trace | yii\base\Module::getModule | Loading module: tournament |
11:57:28.540 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
11:57:28.540 | trace | yii\base\Module::getModule | Loading module: player |
11:57:28.540 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
11:57:28.540 | trace | yii\base\Module::getModule | Loading module: hdbk |
11:57:28.540 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
11:57:28.540 | trace | yii\base\Module::getModule | Loading module: match |
11:57:28.540 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
11:57:28.540 | trace | yii\base\Module::getModule | Loading module: redaction |
11:57:28.540 | trace | yii\base\Module::getModule | Loading module: debug |
11:57:28.541 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
11:57:28.541 | trace | yii\base\Module::getModule | Loading module: gii |
11:57:28.541 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
11:57:28.542 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
11:57:28.542 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `alias`='tournament' |
11:57:28.543 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='589' |
11:57:28.548 | trace | yii\web\Application::handleRequest | Route requested: 'tournament/frontend/videos/index' |
11:57:28.549 | trace | yii\base\Controller::runAction | Route to run: tournament/frontend/videos/index |
11:57:28.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.549 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament` |
11:57:28.552 | 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' |
11:57:28.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:57:28.553 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=589 |
11:57:28.555 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\tournament\controllers\frontend\VideosController::actionIndex() |
11:57:28.555 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/frontend/videos/index.php |
11:57:28.555 | info | yii\db\Command::query | SELECT * FROM `tag` WHERE (`module`='tournament') AND (`item_id`=589) |
11:57:28.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.559 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.560 | 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_ru`=1) AND (`video`.`is_public`=1) AND (`video_tag_assn`.`tag_id`=2039) ORDER BY `video`.`published_dt` DESC) `c` |
11:57:28.564 | 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_ru`=1) AND (`video`.`is_public`=1) AND (`video_tag_assn`.`tag_id`=2039) ORDER BY `video`.`published_dt` DESC LIMIT 12 |
11:57:28.572 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/redaction/widgets/videos/views/videos-list.php |
11:57:28.572 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/default.php |
11:57:28.572 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=1 |
11:57:28.573 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `parent_tournament_id`=1 ORDER BY `start_dt` DESC |
11:57:28.576 | info | yii\db\Command::query | SELECT `match`.`start_dt` FROM `match` INNER JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match`.`start_dt` < '2025-01-18 05:00:00') AND (`tournament`.`in_schedule`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`tournament`.`tournament_id` IN (589, 4, 3, 2)) ORDER BY `match`.`start_dt` DESC LIMIT 1 |
11:57:28.592 | info | yii\db\Command::query | SELECT `match`.`start_dt` FROM `match` INNER JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match`.`start_dt` > '2025-01-19 05:00:00') AND (`tournament`.`in_schedule`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`tournament`.`tournament_id` IN (589, 4, 3, 2)) ORDER BY `match`.`start_dt` LIMIT 1 |
11:57:28.593 | info | yii\db\Command::query | SELECT `tournament`.* FROM `tournament` INNER JOIN `match` ON `tournament`.`tournament_id` = `match`.`tournament_id` WHERE (`tournament`.`in_ru`=1) AND (`tournament`.`is_published`=1) AND (`tournament`.`in_schedule`=1) AND ((`tournament`.`tournament_id` IN (589, 4, 3, 2)) OR (`tournament`.`parent_tournament_id` IN (589, 4, 3, 2))) AND ((NOT (`match`.`start_dt` IS NULL)) AND ((NOT (`team1_id` IS NULL)) OR (NOT (`team1_placeholder` IS NULL))) AND ((NOT (`team2_id` IS NULL)) OR (NOT (`team2_placeholder` IS NULL))) AND (`match`.`start_dt` BETWEEN '2025-01-18 05:00:00' AND '2025-01-19 05:00:00')) ORDER BY `tournament`.`order`, `tournament`.`full_name` |
11:57:28.595 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/Scoreboard/views/widget.php |
11:57:28.595 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-header.php |
11:57:28.596 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=2 |
11:57:28.596 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.597 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.597 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/tournament/views/layouts/frontend/blocks/_tournament-filter.php |
11:57:28.597 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.598 | info | yii\db\Command::query | SELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `tournament` ON `hdbk_season`.`season_id` = `tournament`.`season_id` WHERE (`tournament`.`competition_id`=2) AND (`tournament`.`is_published`=1) ORDER BY `start_dt` DESC, `season_id` DESC, `order` |
11:57:28.600 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.600 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.602 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`tournament`.`is_published`=1) AND (`season_id` IN (24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10)) ORDER BY `order` |
11:57:28.706 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`=18 |
11:57:28.707 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=18) AND (`parent_tournament_id` IS NULL) AND (`is_published`=1) AND (`tournament`.`in_ru`=1) AND (`competition_id`=2) ORDER BY isnull(`order`), `order`, `start_dt` DESC |
11:57:28.708 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=24) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.710 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=547 |
11:57:28.711 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=23) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.712 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=417 |
11:57:28.713 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=22) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.714 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=348 |
11:57:28.715 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=21) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.717 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=239 |
11:57:28.718 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=20) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.719 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=146 |
11:57:28.720 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=19) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.721 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=72 |
11:57:28.722 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=18) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.725 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=589 |
11:57:28.726 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=17) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.728 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=55 |
11:57:28.729 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=16) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.731 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=50 |
11:57:28.732 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=15) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.734 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=46 |
11:57:28.735 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=14) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.746 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=43 |
11:57:28.747 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=13) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.748 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=40 |
11:57:28.749 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=12) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.750 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=36 |
11:57:28.751 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=11) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.752 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=57 |
11:57:28.753 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`season_id`=10) AND (`is_published`=1) AND (`competition_id`=2) ORDER BY `start_dt` DESC, isnull(parent_tournament_id) |
11:57:28.754 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=60 |
11:57:28.754 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=5 ORDER BY `start_dt` DESC) `c` |
11:57:28.756 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=5 |
11:57:28.757 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `tournament` WHERE `parent_tournament_id`=1 ORDER BY `start_dt` DESC) `c` |
11:57:28.758 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `parent_tournament_id`=1 ORDER BY `start_dt` DESC |
11:57:28.759 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`parent_tournament_id`=1) ORDER BY `start_dt` DESC |
11:57:28.762 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php |
11:57:28.762 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=4 |
11:57:28.763 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=3 |
11:57:28.764 | info | yii\db\Command::query | SELECT MAX(updated_at) FROM tournament |
11:57:28.765 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:57:28.766 | info | yii\db\Command::query | SELECT * FROM `tournament_place` WHERE (`main`=1) AND (`tournament_id`=589) |
11:57:28.767 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.767 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament_place` |
11:57:28.768 | 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_place' AND kcu.table_name = 'tournament_place' |
11:57:28.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:57:28.769 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=224 |
11:57:28.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.770 | info | yii\db\Command::query | SELECT * FROM `hdbk_city` WHERE `city_id`=25045 |
11:57:28.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.773 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_city` |
11:57:28.774 | 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_city' AND kcu.table_name = 'hdbk_city' |
11:57:28.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:57:28.775 | info | yii\db\Command::query | SELECT `tournament_team`.* FROM `tournament_team` LEFT JOIN `team` ON `tournament_team`.`team_id` = `team`.`team_id` WHERE (`status`='approved') AND (`tournament_team`.`tournament_id`=589) |
11:57:28.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.777 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (1, 2, 3, 5, 6, 7) |
11:57:28.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.781 | info | yii\db\Command::query | SELECT `tournament_team`.* FROM `tournament_team` LEFT JOIN `team` ON `tournament_team`.`team_id` = `team`.`team_id` WHERE (`status`='approved') AND (`tournament_team`.`tournament_id`=589) |
11:57:28.781 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id` IN (1, 2, 3, 5, 6, 7) |
11:57:28.784 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM `team` WHERE `team_id` IN (1, 2, 3, 5, 6, 7) ORDER BY `full_name`) `c` |
11:57:28.785 | info | yii\db\Command::query | SELECT EXISTS(SELECT `post`.* 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`=2039)) |
11:57:28.786 | info | yii\db\Command::query | SELECT EXISTS(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`=2039)) |
11:57:28.787 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
11:57:28.788 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
11:57:28.788 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
11:57:28.788 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
11:57:28.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.788 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `settings` |
11:57:28.790 | 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' |
11:57:28.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:57:28.833 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
11:57:28.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.834 | 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 |
11:57:28.841 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
11:57:28.841 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
11:57:28.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:57:28.842 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `page` |
11:57:28.844 | 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' |
11:57:28.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:57:28.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:57:28.845 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
11:57:28.846 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
11:57:28.846 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
11:57:28.847 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
11:57:28.847 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |