# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 20:52:01.112 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with dektrium\rbac\Bootstrap::bootstrap() |
2 | 20:52:01.112 | trace | yii\base\Application::bootstrap | Bootstrap with dektrium\user\Bootstrap::bootstrap() | |
3 | 20:52:01.112 | trace | yii\base\Application::bootstrap | Bootstrap with filsh\yii2\oauth2server\Bootstrap::bootstrap() | |
4 | 20:52:01.112 | trace | yii\base\Application::bootstrap | Bootstrap with mdm\upload\Bootstrap::bootstrap() | |
5 | 20:52:01.112 | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() | |
6 | 20:52:01.112 | trace | yii\base\Application::bootstrap | Bootstrap with yii\queue\redis\Queue::bootstrap() | |
7 | 20:52:01.112 | trace | yii\base\Application::bootstrap | Bootstrap with common\bootstrap\SetUp::bootstrap() | |
8 | 20:52:01.112 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
9 | 20:52:01.112 | trace | yii\base\Application::bootstrap | Bootstrap with frontend\bootstrap\SetUp::bootstrap() | |
10 | 20:52:01.112 | trace | yii\base\Module::getModule | Loading module: debug | |
11 | 20:52:01.113 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
12 | 20:52:01.114 | trace | yii\web\Application::handleRequest | Route requested: 'site/index' | |
13 | 20:52:01.114 | trace | yii\base\Controller::runAction | Route to run: site/index | |
14 | 20:52:01.114 | trace | yii\base\InlineAction::runWithParams | Running action: frontend\controllers\SiteController::actionIndex() | |
15 | 20:52:01.114 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://localhost:6379, database=1 | |
16 | 20:52:01.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 20:52:01.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: CLUSTER INFO | |
18 | 20:52:01.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 20:52:01.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
20 | 20:52:01.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 20:52:01.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
22 | 20:52:01.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 20:52:01.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
24 | 20:52:01.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
26 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
28 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MULTI | |
29 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MSET | |
30 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: PEXPIRE | |
31 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: PEXPIRE | |
32 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: PEXPIRE | |
33 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: EXEC | |
34 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
35 | 20:52:01.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 20:52:01.122 | info | yii\db\Connection::open | Opening DB connection: mysql:host=localhost;dbname=dbshop_91 | |
37 | 20:52:01.124 | info | yii\db\Command::query | SELECT * FROM `shop_products` `prd` WHERE (`prd`.`site_id` = 91) AND (`prd`.`status` >= 3) | |
38 | 20:52:01.126 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `shop_products` | |
39 | 20:52:01.128 | info | yii\db\Command::query | SHOW CREATE TABLE `shop_products` | |
40 | 20:52:01.129 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `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` = 'shop_products' AND `kcu`.`TABLE_NAME` = 'shop_products' | |
41 | 20:52:01.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
42 | 20:52:01.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
43 | 20:52:01.138 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `q_information` | |
44 | 20:52:01.140 | info | yii\db\Command::query | SHOW CREATE TABLE `q_information` | |
45 | 20:52:01.141 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `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` = 'q_information' AND `kcu`.`TABLE_NAME` = 'q_information' | |
46 | 20:52:01.143 | info | yii\db\Command::query | SELECT * FROM `tool_keywords` WHERE ((`site_id`=91) AND (`text_type`=14)) AND (`parent_id`=91) | |
47 | 20:52:01.148 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/index.php | |
48 | 20:52:01.149 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdels.php | |
49 | 20:52:01.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 20:52:01.150 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
51 | 20:52:01.150 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `shop_razdels` | |
52 | 20:52:01.152 | info | yii\db\Command::query | SHOW CREATE TABLE `shop_razdels` | |
53 | 20:52:01.152 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `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` = 'shop_razdels' AND `kcu`.`TABLE_NAME` = 'shop_razdels' | |
54 | 20:52:01.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 20:52:01.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
56 | 20:52:01.154 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
57 | 20:52:01.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 20:52:01.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
59 | 20:52:01.156 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
60 | 20:52:01.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 20:52:01.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
62 | 20:52:01.157 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
63 | 20:52:01.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 20:52:01.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
65 | 20:52:01.158 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
66 | 20:52:01.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 20:52:01.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
68 | 20:52:01.159 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
69 | 20:52:01.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 20:52:01.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
71 | 20:52:01.161 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
72 | 20:52:01.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 20:52:01.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
74 | 20:52:01.162 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
75 | 20:52:01.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 20:52:01.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
77 | 20:52:01.163 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
78 | 20:52:01.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 20:52:01.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
80 | 20:52:01.163 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
81 | 20:52:01.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 20:52:01.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
83 | 20:52:01.164 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
84 | 20:52:01.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 20:52:01.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
86 | 20:52:01.165 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
87 | 20:52:01.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 20:52:01.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
89 | 20:52:01.166 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
90 | 20:52:01.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 20:52:01.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
92 | 20:52:01.168 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
93 | 20:52:01.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 20:52:01.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
95 | 20:52:01.169 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
96 | 20:52:01.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 20:52:01.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
98 | 20:52:01.170 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
99 | 20:52:01.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 20:52:01.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
101 | 20:52:01.171 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
102 | 20:52:01.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 20:52:01.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
104 | 20:52:01.172 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
105 | 20:52:01.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 20:52:01.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
107 | 20:52:01.173 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
108 | 20:52:01.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 20:52:01.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
110 | 20:52:01.174 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
111 | 20:52:01.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 20:52:01.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
113 | 20:52:01.175 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
114 | 20:52:01.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 20:52:01.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
116 | 20:52:01.176 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
117 | 20:52:01.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 20:52:01.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
119 | 20:52:01.177 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
120 | 20:52:01.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 20:52:01.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
122 | 20:52:01.178 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
123 | 20:52:01.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 20:52:01.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
125 | 20:52:01.179 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
126 | 20:52:01.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 20:52:01.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
128 | 20:52:01.181 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
129 | 20:52:01.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 20:52:01.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
131 | 20:52:01.182 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
132 | 20:52:01.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 20:52:01.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
134 | 20:52:01.183 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
135 | 20:52:01.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 20:52:01.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
137 | 20:52:01.184 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/site/partials/_razdel-item.php | |
138 | 20:52:01.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 20:52:01.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
140 | 20:52:01.185 | info | yii\db\Command::query | SELECT MAX(updated_at) FROM `shop_razdels` | |
141 | 20:52:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
142 | 20:52:01.186 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/layouts/blank.php | |
143 | 20:52:01.186 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/layouts/main.php | |
144 | 20:52:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 20:52:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
146 | 20:52:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 20:52:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
148 | 20:52:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 20:52:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
150 | 20:52:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 20:52:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
152 | 20:52:01.186 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/layouts/partials/_header.php | |
153 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
155 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
157 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
159 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
161 | 20:52:01.187 | info | yii\db\Command::query | SELECT ST_AsText('\0\0\0\0\0\0\0�=wE�K@���\Z�B@') as point | |
162 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
164 | 20:52:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
166 | 20:52:01.188 | info | yii\db\Command::query | SELECT ST_AsText('\0\0\0\0\0\0\0�=wE�K@���\Z�B@') as point | |
167 | 20:52:01.188 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/layouts/partials/_navigator.php | |
168 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
170 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
172 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
174 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
176 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
178 | 20:52:01.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 20:52:01.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
180 | 20:52:01.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 20:52:01.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
182 | 20:52:01.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 20:52:01.189 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
184 | 20:52:01.189 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/widgets/Shop/views/cart.php | |
185 | 20:52:01.189 | info | yii\db\Command::query | SELECT * FROM `shop_discounts` WHERE `status` > 2 ORDER BY `sort` | |
186 | 20:52:01.189 | info | yii\db\Command::query | SHOW FULL COLUMNS FROM `shop_discounts` | |
187 | 20:52:01.191 | info | yii\db\Command::query | SHOW CREATE TABLE `shop_discounts` | |
188 | 20:52:01.191 | info | yii\db\Command::query | SELECT `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, `kcu`.`COLUMN_NAME` AS `column_name`, `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `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` = 'shop_discounts' AND `kcu`.`TABLE_NAME` = 'shop_discounts' | |
189 | 20:52:01.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 20:52:01.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
191 | 20:52:01.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 20:52:01.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
193 | 20:52:01.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 20:52:01.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
195 | 20:52:01.195 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/widgets/views/_navigator.php | |
196 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
198 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
200 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
202 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
204 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
206 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
208 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
210 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
212 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
214 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
215 | 20:52:01.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
216 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
218 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
220 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
222 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
224 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
226 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
228 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
230 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
232 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
233 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
234 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
235 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
236 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
238 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
240 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
242 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
244 | 20:52:01.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
246 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
248 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
250 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
252 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
254 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
256 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET | |
258 | 20:52:01.198 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/layouts/partials/_topbar.php | |
259 | 20:52:01.198 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/layouts/partials/_messages.php | |
260 | 20:52:01.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 20:52:01.199 | info | yii\web\Session::open | Session started | |
262 | 20:52:01.199 | trace | yii\base\View::renderFile | Rendering view file: /var/www/server_22/ubaro_ru/frontend/views/layouts/partials/_footer.php | |
263 | 20:52:01.200 | < 1ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |