6788317fdb4ca: GET http://bsrussia.local.internet-design.ru/profiles/persons/113/matches?national=1&season_id=15 at 2025-01-16 01:06:55 am by 111.119.238.229

Log Messages

Всего 267 записей.
TimeLevelCategoryMessage
 
01:06:55.893traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
01:06:55.893traceyii\base\Application::bootstrapBootstrap with app\modules\user\Bootstrap::bootstrap()
01:06:55.893traceyii\base\Module::getModuleLoading module: user
01:06:55.895traceyii\redis\Connection::openOpening redis DB connection: localhost:6379, database=3
01:06:55.895traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
01:06:55.895traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
01:06:55.895traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:55.896traceyii\base\Application::bootstrapBootstrap with app\modules\team\Bootstrap::bootstrap()
01:06:55.896traceyii\base\Module::getModuleLoading module: team
01:06:55.896traceyii\base\Application::bootstrapBootstrap with app\modules\tournament\Bootstrap::bootstrap()
01:06:55.896traceyii\base\Module::getModuleLoading module: tournament
01:06:55.896traceyii\base\Application::bootstrapBootstrap with app\modules\player\Bootstrap::bootstrap()
01:06:55.896traceyii\base\Module::getModuleLoading module: player
01:06:55.896traceyii\base\Application::bootstrapBootstrap with app\modules\hdbk\Bootstrap::bootstrap()
01:06:55.896traceyii\base\Module::getModuleLoading module: hdbk
01:06:55.897traceyii\base\Application::bootstrapBootstrap with app\modules\match\Bootstrap::bootstrap()
01:06:55.897traceyii\base\Module::getModuleLoading module: match
01:06:55.897traceyii\base\Application::bootstrapBootstrap with app\modules\redaction\Bootstrap::bootstrap()
01:06:55.897traceyii\base\Module::getModuleLoading module: redaction
01:06:55.897traceyii\base\Module::getModuleLoading module: debug
01:06:55.898traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
01:06:55.898traceyii\base\Module::getModuleLoading module: gii
01:06:55.898traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
01:06:55.899infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=bsr
01:06:55.899infoyii\db\Command::querySELECT * FROM `tournament` WHERE `alias`='persons'
01:06:56.037traceyii\web\Application::handleRequestRoute requested: 'player/frontend/matches/index'
01:06:56.038traceyii\base\Controller::runActionRoute to run: player/frontend/matches/index
01:06:56.038traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.038infoyii\db\Command::querySHOW FULL COLUMNS FROM `player`
01:06:56.088infoyii\db\Command::querySELECT 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'
01:06:56.097traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.097traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.098infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=113
01:06:56.104infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=113) AND (`team_id`=9) ORDER BY `in`
01:06:56.134traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.134infoyii\db\Command::querySHOW FULL COLUMNS FROM `team_player`
01:06:56.136infoyii\db\Command::querySELECT 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'
01:06:56.137traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.137traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.137infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
01:06:56.173infoyii\db\Command::querySELECT 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
01:06:56.278traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.278infoyii\db\Command::querySHOW FULL COLUMNS FROM `stats_player`
01:06:56.281infoyii\db\Command::querySELECT 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'
01:06:56.282traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.283traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.329traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.329infoyii\db\Command::querySHOW FULL COLUMNS FROM `team`
01:06:56.331infoyii\db\Command::querySELECT 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'
01:06:56.332traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.332traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.377infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.378infoyii\db\Command::querySELECT `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`
01:06:56.383infoyii\db\Command::querySELECT * 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)
01:06:56.398infoyii\db\Command::querySELECT `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`
01:06:56.413infoyii\db\Command::querySELECT * 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)
01:06:56.443traceyii\base\InlineAction::runWithParamsRunning action: app\modules\player\controllers\frontend\MatchesController::actionIndex()
01:06:56.443infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
01:06:56.443infoyii\db\Command::querySELECT `hdbk_season`.* FROM `hdbk_season` INNER JOIN `stats_player` `sp` ON sp.season_id = hdbk_season.season_id WHERE (`sp`.`player_id`=113) AND (`sp`.`team_id` IN ('9', '257', '261', '325', '326', '531', '563')) ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC
01:06:56.444traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.445traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.445infoyii\db\Command::querySELECT * FROM `hdbk_season` WHERE `season_id`='15'
01:06:56.446infoyii\db\Command::querySELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=113
01:06:56.509infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`is_published`=1) AND (`season_id`=15) 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
01:06:56.510traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.510traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.512infoyii\db\Command::querySELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
01:06:56.516infoyii\db\Command::querySELECT `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`=113) AND (NOT (`match`.`gf` IS NULL)) AND (NOT (`match`.`ga` IS NULL)) AND (`tournament`.`season_id`=15) AND (`match_player`.`team_id` IN (9, 257, 261, 325, 326, 531, 563)) ORDER BY `match`.`start_dt` DESC
01:06:56.556traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.556infoyii\db\Command::querySHOW FULL COLUMNS FROM `match_player`
01:06:56.558infoyii\db\Command::querySELECT 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'
01:06:56.559traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.559traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.560infoyii\db\Command::querySELECT * FROM `match` WHERE `match_id` IN (3469, 3466, 3465, 8104, 8103, 8102, 8099, 3440)
01:06:56.561traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.561infoyii\db\Command::querySHOW FULL COLUMNS FROM `match`
01:06:56.563infoyii\db\Command::querySELECT 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'
01:06:56.564traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.564traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.606infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id` IN (260, 263, 529)
01:06:56.609traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/index.php
01:06:56.610infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=113) ORDER BY `team_player`.`in` DESC
01:06:56.611infoyii\db\Command::querySELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC
01:06:56.612infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
01:06:56.615traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.615traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.616traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/common/_stats-tabs.php
01:06:56.617traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php
01:06:56.617traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php
01:06:56.618infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=263
01:06:56.620infoyii\db\Command::querySELECT `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`.`tournament_id`=263) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
01:06:56.621traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.621infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament_team_player`
01:06:56.623infoyii\db\Command::querySELECT 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'
01:06:56.623traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.623traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.624infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=263
01:06:56.624infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.625infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((263, 9))
01:06:56.628traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.628infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament_team`
01:06:56.630infoyii\db\Command::querySELECT 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'
01:06:56.630traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.630traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.631traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
01:06:56.631infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((3469, 113))
01:06:56.636traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.636infoyii\db\Command::querySHOW FULL COLUMNS FROM `match_player_stats`
01:06:56.637infoyii\db\Command::querySELECT 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'
01:06:56.638traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.638traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.681traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.681infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3469) AND (`player_id`=113) AND (`situation` IN (1, 2, 3))
01:06:56.687infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=3469) AND (`player_id`=113)
01:06:56.692infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=3469) AND (`player_id`=113)
01:06:56.699infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3469) AND (`player_id`=113) AND (`situation`=2)
01:06:56.702infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3469) AND (`player_id`=113) AND (`situation`=3)
01:06:56.702infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=3469) AND (`player_id`=113)
01:06:56.705infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3469) AND (`first_assistant`=113)
01:06:56.706infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 3469 AND player_id = 113
01:06:56.707traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.709infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.709infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=62
01:06:56.710traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
01:06:56.711infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((3466, 113))
01:06:56.711traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.712infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3466) AND (`player_id`=113) AND (`situation` IN (1, 2, 3))
01:06:56.712infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=3466) AND (`player_id`=113)
01:06:56.713infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=3466) AND (`player_id`=113)
01:06:56.713infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3466) AND (`player_id`=113) AND (`situation`=2)
01:06:56.713infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3466) AND (`player_id`=113) AND (`situation`=3)
01:06:56.714infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=3466) AND (`player_id`=113)
01:06:56.714infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3466) AND (`first_assistant`=113)
01:06:56.714infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 3466 AND player_id = 113
01:06:56.715traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.715infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.716infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=70
01:06:56.717traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
01:06:56.717infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((3465, 113))
01:06:56.718traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.718infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3465) AND (`player_id`=113) AND (`situation` IN (1, 2, 3))
01:06:56.718infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=3465) AND (`player_id`=113)
01:06:56.719infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=3465) AND (`player_id`=113)
01:06:56.719infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3465) AND (`player_id`=113) AND (`situation`=2)
01:06:56.719infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3465) AND (`player_id`=113) AND (`situation`=3)
01:06:56.720infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=3465) AND (`player_id`=113)
01:06:56.720infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3465) AND (`first_assistant`=113)
01:06:56.720infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 3465 AND player_id = 113
01:06:56.721traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.721infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.722infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=14
01:06:56.723infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=529
01:06:56.724infoyii\db\Command::querySELECT `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`.`tournament_id`=529) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
01:06:56.725infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=529
01:06:56.726infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.726infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((529, 9))
01:06:56.727traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
01:06:56.727infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((8104, 113))
01:06:56.729traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.729infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8104) AND (`player_id`=113) AND (`situation` IN (1, 2, 3))
01:06:56.730infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=8104) AND (`player_id`=113)
01:06:56.731infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=8104) AND (`player_id`=113)
01:06:56.731infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8104) AND (`player_id`=113) AND (`situation`=2)
01:06:56.731infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8104) AND (`player_id`=113) AND (`situation`=3)
01:06:56.732infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=8104) AND (`player_id`=113)
01:06:56.732infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8104) AND (`first_assistant`=113)
01:06:56.732infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 8104 AND player_id = 113
01:06:56.733traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.734infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.734infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=14
01:06:56.735traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
01:06:56.735infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((8103, 113))
01:06:56.736traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.736infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8103) AND (`player_id`=113) AND (`situation` IN (1, 2, 3))
01:06:56.736infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=8103) AND (`player_id`=113)
01:06:56.737infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=8103) AND (`player_id`=113)
01:06:56.737infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8103) AND (`player_id`=113) AND (`situation`=2)
01:06:56.737infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8103) AND (`player_id`=113) AND (`situation`=3)
01:06:56.738infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=8103) AND (`player_id`=113)
01:06:56.738infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8103) AND (`first_assistant`=113)
01:06:56.738infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 8103 AND player_id = 113
01:06:56.739traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.739infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=16
01:06:56.740infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.741traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
01:06:56.741infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((8102, 113))
01:06:56.741traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.741infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8102) AND (`player_id`=113) AND (`situation` IN (1, 2, 3))
01:06:56.742infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=8102) AND (`player_id`=113)
01:06:56.742infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=8102) AND (`player_id`=113)
01:06:56.742infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8102) AND (`player_id`=113) AND (`situation`=2)
01:06:56.743infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8102) AND (`player_id`=113) AND (`situation`=3)
01:06:56.743infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=8102) AND (`player_id`=113)
01:06:56.744infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8102) AND (`first_assistant`=113)
01:06:56.744infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 8102 AND player_id = 113
01:06:56.744traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.745infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.745infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=62
01:06:56.746traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
01:06:56.746infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((8099, 113))
01:06:56.747traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.747infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8099) AND (`player_id`=113) AND (`situation` IN (1, 2, 3))
01:06:56.748infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=8099) AND (`player_id`=113)
01:06:56.748infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=8099) AND (`player_id`=113)
01:06:56.748infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8099) AND (`player_id`=113) AND (`situation`=2)
01:06:56.749infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8099) AND (`player_id`=113) AND (`situation`=3)
01:06:56.749infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=8099) AND (`player_id`=113)
01:06:56.749infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=8099) AND (`first_assistant`=113)
01:06:56.750infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 8099 AND player_id = 113
01:06:56.750traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.750infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.751infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=73
01:06:56.752infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=260
01:06:56.753infoyii\db\Command::querySELECT `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`.`tournament_id`=260) AND (`tournament_team_player`.`status`='approved')) GROUP BY `team_id` ORDER BY `include_dt`
01:06:56.754infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=260
01:06:56.754infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.755infoyii\db\Command::querySELECT * FROM `tournament_team` WHERE (`tournament_id`, `team_id`) IN ((260, 9))
01:06:56.755traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
01:06:56.756infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((3440, 113))
01:06:56.756traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.756infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3440) AND (`player_id`=113) AND (`situation` IN (1, 2, 3))
01:06:56.757infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=3440) AND (`player_id`=113)
01:06:56.757infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=3440) AND (`player_id`=113)
01:06:56.757infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3440) AND (`player_id`=113) AND (`situation`=2)
01:06:56.758infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3440) AND (`player_id`=113) AND (`situation`=3)
01:06:56.758infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=3440) AND (`player_id`=113)
01:06:56.758infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=3440) AND (`first_assistant`=113)
01:06:56.758infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 3440 AND player_id = 113
01:06:56.759traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.759infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
01:06:56.760infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=56
01:06:56.762traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php
01:06:56.762traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/russia/_player-header.php
01:06:56.762traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.762infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament_team_player_result`
01:06:56.768infoyii\db\Command::querySELECT 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'
01:06:56.769traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.769traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.769infoyii\db\Command::querySELECT `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
01:06:56.772traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php
01:06:56.772traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php
01:06:56.772infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=113) AND (NOT (`team_id`=9)) ORDER BY `in`
01:06:56.778infoyii\db\Command::querySELECT * FROM `hdbk_city` WHERE 0=1
01:06:56.780infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
01:06:56.781traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.782infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_player_position`
01:06:56.782infoyii\db\Command::querySELECT 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'
01:06:56.783traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.783traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
01:06:56.783infoyii\db\Command::querySELECT `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`
01:06:56.787infoyii\db\Command::querySELECT `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`
01:06:56.789traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php
01:06:56.789traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php
01:06:56.789traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.790traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.790infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
01:06:56.794traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.794infoyii\db\Command::querySELECT 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
01:06:56.807traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php
01:06:56.808infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='confidentiality'
01:06:56.810traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
01:06:56.810traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
01:06:56.811infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='use_info'
01:06:56.811infoyii\db\Command::querySELECT COUNT(*) FROM `partner`
01:06:56.814traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php
01:06:56.814traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php
01:06:56.819traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php