# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 11:09:59.498 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 11:09:59.500 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 11:09:59.500 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 11:09:59.500 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 11:09:59.500 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 11:09:59.500 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 11:09:59.501 | 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:09:59.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 11:09:59.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 11:09:59.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 11:09:59.515 | info | yii\web\Session::open | Session started | |
12 | 11:09:59.515 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 11:09:59.515 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 11:09:59.515 | 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:09:59.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 11:09:59.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 11:09:59.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 11:09:59.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 11:09:59.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 11:09:59.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 11:09:59.529 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 11:09:59.529 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 11:09:59.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 11:09:59.530 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 11:09:59.531 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 11:09:59.531 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 11:09:59.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 11:09:59.532 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 11:09:59.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 11:09:59.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 11:09:59.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 11:09:59.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 11:09:59.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 11:09:59.535 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 11:09:59.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 11:09:59.536 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 11:09:59.537 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 11:09:59.537 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 11:09:59.538 | 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:09:59.560 | 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:09:59.576 | 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:09:59.584 | 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:09:59.593 | 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:09:59.599 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 11:09:59.599 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 11:09:59.601 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-06') AND ("end_date" >= '2025-05-06') AND ("start_time" <= '11:09') AND ("end_time" >= '11:09') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 11:09:59.606 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-06') AND ("end_date" >= '2025-05-06') AND ("start_time" <= '11:09') AND ("end_time" >= '11:09') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 11:09:59.609 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 11:09:59.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 11:09:59.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 11:09:59.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 11:09:59.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 11:09:59.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 11:09:59.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 11:09:59.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 11:09:59.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 11:09:59.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 11:09:59.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 11:09:59.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 11:09:59.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 11:09:59.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 11:09:59.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 11:09:59.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 11:09:59.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 11:09:59.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 11:09:59.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 11:09:59.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 11:09:59.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 11:09:59.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 11:09:59.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 11:09:59.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 11:09:59.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 11:09:59.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 11:09:59.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 11:09:59.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 11:09:59.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 11:09:59.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 11:09:59.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 11:09:59.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 11:09:59.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 11:09:59.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 11:09:59.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 11:09:59.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 11:09:59.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 11:09:59.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 11:09:59.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 11:09:59.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 11:09:59.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 11:09:59.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 11:09:59.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 11:09:59.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 11:09:59.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 11:09:59.637 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 11:09:59.638 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 11:09:59.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 11:09:59.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 11:09:59.640 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 11:09:59.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 11:09:59.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 11:09:59.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 11:09:59.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 11:09:59.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 11:09:59.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 11:09:59.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 11:09:59.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 11:09:59.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 11:09:59.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 11:09:59.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 11:09:59.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 11:09:59.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 11:09:59.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 11:09:59.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 11:09:59.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 11:09:59.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 11:09:59.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 11:09:59.652 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 11:09:59.652 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 11:09:59.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 11:09:59.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 11:09:59.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 11:09:59.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 11:09:59.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 11:09:59.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 11:09:59.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 11:09:59.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 11:09:59.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 11:09:59.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 11:09:59.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 11:09:59.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 11:09:59.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 11:09:59.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 11:09:59.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 11:09:59.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 11:09:59.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 11:09:59.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 11:09:59.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 11:09:59.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 11:09:59.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 11:09:59.665 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 11:09:59.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 11:09:59.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 11:09:59.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 11:09:59.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 11:09:59.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 11:09:59.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 11:09:59.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 11:09:59.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 11:09:59.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 11:09:59.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 11:09:59.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 11:09:59.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 11:09:59.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 11:09:59.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 11:09:59.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 11:09:59.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 11:09:59.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 11:09:59.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 11:09:59.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 11:09:59.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 11:09:59.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 11:09:59.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 11:09:59.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 11:09:59.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 11:09:59.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 11:09:59.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 11:09:59.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 11:09:59.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 11:09:59.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 11:09:59.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 11:09:59.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 11:09:59.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 11:09:59.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 11:09:59.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 11:09:59.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 11:09:59.686 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 11:09:59.686 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 11:09:59.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 11:09:59.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 11:09:59.688 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 11:09:59.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 11:09:59.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 11:09:59.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 11:09:59.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 11:09:59.691 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 11:09:59.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 11:09:59.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 11:09:59.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 11:09:59.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 11:09:59.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 11:09:59.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 11:09:59.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 11:09:59.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 11:09:59.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 11:09:59.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 11:09:59.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 11:09:59.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 11:09:59.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 11:09:59.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 11:09:59.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 11:09:59.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 11:09:59.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 11:09:59.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 11:09:59.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 11:09:59.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 11:09:59.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 11:09:59.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 11:09:59.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 11:09:59.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 11:09:59.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 11:09:59.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 11:09:59.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 11:09:59.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 11:09:59.709 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-04-29 00:00:00') AND ("join_date" <= '2025-05-06 23:59:59') | |
214 | 11:09:59.711 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 11:09:59.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 11:09:59.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 11:09:59.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 11:09:59.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 11:09:59.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 11:09:59.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 11:09:59.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 11:09:59.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 11:09:59.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 11:09:59.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 11:09:59.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 11:09:59.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 11:09:59.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 11:09:59.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 11:09:59.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 11:09:59.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 11:09:59.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 11:09:59.720 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 11:09:59.723 | 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:09:59.731 | 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:09:59.737 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 11:09:59.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 11:09:59.740 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 11:09:59.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 11:09:59.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 11:09:59.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 11:09:59.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 11:09:59.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 11:09:59.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 11:09:59.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 11:09:59.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 11:09:59.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 11:09:59.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 11:09:59.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 11:09:59.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 11:09:59.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 11:09:59.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 11:09:59.749 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 11:09:59.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 11:09:59.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 11:09:59.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 11:09:59.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 11:09:59.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 11:09:59.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 11:09:59.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 11:09:59.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 11:09:59.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 11:09:59.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 11:09:59.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 11:09:59.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 11:09:59.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 11:09:59.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 11:09:59.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 11:09:59.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 11:09:59.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 11:09:59.762 | < 3ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |