# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 10:48:59.293 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 10:48:59.294 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 10:48:59.294 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 10:48:59.294 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 10:48:59.295 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 10:48:59.295 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 10:48:59.295 | 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 | 10:48:59.303 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 10:48:59.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 10:48:59.305 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 10:48:59.305 | info | yii\web\Session::open | Session started | |
12 | 10:48:59.306 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 10:48:59.306 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 10:48:59.306 | 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 | 10:48:59.314 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 10:48:59.315 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 10:48:59.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 10:48:59.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 10:48:59.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 10:48:59.317 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 10:48:59.318 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 10:48:59.318 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 10:48:59.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 10:48:59.319 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 10:48:59.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 10:48:59.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 10:48:59.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 10:48:59.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 10:48:59.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 10:48:59.322 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 10:48:59.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 10:48:59.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 10:48:59.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 10:48:59.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 10:48:59.324 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 10:48:59.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 10:48:59.325 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 10:48:59.326 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 10:48:59.326 | 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 | 10:48:59.343 | 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 | 10:48:59.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='promotion' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
42 | 10:48:59.366 | 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 | 10:48:59.375 | 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 | 10:48:59.382 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 10:48:59.383 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 10:48:59.385 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-07') AND ("end_date" >= '2025-05-07') AND ("start_time" <= '10:48') AND ("end_time" >= '10:48') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 10:48:59.390 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-07') AND ("end_date" >= '2025-05-07') AND ("start_time" <= '10:48') AND ("end_time" >= '10:48') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 10:48:59.393 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 10:48:59.394 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 10:48:59.395 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 10:48:59.396 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 10:48:59.396 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 10:48:59.397 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 10:48:59.397 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 10:48:59.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 10:48:59.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 10:48:59.399 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 10:48:59.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 10:48:59.400 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 10:48:59.401 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 10:48:59.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 10:48:59.402 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 10:48:59.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 10:48:59.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 10:48:59.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 10:48:59.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 10:48:59.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 10:48:59.405 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 10:48:59.406 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 10:48:59.407 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 10:48:59.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 10:48:59.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 10:48:59.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 10:48:59.409 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 10:48:59.410 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 10:48:59.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 10:48:59.411 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 10:48:59.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 10:48:59.412 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 10:48:59.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 10:48:59.413 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 10:48:59.414 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 10:48:59.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 10:48:59.415 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 10:48:59.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 10:48:59.416 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 10:48:59.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 10:48:59.417 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 10:48:59.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 10:48:59.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 10:48:59.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 10:48:59.419 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 10:48:59.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 10:48:59.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 10:48:59.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 10:48:59.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 10:48:59.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 10:48:59.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 10:48:59.423 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 10:48:59.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 10:48:59.424 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 10:48:59.425 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 10:48:59.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 10:48:59.426 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 10:48:59.427 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 10:48:59.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 10:48:59.428 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 10:48:59.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 10:48:59.429 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 10:48:59.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 10:48:59.430 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 10:48:59.431 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 10:48:59.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 10:48:59.432 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 10:48:59.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 10:48:59.433 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 10:48:59.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 10:48:59.434 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 10:48:59.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 10:48:59.435 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 10:48:59.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 10:48:59.436 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 10:48:59.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 10:48:59.437 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 10:48:59.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 10:48:59.438 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 10:48:59.439 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 10:48:59.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 10:48:59.440 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 10:48:59.441 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 10:48:59.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 10:48:59.442 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 10:48:59.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 10:48:59.443 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 10:48:59.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 10:48:59.444 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 10:48:59.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 10:48:59.445 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 10:48:59.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 10:48:59.446 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 10:48:59.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 10:48:59.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 10:48:59.448 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 10:48:59.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 10:48:59.449 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 10:48:59.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 10:48:59.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 10:48:59.457 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 10:48:59.458 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 10:48:59.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 10:48:59.459 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 10:48:59.460 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 10:48:59.461 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 10:48:59.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 10:48:59.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 10:48:59.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 10:48:59.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 10:48:59.466 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 10:48:59.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 10:48:59.468 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 10:48:59.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 10:48:59.469 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 10:48:59.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 10:48:59.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 10:48:59.471 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 10:48:59.472 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 10:48:59.473 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 10:48:59.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 10:48:59.474 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 10:48:59.475 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 10:48:59.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 10:48:59.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 10:48:59.479 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 10:48:59.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 10:48:59.480 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 10:48:59.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 10:48:59.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 10:48:59.482 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 10:48:59.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 10:48:59.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 10:48:59.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 10:48:59.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 10:48:59.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 10:48:59.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 10:48:59.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 10:48:59.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 10:48:59.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 10:48:59.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 10:48:59.489 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 10:48:59.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 10:48:59.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 10:48:59.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 10:48:59.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 10:48:59.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 10:48:59.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 10:48:59.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 10:48:59.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 10:48:59.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 10:48:59.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 10:48:59.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 10:48:59.498 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 10:48:59.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 10:48:59.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 10:48:59.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 10:48:59.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 10:48:59.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 10:48:59.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 10:48:59.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 10:48:59.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 10:48:59.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 10:48:59.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 10:48:59.504 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 10:48:59.505 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-04-30 00:00:00') AND ("join_date" <= '2025-05-07 23:59:59') | |
214 | 10:48:59.511 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 10:48:59.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 10:48:59.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 10:48:59.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 10:48:59.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 10:48:59.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 10:48:59.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 10:48:59.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 10:48:59.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 10:48:59.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 10:48:59.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 10:48:59.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 10:48:59.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 10:48:59.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 10:48:59.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 10:48:59.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 10:48:59.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 10:48:59.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 10:48:59.522 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 10:48:59.525 | 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 | 10:48:59.533 | 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 | 10:48:59.538 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 10:48:59.539 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 10:48:59.540 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 10:48:59.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 10:48:59.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 10:48:59.542 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 10:48:59.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 10:48:59.543 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 10:48:59.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 10:48:59.544 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 10:48:59.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 10:48:59.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 10:48:59.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 10:48:59.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 10:48:59.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 10:48:59.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 10:48:59.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 10:48:59.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 10:48:59.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 10:48:59.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 10:48:59.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 10:48:59.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 10:48:59.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 10:48:59.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 10:48:59.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 10:48:59.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 10:48:59.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 10:48:59.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 10:48:59.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 10:48:59.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 10:48:59.555 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 10:48:59.556 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 10:48:59.557 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 10:48:59.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 10:48:59.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 10:48:59.569 | < 8ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |