# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 00:52:10.451 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 00:52:10.453 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 00:52:10.453 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 00:52:10.453 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 00:52:10.453 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 00:52:10.453 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 00:52:10.454 | 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 | 00:52:10.463 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 00:52:10.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 00:52:10.470 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 00:52:10.471 | info | yii\web\Session::open | Session started | |
12 | 00:52:10.471 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 00:52:10.471 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 00:52:10.472 | 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 | 00:52:10.481 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 00:52:10.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 00:52:10.483 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 00:52:10.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 00:52:10.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 00:52:10.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 00:52:10.485 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 00:52:10.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 00:52:10.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 00:52:10.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 00:52:10.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 00:52:10.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 00:52:10.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 00:52:10.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 00:52:10.491 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 00:52:10.492 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 00:52:10.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 00:52:10.493 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 00:52:10.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 00:52:10.494 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 00:52:10.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 00:52:10.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 00:52:10.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 00:52:10.496 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 00:52:10.499 | 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 | 00:52:10.519 | 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 | 00:52:10.537 | 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 | 00:52:10.569 | 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 | 00:52:10.579 | 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 | 00:52:10.586 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 00:52:10.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 00:52:10.606 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-27') AND ("end_date" >= '2025-06-27') AND ("start_time" <= '00:52') AND ("end_time" >= '00:52') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 00:52:10.611 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-27') AND ("end_date" >= '2025-06-27') AND ("start_time" <= '00:52') AND ("end_time" >= '00:52') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 00:52:10.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 00:52:10.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 00:52:10.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 00:52:10.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 00:52:10.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 00:52:10.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 00:52:10.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 00:52:10.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 00:52:10.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 00:52:10.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 00:52:10.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 00:52:10.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 00:52:10.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 00:52:10.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 00:52:10.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 00:52:10.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 00:52:10.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 00:52:10.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 00:52:10.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 00:52:10.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 00:52:10.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 00:52:10.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 00:52:10.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 00:52:10.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 00:52:10.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 00:52:10.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 00:52:10.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 00:52:10.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 00:52:10.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 00:52:10.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 00:52:10.637 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 00:52:10.638 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 00:52:10.638 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 00:52:10.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 00:52:10.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 00:52:10.640 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 00:52:10.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 00:52:10.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 00:52:10.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 00:52:10.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 00:52:10.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 00:52:10.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 00:52:10.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 00:52:10.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 00:52:10.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 00:52:10.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 00:52:10.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 00:52:10.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 00:52:10.652 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 00:52:10.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 00:52:10.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 00:52:10.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 00:52:10.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 00:52:10.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 00:52:10.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 00:52:10.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 00:52:10.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 00:52:10.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 00:52:10.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 00:52:10.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 00:52:10.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 00:52:10.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 00:52:10.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 00:52:10.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 00:52:10.665 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 00:52:10.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 00:52:10.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 00:52:10.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 00:52:10.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 00:52:10.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 00:52:10.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 00:52:10.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 00:52:10.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 00:52:10.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 00:52:10.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 00:52:10.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 00:52:10.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 00:52:10.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 00:52:10.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 00:52:10.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 00:52:10.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 00:52:10.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 00:52:10.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 00:52:10.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 00:52:10.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 00:52:10.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 00:52:10.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 00:52:10.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 00:52:10.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 00:52:10.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 00:52:10.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 00:52:10.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 00:52:10.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 00:52:10.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 00:52:10.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 00:52:10.688 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 00:52:10.688 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 00:52:10.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 00:52:10.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 00:52:10.691 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 00:52:10.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 00:52:10.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 00:52:10.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 00:52:10.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 00:52:10.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 00:52:10.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 00:52:10.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 00:52:10.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 00:52:10.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 00:52:10.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 00:52:10.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 00:52:10.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 00:52:10.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 00:52:10.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 00:52:10.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 00:52:10.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 00:52:10.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 00:52:10.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 00:52:10.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 00:52:10.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 00:52:10.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 00:52:10.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 00:52:10.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 00:52:10.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 00:52:10.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 00:52:10.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 00:52:10.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 00:52:10.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 00:52:10.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 00:52:10.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 00:52:10.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 00:52:10.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 00:52:10.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 00:52:10.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 00:52:10.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 00:52:10.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 00:52:10.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 00:52:10.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 00:52:10.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 00:52:10.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 00:52:10.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 00:52:10.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 00:52:10.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 00:52:10.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 00:52:10.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 00:52:10.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 00:52:10.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 00:52:10.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 00:52:10.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 00:52:10.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 00:52:10.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 00:52:10.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 00:52:10.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 00:52:10.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 00:52:10.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 00:52:10.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 00:52:10.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 00:52:10.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 00:52:10.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 00:52:10.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 00:52:10.733 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 00:52:10.733 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 00:52:10.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 00:52:10.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 00:52:10.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 00:52:10.736 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-20 00:00:00') AND ("join_date" <= '2025-06-27 23:59:59') | |
214 | 00:52:10.739 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 00:52:10.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 00:52:10.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 00:52:10.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 00:52:10.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 00:52:10.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 00:52:10.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 00:52:10.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 00:52:10.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 00:52:10.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 00:52:10.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 00:52:10.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 00:52:10.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 00:52:10.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 00:52:10.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 00:52:10.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 00:52:10.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 00:52:10.748 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 00:52:10.748 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 00:52:10.751 | 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 | 00:52:10.760 | 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 | 00:52:10.766 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 00:52:10.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 00:52:10.769 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 00:52:10.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 00:52:10.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 00:52:10.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 00:52:10.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 00:52:10.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 00:52:10.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 00:52:10.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 00:52:10.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 00:52:10.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 00:52:10.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 00:52:10.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 00:52:10.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 00:52:10.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 00:52:10.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 00:52:10.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 00:52:10.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 00:52:10.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 00:52:10.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 00:52:10.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 00:52:10.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 00:52:10.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 00:52:10.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 00:52:10.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 00:52:10.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 00:52:10.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 00:52:10.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 00:52:10.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 00:52:10.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 00:52:10.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 00:52:10.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 00:52:10.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 00:52:10.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 00:52:10.792 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |