# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 02:40:00.448 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 02:40:00.450 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 02:40:00.450 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 02:40:00.450 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 02:40:00.451 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 02:40:00.451 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 02:40:00.451 | 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 | 02:40:00.500 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 02:40:00.501 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 02:40:00.502 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 02:40:00.502 | info | yii\web\Session::open | Session started | |
12 | 02:40:00.503 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 02:40:00.503 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 02:40:00.503 | 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 | 02:40:00.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 02:40:00.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 02:40:00.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 02:40:00.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 02:40:00.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 02:40:00.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 02:40:00.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 02:40:00.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 02:40:00.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 02:40:00.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 02:40:00.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 02:40:00.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 02:40:00.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 02:40:00.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 02:40:00.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 02:40:00.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 02:40:00.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 02:40:00.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 02:40:00.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 02:40:00.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 02:40:00.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 02:40:00.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 02:40:00.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 02:40:00.525 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 02:40:00.528 | 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 | 02:40:00.548 | 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 | 02:40:00.567 | 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 | 02:40:00.596 | 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 | 02:40:00.604 | 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 | 02:40:00.610 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 02:40:00.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 02:40:00.617 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-10') AND ("end_date" >= '2025-07-10') AND ("start_time" <= '02:40') AND ("end_time" >= '02:40') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 02:40:00.621 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-07-10') AND ("end_date" >= '2025-07-10') AND ("start_time" <= '02:40') AND ("end_time" >= '02:40') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 02:40:00.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 02:40:00.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 02:40:00.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 02:40:00.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 02:40:00.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 02:40:00.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 02:40:00.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 02:40:00.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 02:40:00.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 02:40:00.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 02:40:00.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 02:40:00.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 02:40:00.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 02:40:00.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 02:40:00.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 02:40:00.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 02:40:00.637 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 02:40:00.638 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 02:40:00.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 02:40:00.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 02:40:00.640 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 02:40:00.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 02:40:00.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 02:40:00.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 02:40:00.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 02:40:00.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 02:40:00.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 02:40:00.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 02:40:00.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 02:40:00.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 02:40:00.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 02:40:00.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 02:40:00.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 02:40:00.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 02:40:00.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 02:40:00.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 02:40:00.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 02:40:00.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 02:40:00.652 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 02:40:00.652 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 02:40:00.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 02:40:00.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 02:40:00.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 02:40:00.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 02:40:00.656 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 02:40:00.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 02:40:00.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 02:40:00.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 02:40:00.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 02:40:00.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 02:40:00.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 02:40:00.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 02:40:00.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 02:40:00.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 02:40:00.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 02:40:00.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 02:40:00.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 02:40:00.664 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 02:40:00.665 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 02:40:00.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 02:40:00.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 02:40:00.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 02:40:00.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 02:40:00.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 02:40:00.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 02:40:00.669 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 02:40:00.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 02:40:00.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 02:40:00.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 02:40:00.671 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 02:40:00.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 02:40:00.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 02:40:00.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 02:40:00.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 02:40:00.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 02:40:00.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 02:40:00.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 02:40:00.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 02:40:00.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 02:40:00.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 02:40:00.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 02:40:00.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 02:40:00.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 02:40:00.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 02:40:00.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 02:40:00.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 02:40:00.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 02:40:00.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 02:40:00.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 02:40:00.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 02:40:00.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 02:40:00.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 02:40:00.686 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 02:40:00.686 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 02:40:00.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 02:40:00.688 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 02:40:00.688 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 02:40:00.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 02:40:00.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 02:40:00.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 02:40:00.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 02:40:00.691 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 02:40:00.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 02:40:00.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 02:40:00.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 02:40:00.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 02:40:00.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 02:40:00.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 02:40:00.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 02:40:00.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 02:40:00.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 02:40:00.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 02:40:00.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 02:40:00.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 02:40:00.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 02:40:00.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 02:40:00.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 02:40:00.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 02:40:00.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 02:40:00.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 02:40:00.706 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 02:40:00.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 02:40:00.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 02:40:00.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 02:40:00.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 02:40:00.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 02:40:00.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 02:40:00.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 02:40:00.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 02:40:00.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 02:40:00.712 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 02:40:00.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 02:40:00.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 02:40:00.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 02:40:00.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 02:40:00.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 02:40:00.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 02:40:00.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 02:40:00.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 02:40:00.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 02:40:00.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 02:40:00.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 02:40:00.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 02:40:00.719 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 02:40:00.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 02:40:00.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 02:40:00.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 02:40:00.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 02:40:00.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 02:40:00.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 02:40:00.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 02:40:00.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 02:40:00.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 02:40:00.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 02:40:00.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 02:40:00.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 02:40:00.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 02:40:00.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 02:40:00.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 02:40:00.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 02:40:00.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 02:40:00.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 02:40:00.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 02:40:00.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 02:40:00.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 02:40:00.733 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-07-03 00:00:00') AND ("join_date" <= '2025-07-10 23:59:59') | |
214 | 02:40:00.736 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 02:40:00.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 02:40:00.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 02:40:00.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 02:40:00.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 02:40:00.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 02:40:00.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 02:40:00.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 02:40:00.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 02:40:00.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 02:40:00.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 02:40:00.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 02:40:00.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 02:40:00.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 02:40:00.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 02:40:00.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 02:40:00.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 02:40:00.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 02:40:00.745 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 02:40:00.748 | 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 | 02:40:00.756 | 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 | 02:40:00.763 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 02:40:00.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 02:40:00.769 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 02:40:00.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 02:40:00.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 02:40:00.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 02:40:00.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 02:40:00.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 02:40:00.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 02:40:00.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 02:40:00.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 02:40:00.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 02:40:00.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 02:40:00.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 02:40:00.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 02:40:00.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 02:40:00.779 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 02:40:00.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 02:40:00.780 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 02:40:00.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 02:40:00.781 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 02:40:00.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 02:40:00.782 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 02:40:00.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 02:40:00.783 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 02:40:00.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 02:40:00.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 02:40:00.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 02:40:00.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 02:40:00.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 02:40:00.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 02:40:00.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 02:40:00.788 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 02:40:00.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 02:40:00.789 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 02:40:00.794 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |