# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 08:17:06.978 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 08:17:06.981 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 08:17:06.981 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 08:17:06.982 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 08:17:06.982 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 08:17:06.982 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 08:17:06.982 | 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 | 08:17:06.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 08:17:06.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 08:17:06.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 08:17:06.998 | info | yii\web\Session::open | Session started | |
12 | 08:17:06.998 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 08:17:06.998 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 08:17:06.998 | 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 | 08:17:07.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 08:17:07.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 08:17:07.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 08:17:07.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 08:17:07.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 08:17:07.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 08:17:07.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 08:17:07.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 08:17:07.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 08:17:07.020 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 08:17:07.025 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 08:17:07.025 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 08:17:07.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 08:17:07.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 08:17:07.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 08:17:07.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 08:17:07.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 08:17:07.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 08:17:07.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 08:17:07.030 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 08:17:07.031 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 08:17:07.031 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 08:17:07.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 08:17:07.033 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 08:17:07.033 | 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 | 08:17:07.048 | 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 | 08:17:07.069 | 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 | 08:17:07.075 | 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 | 08:17:07.082 | 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 | 08:17:07.090 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 08:17:07.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 08:17:07.092 | 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" <= '08:17') AND ("end_time" >= '08:17') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 08:17:07.096 | 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" <= '08:17') AND ("end_time" >= '08:17') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 08:17:07.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 08:17:07.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 08:17:07.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 08:17:07.104 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 08:17:07.104 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 08:17:07.105 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 08:17:07.106 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 08:17:07.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 08:17:07.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 08:17:07.108 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 08:17:07.108 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 08:17:07.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 08:17:07.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 08:17:07.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 08:17:07.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 08:17:07.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 08:17:07.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 08:17:07.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 08:17:07.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 08:17:07.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 08:17:07.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 08:17:07.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 08:17:07.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 08:17:07.116 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 08:17:07.117 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 08:17:07.117 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 08:17:07.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 08:17:07.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 08:17:07.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 08:17:07.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 08:17:07.120 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 08:17:07.121 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 08:17:07.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 08:17:07.122 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 08:17:07.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 08:17:07.123 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 08:17:07.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 08:17:07.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 08:17:07.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 08:17:07.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 08:17:07.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 08:17:07.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 08:17:07.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 08:17:07.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 08:17:07.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 08:17:07.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 08:17:07.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 08:17:07.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 08:17:07.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 08:17:07.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 08:17:07.132 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 08:17:07.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 08:17:07.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 08:17:07.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 08:17:07.135 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 08:17:07.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 08:17:07.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 08:17:07.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 08:17:07.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 08:17:07.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 08:17:07.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 08:17:07.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 08:17:07.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 08:17:07.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 08:17:07.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 08:17:07.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 08:17:07.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 08:17:07.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 08:17:07.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 08:17:07.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 08:17:07.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 08:17:07.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 08:17:07.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 08:17:07.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 08:17:07.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 08:17:07.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 08:17:07.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 08:17:07.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 08:17:07.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 08:17:07.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 08:17:07.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 08:17:07.156 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 08:17:07.156 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 08:17:07.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 08:17:07.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 08:17:07.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 08:17:07.159 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 08:17:07.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 08:17:07.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 08:17:07.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 08:17:07.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 08:17:07.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 08:17:07.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 08:17:07.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 08:17:07.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 08:17:07.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 08:17:07.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 08:17:07.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 08:17:07.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 08:17:07.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 08:17:07.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 08:17:07.169 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 08:17:07.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 08:17:07.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 08:17:07.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 08:17:07.171 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 08:17:07.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 08:17:07.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 08:17:07.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 08:17:07.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 08:17:07.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 08:17:07.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 08:17:07.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 08:17:07.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 08:17:07.181 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 08:17:07.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 08:17:07.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 08:17:07.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 08:17:07.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 08:17:07.190 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 08:17:07.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 08:17:07.192 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 08:17:07.193 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 08:17:07.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 08:17:07.194 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 08:17:07.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 08:17:07.195 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 08:17:07.196 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 08:17:07.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 08:17:07.197 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 08:17:07.198 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 08:17:07.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 08:17:07.199 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 08:17:07.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 08:17:07.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 08:17:07.201 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 08:17:07.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 08:17:07.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 08:17:07.203 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 08:17:07.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 08:17:07.204 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 08:17:07.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 08:17:07.205 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 08:17:07.206 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 08:17:07.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 08:17:07.207 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 08:17:07.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 08:17:07.208 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 08:17:07.209 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 08:17:07.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 08:17:07.210 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 08:17:07.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 08:17:07.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 08:17:07.212 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 08:17:07.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 08:17:07.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 08:17:07.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 08:17:07.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 08:17:07.215 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 08:17:07.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 08:17:07.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 08:17:07.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 08:17:07.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 08:17:07.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 08:17:07.219 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 08:17:07.220 | 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 | 08:17:07.222 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 08:17:07.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 08:17:07.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 08:17:07.224 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 08:17:07.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 08:17:07.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 08:17:07.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 08:17:07.226 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 08:17:07.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 08:17:07.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 08:17:07.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 08:17:07.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 08:17:07.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 08:17:07.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 08:17:07.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 08:17:07.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 08:17:07.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 08:17:07.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 08:17:07.233 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 08:17:07.235 | 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 | 08:17:07.241 | 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 | 08:17:07.246 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 08:17:07.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 08:17:07.248 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 08:17:07.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 08:17:07.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 08:17:07.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 08:17:07.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 08:17:07.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 08:17:07.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 08:17:07.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 08:17:07.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 08:17:07.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 08:17:07.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 08:17:07.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 08:17:07.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 08:17:07.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 08:17:07.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 08:17:07.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 08:17:07.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 08:17:07.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 08:17:07.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 08:17:07.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 08:17:07.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 08:17:07.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 08:17:07.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 08:17:07.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 08:17:07.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 08:17:07.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 08:17:07.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 08:17:07.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 08:17:07.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 08:17:07.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 08:17:07.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 08:17:07.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 08:17:07.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 08:17:07.272 | < 3ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |