# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 02:17:07.900 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 02:17:07.901 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 02:17:07.901 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 02:17:07.902 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 02:17:07.902 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 02:17:07.902 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 02:17:07.902 | 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:17:07.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 02:17:07.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 02:17:07.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 02:17:07.912 | info | yii\web\Session::open | Session started | |
12 | 02:17:07.913 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 02:17:07.913 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 02:17:07.913 | 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:17:07.921 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 02:17:07.923 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 02:17:07.923 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 02:17:07.924 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 02:17:07.924 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 02:17:07.925 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 02:17:07.925 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 02:17:07.926 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 02:17:07.926 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 02:17:07.927 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 02:17:07.927 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 02:17:07.928 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 02:17:07.928 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 02:17:07.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 02:17:07.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 02:17:07.930 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 02:17:07.930 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 02:17:07.931 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 02:17:07.931 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 02:17:07.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 02:17:07.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 02:17:07.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 02:17:07.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 02:17:07.934 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 02:17:07.936 | 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:17:07.951 | 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:17:07.965 | 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:17:07.996 | 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:17:08.005 | 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:17:08.010 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 02:17:08.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 02:17:08.027 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-09') AND ("end_date" >= '2025-05-09') AND ("start_time" <= '02:17') AND ("end_time" >= '02:17') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 02:17:08.031 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-05-09') AND ("end_date" >= '2025-05-09') AND ("start_time" <= '02:17') AND ("end_time" >= '02:17') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 02:17:08.033 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 02:17:08.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 02:17:08.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 02:17:08.036 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 02:17:08.037 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 02:17:08.037 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 02:17:08.038 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 02:17:08.038 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 02:17:08.039 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 02:17:08.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 02:17:08.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 02:17:08.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 02:17:08.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 02:17:08.043 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 02:17:08.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 02:17:08.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 02:17:08.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 02:17:08.045 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 02:17:08.048 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 02:17:08.048 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 02:17:08.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 02:17:08.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 02:17:08.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 02:17:08.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 02:17:08.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 02:17:08.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 02:17:08.052 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 02:17:08.053 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 02:17:08.054 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 02:17:08.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 02:17:08.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 02:17:08.056 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 02:17:08.056 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 02:17:08.057 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 02:17:08.058 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 02:17:08.058 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 02:17:08.059 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 02:17:08.059 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 02:17:08.060 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 02:17:08.060 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 02:17:08.061 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 02:17:08.062 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 02:17:08.062 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 02:17:08.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 02:17:08.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 02:17:08.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 02:17:08.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 02:17:08.065 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 02:17:08.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 02:17:08.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 02:17:08.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 02:17:08.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 02:17:08.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 02:17:08.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 02:17:08.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 02:17:08.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 02:17:08.071 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 02:17:08.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 02:17:08.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 02:17:08.073 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 02:17:08.073 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 02:17:08.074 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 02:17:08.075 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 02:17:08.075 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 02:17:08.076 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 02:17:08.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 02:17:08.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 02:17:08.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 02:17:08.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 02:17:08.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 02:17:08.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 02:17:08.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 02:17:08.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 02:17:08.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 02:17:08.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 02:17:08.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 02:17:08.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 02:17:08.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 02:17:08.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 02:17:08.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 02:17:08.086 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 02:17:08.087 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 02:17:08.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 02:17:08.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 02:17:08.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 02:17:08.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 02:17:08.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 02:17:08.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 02:17:08.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 02:17:08.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 02:17:08.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 02:17:08.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 02:17:08.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 02:17:08.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 02:17:08.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 02:17:08.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 02:17:08.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 02:17:08.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 02:17:08.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 02:17:08.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 02:17:08.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 02:17:08.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 02:17:08.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 02:17:08.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 02:17:08.100 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 02:17:08.101 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 02:17:08.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 02:17:08.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 02:17:08.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 02:17:08.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 02:17:08.104 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 02:17:08.105 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 02:17:08.105 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 02:17:08.106 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 02:17:08.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 02:17:08.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 02:17:08.108 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 02:17:08.108 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 02:17:08.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 02:17:08.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 02:17:08.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 02:17:08.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 02:17:08.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 02:17:08.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 02:17:08.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 02:17:08.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 02:17:08.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 02:17:08.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 02:17:08.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 02:17:08.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 02:17:08.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 02:17:08.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 02:17:08.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 02:17:08.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 02:17:08.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 02:17:08.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 02:17:08.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 02:17:08.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 02:17:08.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 02:17:08.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 02:17:08.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 02:17:08.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 02:17:08.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 02:17:08.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 02:17:08.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 02:17:08.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 02:17:08.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 02:17:08.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 02:17:08.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 02:17:08.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 02:17:08.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 02:17:08.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 02:17:08.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 02:17:08.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 02:17:08.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 02:17:08.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 02:17:08.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 02:17:08.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 02:17:08.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 02:17:08.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 02:17:08.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 02:17:08.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 02:17:08.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 02:17:08.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 02:17:08.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 02:17:08.137 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-05-02 00:00:00') AND ("join_date" <= '2025-05-09 23:59:59') | |
214 | 02:17:08.139 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 02:17:08.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 02:17:08.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 02:17:08.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 02:17:08.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 02:17:08.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 02:17:08.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 02:17:08.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 02:17:08.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 02:17:08.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 02:17:08.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 02:17:08.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 02:17:08.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 02:17:08.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 02:17:08.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 02:17:08.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 02:17:08.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 02:17:08.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 02:17:08.148 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 02:17:08.150 | 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:17:08.156 | 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:17:08.161 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 02:17:08.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 02:17:08.164 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 02:17:08.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 02:17:08.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 02:17:08.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 02:17:08.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 02:17:08.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 02:17:08.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 02:17:08.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 02:17:08.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 02:17:08.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 02:17:08.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 02:17:08.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 02:17:08.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 02:17:08.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 02:17:08.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 02:17:08.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 02:17:08.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 02:17:08.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 02:17:08.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 02:17:08.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 02:17:08.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 02:17:08.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 02:17:08.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 02:17:08.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 02:17:08.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 02:17:08.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 02:17:08.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 02:17:08.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 02:17:08.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 02:17:08.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 02:17:08.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 02:17:08.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 02:17:08.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 02:17:08.185 | < 4ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |