# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 11:28:58.052 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 11:28:58.058 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 11:28:58.058 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 11:28:58.058 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 11:28:58.059 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 11:28:58.059 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 11:28:58.059 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1 | |
8 | 11:28:58.074 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 11:28:58.076 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 11:28:58.076 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 11:28:58.077 | info | yii\web\Session::open | Session started | |
12 | 11:28:58.077 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 11:28:58.077 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 11:28:58.077 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0 | |
15 | 11:28:58.087 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 11:28:58.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 11:28:58.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 11:28:58.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 11:28:58.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 11:28:58.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 11:28:58.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 11:28:58.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 11:28:58.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 11:28:58.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 11:28:58.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 11:28:58.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 11:28:58.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 11:28:58.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 11:28:58.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 11:28:58.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 11:28:58.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 11:28:58.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 11:28:58.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 11:28:58.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 11:28:58.101 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 11:28:58.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 11:28:58.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 11:28:58.103 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 11:28:58.103 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb | |
40 | 11:28:58.165 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'promotion' AND d.nspname = 'public' ORDER BY a.attnum; | |
41 | 11:28:58.181 | info | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='promotion' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
42 | 11:28:58.188 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'promotion_ongoing' AND d.nspname = 'public' ORDER BY a.attnum; | |
43 | 11:28:58.196 | info | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
44 | 11:28:58.202 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 11:28:58.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 11:28:58.205 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-22') AND ("end_date" >= '2025-05-22') AND ("start_time" <= '11:28') AND ("end_time" >= '11:28') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 11:28:58.209 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-22') AND ("end_date" >= '2025-05-22') AND ("start_time" <= '11:28') AND ("end_time" >= '11:28') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 11:28:58.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 11:28:58.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 11:28:58.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 11:28:58.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 11:28:58.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 11:28:58.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 11:28:58.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 11:28:58.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 11:28:58.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 11:28:58.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 11:28:58.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 11:28:58.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 11:28:58.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 11:28:58.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 11:28:58.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 11:28:58.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 11:28:58.222 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 11:28:58.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 11:28:58.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 11:28:58.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 11:28:58.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 11:28:58.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 11:28:58.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 11:28:58.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 11:28:58.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 11:28:58.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 11:28:58.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 11:28:58.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 11:28:58.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 11:28:58.235 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 11:28:58.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 11:28:58.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 11:28:58.237 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 11:28:58.238 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 11:28:58.239 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 11:28:58.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 11:28:58.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 11:28:58.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 11:28:58.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 11:28:58.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 11:28:58.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 11:28:58.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 11:28:58.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 11:28:58.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 11:28:58.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 11:28:58.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 11:28:58.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 11:28:58.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 11:28:58.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 11:28:58.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 11:28:58.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 11:28:58.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 11:28:58.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 11:28:58.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 11:28:58.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 11:28:58.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 11:28:58.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 11:28:58.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 11:28:58.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 11:28:58.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 11:28:58.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 11:28:58.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 11:28:58.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 11:28:58.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 11:28:58.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 11:28:58.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 11:28:58.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 11:28:58.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 11:28:58.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 11:28:58.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 11:28:58.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 11:28:58.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 11:28:58.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 11:28:58.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 11:28:58.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 11:28:58.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 11:28:58.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 11:28:58.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 11:28:58.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 11:28:58.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 11:28:58.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 11:28:58.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 11:28:58.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 11:28:58.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 11:28:58.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 11:28:58.274 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 11:28:58.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 11:28:58.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 11:28:58.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 11:28:58.276 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 11:28:58.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 11:28:58.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 11:28:58.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 11:28:58.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 11:28:58.279 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 11:28:58.280 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 11:28:58.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 11:28:58.281 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 11:28:58.282 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 11:28:58.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 11:28:58.283 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 11:28:58.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 11:28:58.284 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 11:28:58.285 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 11:28:58.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 11:28:58.286 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 11:28:58.287 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 11:28:58.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 11:28:58.288 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 11:28:58.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 11:28:58.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 11:28:58.290 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 11:28:58.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 11:28:58.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 11:28:58.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 11:28:58.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 11:28:58.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 11:28:58.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 11:28:58.294 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 11:28:58.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 11:28:58.295 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 11:28:58.296 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 11:28:58.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 11:28:58.297 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 11:28:58.298 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 11:28:58.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 11:28:58.299 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 11:28:58.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 11:28:58.300 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 11:28:58.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 11:28:58.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 11:28:58.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 11:28:58.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 11:28:58.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 11:28:58.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 11:28:58.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 11:28:58.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 11:28:58.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 11:28:58.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 11:28:58.306 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 11:28:58.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 11:28:58.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 11:28:58.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 11:28:58.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 11:28:58.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 11:28:58.309 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 11:28:58.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 11:28:58.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 11:28:58.311 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 11:28:58.311 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 11:28:58.312 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 11:28:58.313 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 11:28:58.313 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 11:28:58.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 11:28:58.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 11:28:58.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 11:28:58.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 11:28:58.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 11:28:58.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 11:28:58.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 11:28:58.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 11:28:58.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 11:28:58.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 11:28:58.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 11:28:58.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 11:28:58.325 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-05-15 00:00:00') AND ("join_date" <= '2025-05-22 23:59:59') | |
214 | 11:28:58.334 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 11:28:58.334 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 11:28:58.335 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 11:28:58.339 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 11:28:58.340 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 11:28:58.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 11:28:58.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 11:28:58.342 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 11:28:58.342 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 11:28:58.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 11:28:58.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 11:28:58.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 11:28:58.344 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 11:28:58.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 11:28:58.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 11:28:58.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 11:28:58.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 11:28:58.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 11:28:58.347 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 11:28:58.350 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum; | |
234 | 11:28:58.357 | info | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
235 | 11:28:58.363 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 11:28:58.364 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 11:28:58.365 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 11:28:58.367 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 11:28:58.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 11:28:58.368 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 11:28:58.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 11:28:58.369 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 11:28:58.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 11:28:58.370 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 11:28:58.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 11:28:58.371 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 11:28:58.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 11:28:58.372 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 11:28:58.373 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 11:28:58.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 11:28:58.374 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 11:28:58.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 11:28:58.375 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 11:28:58.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 11:28:58.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 11:28:58.376 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 11:28:58.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 11:28:58.377 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 11:28:58.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 11:28:58.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 11:28:58.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 11:28:58.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 11:28:58.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 11:28:58.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 11:28:58.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 11:28:58.381 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 11:28:58.382 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 11:28:58.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 11:28:58.384 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 11:28:58.388 | < 3ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |