67885a3043a30: GET http://bsrussia.local.internet-design.ru/profiles/persons/1297/matches?national=1&tournament_id=514 at 2025-01-16 04:00:32 am by 111.119.196.80

Log Messages

Всего 196 записей.
TimeLevelCategoryMessage
 
04:00:32.270traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
04:00:32.270traceyii\base\Application::bootstrapBootstrap with app\modules\user\Bootstrap::bootstrap()
04:00:32.270traceyii\base\Module::getModuleLoading module: user
04:00:32.272traceyii\redis\Connection::openOpening redis DB connection: localhost:6379, database=3
04:00:32.272traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
04:00:32.272traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
04:00:32.272traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.274traceyii\base\Application::bootstrapBootstrap with app\modules\team\Bootstrap::bootstrap()
04:00:32.274traceyii\base\Module::getModuleLoading module: team
04:00:32.274traceyii\base\Application::bootstrapBootstrap with app\modules\tournament\Bootstrap::bootstrap()
04:00:32.274traceyii\base\Module::getModuleLoading module: tournament
04:00:32.274traceyii\base\Application::bootstrapBootstrap with app\modules\player\Bootstrap::bootstrap()
04:00:32.274traceyii\base\Module::getModuleLoading module: player
04:00:32.275traceyii\base\Application::bootstrapBootstrap with app\modules\hdbk\Bootstrap::bootstrap()
04:00:32.275traceyii\base\Module::getModuleLoading module: hdbk
04:00:32.275traceyii\base\Application::bootstrapBootstrap with app\modules\match\Bootstrap::bootstrap()
04:00:32.275traceyii\base\Module::getModuleLoading module: match
04:00:32.275traceyii\base\Application::bootstrapBootstrap with app\modules\redaction\Bootstrap::bootstrap()
04:00:32.275traceyii\base\Module::getModuleLoading module: redaction
04:00:32.275traceyii\base\Module::getModuleLoading module: debug
04:00:32.276traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
04:00:32.277traceyii\base\Module::getModuleLoading module: gii
04:00:32.277traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
04:00:32.277infoyii\db\Connection::openOpening DB connection: mysql:host=localhost;dbname=bsr
04:00:32.278infoyii\db\Command::querySELECT * FROM `tournament` WHERE `alias`='persons'
04:00:32.280traceyii\web\Application::handleRequestRoute requested: 'player/frontend/matches/index'
04:00:32.280traceyii\base\Controller::runActionRoute to run: player/frontend/matches/index
04:00:32.281traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.281infoyii\db\Command::querySHOW FULL COLUMNS FROM `player`
04:00:32.282infoyii\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'
04:00:32.283traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.283traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.283infoyii\db\Command::querySELECT * FROM `player` WHERE `player_id`=1297
04:00:32.285infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=1297) AND (`team_id`=9) ORDER BY `in`
04:00:32.285traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.285infoyii\db\Command::querySHOW FULL COLUMNS FROM `team_player`
04:00:32.286infoyii\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'
04:00:32.287traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.287traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.287infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
04:00:32.288infoyii\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 = 1297 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
04:00:32.289traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.289infoyii\db\Command::querySHOW FULL COLUMNS FROM `stats_player`
04:00:32.291infoyii\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'
04:00:32.292traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.292traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.337traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.337infoyii\db\Command::querySHOW FULL COLUMNS FROM `team`
04:00:32.339infoyii\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'
04:00:32.340traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.340traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.381infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
04:00:32.382infoyii\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`
04:00:32.385infoyii\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)
04:00:32.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`
04:00:32.401infoyii\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)
04:00:32.421traceyii\base\InlineAction::runWithParamsRunning action: app\modules\player\controllers\frontend\MatchesController::actionIndex()
04:00:32.421infoyii\db\Command::querySELECT `team_id` FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
04:00:32.421infoyii\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`=1297) AND (`sp`.`team_id` IN ('9', '257', '261', '325', '326', '531', '563')) ORDER BY `hdbk_season`.`start_dt` DESC, `hdbk_season`.`season_id` DESC
04:00:32.422traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.422infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_season`
04:00:32.424infoyii\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_season' AND kcu.table_name = 'hdbk_season'
04:00:32.425traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.425traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.425traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.425infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament`
04:00:32.428infoyii\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' AND kcu.table_name = 'tournament'
04:00:32.428traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.429traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.473infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`='514'
04:00:32.474infoyii\db\Command::querySELECT * FROM `hdbk_season` WHERE `season_id`=12
04:00:32.475infoyii\db\Command::querySELECT * FROM `tournament_team_player` `tr` WHERE `player_id`=1297
04:00:32.513infoyii\db\Command::querySELECT * FROM `tournament` WHERE (`is_published`=1) AND (`season_id`=12) AND (`tournament_id` IN ('36', '40', '43', '57', '60', '62', '174', '231', '233', '518', '508', '512', '513', '514')) ORDER BY `start_dt` DESC
04:00:32.518infoyii\db\Command::querySELECT * FROM `team` WHERE (`type`='mix') AND (`is_national`=1) AND (`country_id`=219)
04:00:32.523infoyii\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`=1297) AND (NOT (`match`.`gf` IS NULL)) AND (NOT (`match`.`ga` IS NULL)) AND (`tournament`.`tournament_id`=514) AND (`match_player`.`team_id` IN (9, 257, 261, 325, 326, 531, 563)) ORDER BY `match`.`start_dt` DESC
04:00:32.525traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.525infoyii\db\Command::querySHOW FULL COLUMNS FROM `match_player`
04:00:32.527infoyii\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'
04:00:32.527traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.527traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.528infoyii\db\Command::querySELECT * FROM `match` WHERE `match_id` IN (7985, 7982, 7980, 7981)
04:00:32.528traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.528infoyii\db\Command::querySHOW FULL COLUMNS FROM `match`
04:00:32.530infoyii\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'
04:00:32.530traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.530traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.573infoyii\db\Command::querySELECT * FROM `tournament` WHERE `tournament_id`=514
04:00:32.575traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/index.php
04:00:32.576infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`team_player`.`status`='accepted') AND (`player_id`=1297) ORDER BY `team_player`.`in` DESC
04:00:32.576infoyii\db\Command::querySELECT * FROM `team` WHERE 0=1 ORDER BY `team`.`is_national` DESC
04:00:32.577infoyii\db\Command::querySELECT * FROM `hdbk_country` WHERE `country_id`=219
04:00:32.578traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.578infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_country`
04:00:32.580infoyii\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_country' AND kcu.table_name = 'hdbk_country'
04:00:32.580traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.581traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.582traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/common/_stats-tabs.php
04:00:32.583traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_seasons-select.php
04:00:32.583traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/frontend/common/_tournaments-select.php
04:00:32.585traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
04:00:32.585infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7985, 1297))
04:00:32.586traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.586infoyii\db\Command::querySHOW FULL COLUMNS FROM `match_player_stats`
04:00:32.588infoyii\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'
04:00:32.588traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.588traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.633traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.633infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7985) AND (`player_id`=1297) AND (`situation` IN (1, 2, 3))
04:00:32.634infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=7985) AND (`player_id`=1297)
04:00:32.635infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=7985) AND (`player_id`=1297)
04:00:32.635infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7985) AND (`player_id`=1297) AND (`situation`=2)
04:00:32.636infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7985) AND (`player_id`=1297) AND (`situation`=3)
04:00:32.636infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=7985) AND (`player_id`=1297)
04:00:32.637infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7985) AND (`first_assistant`=1297)
04:00:32.637infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 7985 AND player_id = 1297
04:00:32.638traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.639infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
04:00:32.641infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=62
04:00:32.642traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
04:00:32.642infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7982, 1297))
04:00:32.643traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.643infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7982) AND (`player_id`=1297) AND (`situation` IN (1, 2, 3))
04:00:32.644infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=7982) AND (`player_id`=1297)
04:00:32.644infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=7982) AND (`player_id`=1297)
04:00:32.645infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7982) AND (`player_id`=1297) AND (`situation`=2)
04:00:32.645infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7982) AND (`player_id`=1297) AND (`situation`=3)
04:00:32.646infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=7982) AND (`player_id`=1297)
04:00:32.646infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7982) AND (`first_assistant`=1297)
04:00:32.646infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 7982 AND player_id = 1297
04:00:32.647traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.647infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
04:00:32.648infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=57
04:00:32.649traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
04:00:32.649infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7980, 1297))
04:00:32.649traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.649infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7980) AND (`player_id`=1297) AND (`situation` IN (1, 2, 3))
04:00:32.650infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=7980) AND (`player_id`=1297)
04:00:32.650infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=7980) AND (`player_id`=1297)
04:00:32.650infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7980) AND (`player_id`=1297) AND (`situation`=2)
04:00:32.651infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7980) AND (`player_id`=1297) AND (`situation`=3)
04:00:32.651infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=7980) AND (`player_id`=1297)
04:00:32.651infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7980) AND (`first_assistant`=1297)
04:00:32.651infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 7980 AND player_id = 1297
04:00:32.652traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.652infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
04:00:32.653infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=14
04:00:32.654traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/frontend/matches/_match-row.php
04:00:32.654infoyii\db\Command::querySELECT * FROM `match_player_stats` WHERE (`match_id`, `player_id`) IN ((7981, 1297))
04:00:32.654traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.654infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7981) AND (`player_id`=1297) AND (`situation` IN (1, 2, 3))
04:00:32.655infoyii\db\Command::querySELECT COUNT(*) FROM `match_yellow_card` WHERE (`match_id`=7981) AND (`player_id`=1297)
04:00:32.655infoyii\db\Command::querySELECT COUNT(*) FROM `match_red_card` WHERE (`match_id`=7981) AND (`player_id`=1297)
04:00:32.655infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7981) AND (`player_id`=1297) AND (`situation`=2)
04:00:32.656infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7981) AND (`player_id`=1297) AND (`situation`=3)
04:00:32.656infoyii\db\Command::querySELECT `count` FROM `match_goal_missed` WHERE (`match_id`=7981) AND (`player_id`=1297)
04:00:32.657infoyii\db\Command::querySELECT COUNT(*) FROM `match_goal` WHERE (`match_id`=7981) AND (`first_assistant`=1297)
04:00:32.657infoyii\db\Command::querySELECT MAX(updated_at) FROM match_player WHERE match_id = 7981 AND player_id = 1297
04:00:32.657traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.658infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=62
04:00:32.658infoyii\db\Command::querySELECT * FROM `team` WHERE `team_id`=9
04:00:32.659traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/default.php
04:00:32.660traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/modules/player/views/layouts/frontend/blocks/russia/_player-header.php
04:00:32.660traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.660infoyii\db\Command::querySHOW FULL COLUMNS FROM `tournament_team_player_result`
04:00:32.661infoyii\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'
04:00:32.661traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.662traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.662infoyii\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`=1297) ORDER BY `tournament`.`start_dt` DESC LIMIT 6
04:00:32.666traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialSidebar/views/social-sidebar.php
04:00:32.666traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/SocialShare/views/social-share.php
04:00:32.667infoyii\db\Command::querySELECT * FROM `team_player` WHERE (`player_id`=1297) AND (NOT (`team_id`=9)) ORDER BY `in`
04:00:32.668infoyii\db\Command::querySELECT * FROM `hdbk_city` WHERE 0=1
04:00:32.668infoyii\db\Command::querySELECT * FROM `hdbk_player_position` WHERE `position_id`=2
04:00:32.668traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.668infoyii\db\Command::querySHOW FULL COLUMNS FROM `hdbk_player_position`
04:00:32.669infoyii\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'
04:00:32.670traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.670traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
04:00:32.670infoyii\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`=1297) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt`
04:00:32.674infoyii\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`=1297) AND (`t`.`is_unofficial`=0)) AND (`mp`.`team_id`=9) ORDER BY `m`.`start_dt`
04:00:32.675traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/default.php
04:00:32.675traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_header.php
04:00:32.676traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.676traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.676infoyii\db\Command::querySELECT * FROM `settings` WHERE `id`=1
04:00:32.676traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.677infoyii\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
04:00:32.683traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_footer.php
04:00:32.683infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='confidentiality'
04:00:32.684traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
04:00:32.684traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
04:00:32.684infoyii\db\Command::querySELECT * FROM `page` WHERE `page`.`alias`='use_info'
04:00:32.685infoyii\db\Command::querySELECT COUNT(*) FROM `partner`
04:00:32.685traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/views/layouts/frontend/blocks/_socials.php
04:00:32.686traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/YandexMetrika/views/yandex-metrika.php
04:00:32.686traceyii\base\View::renderFileRendering view file: /var/www/bsrussia/web/widgets/LiveInternet/views/live-internet.php