17:05:05.923 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
17:05:05.923 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\user\Bootstrap::bootstrap() |
17:05:05.923 | trace | yii\base\Module::getModule | Loading module: user |
17:05:05.924 | trace | yii\redis\Connection::open | Opening redis DB connection: localhost:6379, database=3 |
17:05:05.925 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH |
17:05:05.925 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
17:05:05.925 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.926 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\team\Bootstrap::bootstrap() |
17:05:05.926 | trace | yii\base\Module::getModule | Loading module: team |
17:05:05.926 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\tournament\Bootstrap::bootstrap() |
17:05:05.926 | trace | yii\base\Module::getModule | Loading module: tournament |
17:05:05.926 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\player\Bootstrap::bootstrap() |
17:05:05.926 | trace | yii\base\Module::getModule | Loading module: player |
17:05:05.926 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\hdbk\Bootstrap::bootstrap() |
17:05:05.926 | trace | yii\base\Module::getModule | Loading module: hdbk |
17:05:05.926 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\match\Bootstrap::bootstrap() |
17:05:05.926 | trace | yii\base\Module::getModule | Loading module: match |
17:05:05.926 | trace | yii\base\Application::bootstrap | Bootstrap with app\modules\redaction\Bootstrap::bootstrap() |
17:05:05.926 | trace | yii\base\Module::getModule | Loading module: redaction |
17:05:05.927 | trace | yii\base\Module::getModule | Loading module: debug |
17:05:05.927 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
17:05:05.927 | trace | yii\base\Module::getModule | Loading module: gii |
17:05:05.928 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
17:05:05.929 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=bsr |
17:05:05.929 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `alias`='persons' |
17:05:05.930 | trace | yii\web\Application::handleRequest | Route requested: 'player/frontend/matches/index' |
17:05:05.930 | trace | yii\base\Controller::runAction | Route to run: player/frontend/matches/index |
17:05:05.930 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.931 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.931 | info | yii\db\Command::query | SELECT * FROM `player` WHERE `player_id`=885 |
17:05:05.932 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=885) AND (`team_id`=9) ORDER BY `in` |
17:05:05.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.933 | info | yii\db\Command::query | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
17:05:05.933 | 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 |
17:05:05.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.934 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.934 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.934 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.935 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.935 | 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` |
17:05:05.936 | 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) |
17:05:05.943 | 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` |
17:05:05.945 | 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) |
17:05:05.958 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\player\controllers\frontend\MatchesController::actionIndex() |
17:05:05.958 | info | yii\db\Command::query | SELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
17:05:05.958 | 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 |
17:05:05.958 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.959 | info | yii\db\Command::query | SELECT * FROM `hdbk_season` WHERE `season_id`='12' |
17:05:05.960 | info | yii\db\Command::query | SELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=885 |
17:05:05.960 | 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 |
17:05:05.960 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.961 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.962 | info | yii\db\Command::query | SELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219) |
17:05:05.964 | 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`.`season_id`=12) AND (`match_player`.`team_id` IN (9, 257, 261, 325, 326, 531, 563)) ORDER BY `match`.`start_dt` DESC |
17:05:05.964 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.964 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.965 | info | yii\db\Command::query | SELECT * FROM `match` WHERE `match_id` IN (2750, 2749, 2746, 7985, 7982, 7980, 7981, 7978, 7974, 7967, 7961, 7959, 7958, 7949, 7948, 7944, 7937, 7935, 7934, 7930, 7928) |
17:05:05.965 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.965 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.966 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id` IN (231, 508, 510, 511, 512, 513, 514) |
17:05:05.968 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/index.php |
17:05:05.968 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=885) ORDER BY `team_player`.`in` DESC |
17:05:05.969 | info | yii\db\Command::query | SELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC |
17:05:05.969 | info | yii\db\Command::query | SELECT * FROM `hdbk_country` WHERE `country_id`=219 |
17:05:05.969 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.969 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.970 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/common/_stats-tabs.php |
17:05:05.970 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php |
17:05:05.970 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php |
17:05:05.971 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=231 |
17:05:05.971 | 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`=885) AND ((`tournament`.`tournament_id`=231) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt` |
17:05:05.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.972 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=231 |
17:05:05.973 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.974 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((231, 9)) |
17:05:05.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.974 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.974 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((2750, 885)) |
17:05:05.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.975 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 2750
AND player_id = 885 |
17:05:05.975 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=23 |
17:05:05.976 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.977 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.977 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((2749, 885)) |
17:05:05.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.977 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 2749
AND player_id = 885 |
17:05:05.977 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=108 |
17:05:05.978 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.978 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.979 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((2746, 885)) |
17:05:05.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:05.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.979 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 2746
AND player_id = 885 |
17:05:05.980 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.980 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=24 |
17:05:05.981 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=514 |
17:05:05.981 | 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`=885) AND ((`tournament`.`tournament_id`=514) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt` |
17:05:05.982 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=514 |
17:05:05.982 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.983 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((514, 9)) |
17:05:05.983 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.983 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7985, 885)) |
17:05:05.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.983 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7985
AND player_id = 885 |
17:05:05.984 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.984 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=62 |
17:05:05.985 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.985 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7982, 885)) |
17:05:05.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.985 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7982
AND player_id = 885 |
17:05:05.986 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.986 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=57 |
17:05:05.987 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.987 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7980, 885)) |
17:05:05.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.987 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7980
AND player_id = 885 |
17:05:05.988 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.988 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=14 |
17:05:05.989 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.989 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7981, 885)) |
17:05:05.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.989 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7981
AND player_id = 885 |
17:05:05.990 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=62 |
17:05:05.990 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.991 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=513 |
17:05:05.991 | 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`=885) AND ((`tournament`.`tournament_id`=513) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt` |
17:05:05.992 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=513 |
17:05:05.992 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.993 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((513, 9)) |
17:05:05.993 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.993 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7978, 885)) |
17:05:05.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.993 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7978
AND player_id = 885 |
17:05:05.994 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.994 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=71 |
17:05:05.995 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.995 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7974, 885)) |
17:05:05.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.995 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7974
AND player_id = 885 |
17:05:05.996 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.996 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=14 |
17:05:05.997 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:05.997 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7967, 885)) |
17:05:05.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:05.997 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7967
AND player_id = 885 |
17:05:05.998 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=16 |
17:05:05.998 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:05.999 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=512 |
17:05:05.999 | 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`=885) AND ((`tournament`.`tournament_id`=512) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt` |
17:05:06.000 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=512 |
17:05:06.000 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.001 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((512, 9)) |
17:05:06.001 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.001 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7961, 885)) |
17:05:06.001 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.001 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7961
AND player_id = 885 |
17:05:06.002 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.002 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=57 |
17:05:06.003 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.003 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7959, 885)) |
17:05:06.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.003 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7959
AND player_id = 885 |
17:05:06.004 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=14 |
17:05:06.004 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.005 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.005 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7958, 885)) |
17:05:06.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.005 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7958
AND player_id = 885 |
17:05:06.006 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.006 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=12 |
17:05:06.007 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=511 |
17:05:06.007 | 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`=885) AND ((`tournament`.`tournament_id`=511) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt` |
17:05:06.008 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=511 |
17:05:06.008 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.009 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((511, 9)) |
17:05:06.009 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.009 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7949, 885)) |
17:05:06.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.009 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7949
AND player_id = 885 |
17:05:06.010 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=16 |
17:05:06.010 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.011 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.011 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7948, 885)) |
17:05:06.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.011 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7948
AND player_id = 885 |
17:05:06.012 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.012 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=14 |
17:05:06.013 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.013 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7944, 885)) |
17:05:06.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.013 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7944
AND player_id = 885 |
17:05:06.014 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.015 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=62 |
17:05:06.015 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=510 |
17:05:06.016 | 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`=885) AND ((`tournament`.`tournament_id`=510) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt` |
17:05:06.016 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=510 |
17:05:06.017 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.018 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((510, 9)) |
17:05:06.018 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.018 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7937, 885)) |
17:05:06.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.019 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7937
AND player_id = 885 |
17:05:06.019 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.020 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=16 |
17:05:06.020 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.020 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7935, 885)) |
17:05:06.020 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.020 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7935
AND player_id = 885 |
17:05:06.021 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=14 |
17:05:06.021 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.022 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.022 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7934, 885)) |
17:05:06.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.022 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7934
AND player_id = 885 |
17:05:06.023 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=57 |
17:05:06.023 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.024 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=508 |
17:05:06.024 | 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`=885) AND ((`tournament`.`tournament_id`=508) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt` |
17:05:06.025 | info | yii\db\Command::query | SELECT * FROM `tournament` WHERE `tournament_id`=508 |
17:05:06.025 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.026 | info | yii\db\Command::query | SELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((508, 9)) |
17:05:06.026 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.026 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7930, 885)) |
17:05:06.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.026 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7930
AND player_id = 885 |
17:05:06.027 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=75 |
17:05:06.027 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.028 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php |
17:05:06.028 | info | yii\db\Command::query | SELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7928, 885)) |
17:05:06.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.028 | info | yii\db\Command::query | SELECT MAX(updated_at)
FROM match_player
WHERE match_id = 7928
AND player_id = 885 |
17:05:06.029 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=67 |
17:05:06.033 | info | yii\db\Command::query | SELECT * FROM `team` WHERE `team_id`=9 |
17:05:06.034 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php |
17:05:06.034 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/russia/_player-header.php |
17:05:06.034 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:06.035 | 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 |
17:05:06.038 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php |
17:05:06.038 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php |
17:05:06.038 | info | yii\db\Command::query | SELECT * FROM `team_player` WHERE (`player_id`=885) AND (NOT (`team_id`=9)) ORDER BY `in` |
17:05:06.039 | info | yii\db\Command::query | SELECT * FROM `hdbk_city` WHERE 0=1 |
17:05:06.039 | info | yii\db\Command::query | SELECT * FROM `hdbk_player_position` WHERE `position_id`=2 |
17:05:06.039 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.039 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:06.040 | 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` |
17:05:06.040 | 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` |
17:05:06.040 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php |
17:05:06.041 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php |
17:05:06.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:06.041 | info | yii\db\Command::query | SELECT * FROM `settings` WHERE `id`=1 |
17:05:06.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.041 | 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 |
17:05:06.042 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php |
17:05:06.042 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='confidentiality' |
17:05:06.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
17:05:06.043 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
17:05:06.043 | info | yii\db\Command::query | SELECT * FROM `page` WHERE `page`.`alias`='use_info' |
17:05:06.043 | info | yii\db\Command::query | SELECT COUNT(*) FROM `partner` |
17:05:06.043 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php |
17:05:06.043 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php |
17:05:06.043 | trace | yii\base\View::renderFile | Rendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php |