15:14:13.541 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
15:14:13.541 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
15:14:13.541 | trace | yii\base\Module::getModule | Loading module: user |
15:14:13.542 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
15:14:13.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
15:14:13.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
15:14:13.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.544 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
15:14:13.544 | trace | yii\base\Module::getModule | Loading module: team |
15:14:13.544 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
15:14:13.544 | trace | yii\base\Module::getModule | Loading module: tournament |
15:14:13.544 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
15:14:13.544 | trace | yii\base\Module::getModule | Loading module: player |
15:14:13.544 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
15:14:13.544 | trace | yii\base\Module::getModule | Loading module: hdbk |
15:14:13.544 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
15:14:13.544 | trace | yii\base\Module::getModule | Loading module: match |
15:14:13.544 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
15:14:13.544 | trace | yii\base\Module::getModule | Loading module: redaction |
15:14:13.545 | trace | yii\base\Module::getModule | Loading module: debug |
15:14:13.545 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
15:14:13.546 | trace | yii\base\Module::getModule | Loading module: gii |
15:14:13.546 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
15:14:13.547 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
15:14:13.548 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='persons' |
15:14:13.548 | trace | yii\web\Application::handleRequest | Route requested: 'player/frontend/matches/index' |
15:14:13.549 | trace | yii\base\Controller::runAction | Route to run: player/frontend/matches/index |
15:14:13.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.549 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `player` |
15:14:13.551 | 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 = 'player' AND kcu.table_name = 'player' |
15:14:13.552 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.552 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:14:13.553 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id`=885 |
15:14:13.554 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=885) AND (`team_id`=9) ORDER BY `in` |
15:14:13.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.554 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `team_player` |
15:14:13.556 | 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_player' AND kcu.table_name = 'team_player' |
15:14:13.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:14:13.557 | info | yii\db\Command::query | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
15:14:13.557 | info | yii\db\Command::query | SELECT
sp.player_id, sp.season_id, sp.competition_id, sp.team_id, sp.tournament_id,
sum(games) as games,
sum(goals) as goals,
sum(freekick_goals) as freekick_goals,
sum(penalties) as penalties,
sum(assists) as assists,
sum(second_assists) as second_assists,
sum(shoots) as shoots,
sum(shoots_target) as shoots_target,
sum(biciclets) as biciclets,
sum(freekicks) as freekicks,
sum(plus_minus) as plus_minus,
sum(fouls) as fouls,
sum(corners) as corners,
sum(shoots_block) as shoots_block,
sum(yellow_cards) as yellow_cards,
sum(red_cards) as red_cards,
sum(saves) as saves,
sum(gk_shoots_target) as gk_shoots_target,
sum(gk_shoots_postbar) as gk_shoots_postbar,
sum(missed_goals) as missed_goals
FROM stats_player as sp INNER JOIN hdbk_season as s ON s.season_id = sp.season_id INNER JOIN tournament as t ON t.tournament_id = sp.tournament_id WHERE sp.player_id = 885 AND t.is_unofficial = 0 AND sp.team_id IN (9,257,261,325,326,531,563) GROUP BY sp.season_id ORDER BY s.start_dt DESC, s.season_id DESC |
15:14:13.559 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.559 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `stats_player` |
15:14:13.560 | 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_player' AND kcu.table_name = 'stats_player' |
15:14:13.560 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:14:13.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.605 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
15:14:13.606 | info | yii\db\Command::query | SELECT `team_player`.* FROM `team_player` LEFT JOIN `player` ON `team_player`.`player_id` = `player`.`player_id` WHERE (`team_player`.`status`='accepted') AND (`team_player`.`team_id`=9) ORDER BY isnull(team_player.number), `team_player`.`number` |
15:14:13.608 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id` IN (309, 5729, 98, 1843, 114, 115, 116, 117, 2576, 120, 97, 257, 265, 256, 266, 83, 2277, 95, 822, 689, 2438, 1903, 7427) |
15:14:13.617 | info | yii\db\Command::query | SELECT `team_player`.* FROM `team_player` LEFT JOIN `player` ON `team_player`.`player_id` = `player`.`player_id` WHERE (`team_player`.`status`='left') AND (NOT (`team_player`.`player_id` IN (309, 5729, 98, 1843, 114, 115, 116, 117, 2576, 120, 97, 257, 265, 256, 266, 83, 2277, 95, 822, 689, 2438, 1903, 7427))) AND (`team_player`.`team_id`=9) ORDER BY isnull(team_player.number), `team_player`.`number` |
15:14:13.619 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id` IN (108, 137, 262, 119, 287, 5319, 4940, 10335, 1567, 10334, 1386, 6781, 77, 453, 1902, 6584, 3363, 4184, 4845, 4185, 10340, 4069, 772, 771, 286, 10339, 10338, 10337, 10336, 1385, 327, 80, 3362, 3358, 290, 277, 264, 190, 53, 3697, 136, 113, 112, 121, 135, 118, 307, 311, 444, 3266, 1914, 1895, 1891, 1890, 1862, 1410, 1297, 885, 846, 683, 451, 5325) |
15:14:13.629 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\player\controllers\frontend\MatchesController::actionIndex() |
15:14:13.629 | info | yii\db\Command::query | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
15:14:13.630 | info | yii\db\Command::query | SELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `stats_player` `sp` ON sp.season_id = hdbk_season.season_id WHERE (`sp`.`player_id`=885) AND (`sp`.`team_id` IN ('9', '257', '261', '325', '326', '531', '563')) ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC |
15:14:13.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.632 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`='511' |
15:14:13.632 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`=12 |
15:14:13.633 | info | yii\db\Command::query | SELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=885 |
15:14:13.668 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`season_id`=12) AND (`tournament_id` IN ('18', '36', '39', '43', '57', '60', '62', '69', '231', '510', '508', '511', '512', '513', '514')) ORDER BY `start_dt` DESC |
15:14:13.673 | info | yii\db\Command::query | SELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
15:14:13.677 | info | yii\db\Command::query | SELECT `match_player`.* FROM `match_player` LEFT JOIN `match` ON `match_player`.`match_id` = `match`.`match_id` LEFT JOIN `tournament` ON `match`.`tournament_id` = `tournament`.`tournament_id` WHERE (`match_player`.`player_id`=885) AND (NOT (`match`.`gf` IS NULL)) AND (NOT (`match`.`ga` IS NULL)) AND (`tournament`.`tournament_id`=511) AND (`match_player`.`team_id` IN (9, 257, 261, 325, 326, 531, 563)) ORDER BY `match`.`start_dt` DESC |
15:14:13.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.678 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `match_player` |
15:14:13.679 | 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_player' AND kcu.table_name = 'match_player' |
15:14:13.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:14:13.680 | info | yii\db\Command::query | SELECT * FROM `match` WHERE `match_id` IN (7949, 7948, 7944) |
15:14:13.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.681 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=511 |
15:14:13.681 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/index.php |
15:14:13.682 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=885) ORDER BY `team_player`.`in` DESC |
15:14:13.682 | info | yii\db\Command::query | SELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC |
15:14:13.682 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
15:14:13.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.683 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/common/_stats-tabs.php |
15:14:13.683 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php |
15:14:13.684 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php |
15:14:13.684 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
15:14:13.684 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7949, 885)) |
15:14:13.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.685 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `match_player_stats` |
15:14:13.686 | 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_player_stats' AND kcu.table_name = 'match_player_stats' |
15:14:13.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:14:13.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.729 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7949
AND player_id = 885 |
15:14:13.730 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=16 |
15:14:13.731 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
15:14:13.731 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
15:14:13.731 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7948, 885)) |
15:14:13.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.732 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7948
AND player_id = 885 |
15:14:13.733 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
15:14:13.733 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=14 |
15:14:13.734 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
15:14:13.734 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7944, 885)) |
15:14:13.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.734 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7944
AND player_id = 885 |
15:14:13.735 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
15:14:13.736 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=62 |
15:14:13.736 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php |
15:14:13.736 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/russia/_player-header.php |
15:14:13.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.737 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament_team_player_result` |
15:14:13.738 | 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_team_player_result' AND kcu.table_name = 'tournament_team_player_result' |
15:14:13.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:14:13.739 | info | yii\db\Command::query | SELECT `tournament_team_player_result`.* FROM `tournament_team_player_result` INNER JOIN `tournament` ON `tournament_team_player_result`.`tournament_id` = `tournament`.`tournament_id` WHERE (`tournament`.`is_published`=1) AND (`tournament_team_player_result`.`player_id`=885) ORDER BY `tournament`.`start_dt` DESC LIMIT 6 |
15:14:13.742 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
15:14:13.742 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
15:14:13.743 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=885) AND (NOT (`team_id`=9)) ORDER BY `in` |
15:14:13.744 | info | yii\db\Command::query | SELECT * FROM `hdbk_city` WHERE 0=1 |
15:14:13.745 | info | yii\db\Command::query | SELECT * FROM `hdbk_player_position` WHERE `position_id`=2 |
15:14:13.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.745 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_player_position` |
15:14:13.746 | 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_player_position' AND kcu.table_name = 'hdbk_player_position' |
15:14:13.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:14:13.747 | info | yii\db\Command::query | SELECT `m`.* FROM `match` `m` INNER JOIN `match_player` `mp` ON mp.match_id = m.match_id INNER JOIN `tournament` `t` ON t.tournament_id = m.tournament_id WHERE ((`mp`.`player_id`=885) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt` |
15:14:13.751 | info | yii\db\Command::query | SELECT `m`.* FROM `match` `m` INNER JOIN `match_player` `mp` ON mp.match_id = m.match_id INNER JOIN `tournament` `t` ON t.tournament_id = m.tournament_id WHERE ((`mp`.`player_id`=885) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt` |
15:14:13.752 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
15:14:13.753 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
15:14:13.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.753 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
15:14:13.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.754 | 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 |
15:14:13.755 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
15:14:13.755 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
15:14:13.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:14:13.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:14:13.756 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
15:14:13.756 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
15:14:13.757 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
15:14:13.757 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
15:14:13.757 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |