11:32:04.829 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
11:32:04.829 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
11:32:04.829 | trace | yii\base\Module::getModule | Loading module: user |
11:32:04.831 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
11:32:04.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
11:32:04.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
11:32:04.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:04.833 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
11:32:04.833 | trace | yii\base\Module::getModule | Loading module: team |
11:32:04.833 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
11:32:04.833 | trace | yii\base\Module::getModule | Loading module: tournament |
11:32:04.833 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
11:32:04.833 | trace | yii\base\Module::getModule | Loading module: player |
11:32:04.833 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
11:32:04.833 | trace | yii\base\Module::getModule | Loading module: hdbk |
11:32:04.833 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
11:32:04.833 | trace | yii\base\Module::getModule | Loading module: match |
11:32:04.833 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
11:32:04.833 | trace | yii\base\Module::getModule | Loading module: redaction |
11:32:04.833 | trace | yii\base\Module::getModule | Loading module: debug |
11:32:04.834 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
11:32:04.834 | trace | yii\base\Module::getModule | Loading module: gii |
11:32:04.834 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
11:32:04.836 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
11:32:04.836 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='persons' |
11:32:04.842 | trace | yii\web\Application::handleRequest | Route requested: 'player/frontend/profile/career' |
11:32:04.842 | trace | yii\base\Controller::runAction | Route to run: player/frontend/profile/career |
11:32:04.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:04.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:04.843 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id`=113 |
11:32:04.844 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=113) AND (`team_id`=9) ORDER BY `in` |
11:32:04.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:04.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:04.845 | info | yii\db\Command::query | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
11:32:04.847 | 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 = 113 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 |
11:32:04.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:04.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:04.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:04.848 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `team` |
11:32:04.850 | 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' AND kcu.table_name = 'team' |
11:32:04.850 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:04.850 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:32:04.851 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
11:32:04.851 | 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` |
11:32:04.853 | 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) |
11:32:04.861 | 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` |
11:32:04.865 | 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) |
11:32:04.882 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\player\controllers\frontend\ProfileController::actionCareer() |
11:32:04.882 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:04.882 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_competition` |
11:32:04.884 | 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_competition' AND kcu.table_name = 'hdbk_competition' |
11:32:04.884 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:04.885 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:32:04.885 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`='4' |
11:32:04.885 | info | yii\db\Command::query | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
11:32:04.885 | 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 = 113 AND sp.competition_id = '4' 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 |
11:32:04.887 | info | yii\db\Command::query | SELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=113 |
11:32:04.924 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE (`is_published`=1) AND (`tournament_id` IN ('3', '4', '5', '9', '18', '19', '23', '43', '46', '48', '49', '50', '53', '54', '55', '64', '67', '70', '72', '73', '87', '92', '100', '105', '106', '146', '157', '159', '176', '245', '250', '252', '348', '355', '260', '263', '264', '529', '257', '524', '526')) ORDER BY `start_dt` DESC |
11:32:04.926 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:04.926 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament` |
11:32:04.929 | 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:32:04.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:04.930 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:32:04.987 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=2 |
11:32:04.988 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=8 |
11:32:04.988 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=39 |
11:32:04.988 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=6 |
11:32:04.989 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=17 |
11:32:04.989 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=14 |
11:32:04.990 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=5 |
11:32:04.991 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=4 |
11:32:04.992 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=18 |
11:32:04.992 | info | yii\db\Command::query | SELECT * FROM `hdbk_competition` WHERE `competition_id`=12 |
11:32:04.993 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/profile/russia/career.php |
11:32:04.994 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=113) ORDER BY `team_player`.`in` DESC |
11:32:04.994 | info | yii\db\Command::query | SELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC |
11:32:04.995 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
11:32:04.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:04.996 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_country` |
11:32:04.997 | 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_country' AND kcu.table_name = 'hdbk_country' |
11:32:04.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:04.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:32:04.999 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/common/_stats-tabs.php |
11:32:04.999 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_competitions-select.php |
11:32:05.001 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`=17 |
11:32:05.002 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:05.002 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `hdbk_season` |
11:32:05.004 | 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_season' AND kcu.table_name = 'hdbk_season' |
11:32:05.004 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:05.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:32:05.005 | info | yii\db\Command::query | SELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
11:32:05.009 | info | yii\db\Command::query | SELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=113) AND ((`tournament`.`season_id`=17) AND (`tournament_team_player`.`status`='approved')) AND (`team_id` IN (9, 257, 261, 325, 326, 531, 563)) GROUP BY `team_id` ORDER BY `include_dt` |
11:32:05.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:05.021 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament_team_player` |
11:32:05.022 | 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' AND kcu.table_name = 'tournament_team_player' |
11:32:05.023 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:05.023 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:32:05.023 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=250 |
11:32:05.024 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((250, 9)) |
11:32:05.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:05.025 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `tournament_team` |
11:32:05.026 | 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' AND kcu.table_name = 'tournament_team' |
11:32:05.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:05.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:32:05.027 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`=16 |
11:32:05.027 | info | yii\db\Command::query | SELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
11:32:05.030 | info | yii\db\Command::query | SELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=113) AND ((`tournament`.`season_id`=16) AND (`tournament_team_player`.`status`='approved')) AND (`team_id` IN (9, 257, 261, 325, 326, 531, 563)) GROUP BY `team_id` ORDER BY `include_dt` |
11:32:05.035 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=9 |
11:32:05.035 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((9, 9)) |
11:32:05.037 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
11:32:05.037 | info | yii\db\Command::query | SELECT * FROM `team_history` WHERE (`since` <= '2011-09-01') AND ((`to` IS NULL) OR (`to` >= '2011-09-01')) AND (`team_id`=9) ORDER BY `since` DESC |
11:32:05.038 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`=15 |
11:32:05.038 | info | yii\db\Command::query | SELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
11:32:05.040 | info | yii\db\Command::query | SELECT `tournament_team_player`.* FROM `tournament_team_player` LEFT JOIN `tournament` ON `tournament_team_player`.`tournament_id` = `tournament`.`tournament_id` WHERE (`player_id`=113) AND ((`tournament`.`season_id`=15) AND (`tournament_team_player`.`status`='approved')) AND (`team_id` IN (9, 257, 261, 325, 326, 531, 563)) GROUP BY `team_id` ORDER BY `include_dt` |
11:32:05.043 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=260 |
11:32:05.044 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((260, 9)) |
11:32:05.045 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php |
11:32:05.045 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/russia/_player-header.php |
11:32:05.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:05.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:05.046 | 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`=113) ORDER BY `tournament`.`start_dt` DESC LIMIT 6 |
11:32:05.050 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
11:32:05.051 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
11:32:05.051 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=113) AND (NOT (`team_id`=9)) ORDER BY `in` |
11:32:05.052 | info | yii\db\Command::query | SELECT * FROM `hdbk_city` WHERE 0=1 |
11:32:05.053 | info | yii\db\Command::query | SELECT * FROM `hdbk_player_position` WHERE `position_id`=2 |
11:32:05.053 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:05.053 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:05.053 | 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`=113) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt` |
11:32:05.058 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:05.058 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `match` |
11:32:05.060 | 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' AND kcu.table_name = 'match' |
11:32:05.061 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:05.061 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:32:05.105 | 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`=113) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt` |
11:32:05.106 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
11:32:05.106 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
11:32:05.106 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:05.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:05.107 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
11:32:05.108 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:05.108 | 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:32:05.115 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
11:32:05.115 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
11:32:05.116 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:32:05.116 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:32:05.116 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
11:32:05.117 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
11:32:05.118 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
11:32:05.118 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
11:32:05.118 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |