# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 09:15:03.632 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 09:15:03.657 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 09:15:03.657 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 09:15:03.658 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 09:15:03.658 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 09:15:03.658 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 09:15:03.659 | 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 | 09:15:03.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 09:15:03.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 09:15:03.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 09:15:03.701 | info | yii\web\Session::open | Session started | |
12 | 09:15:03.701 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 09:15:03.702 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 09:15:03.702 | 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 | 09:15:03.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 09:15:03.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 09:15:03.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 09:15:03.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 09:15:03.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 09:15:03.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 09:15:03.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 09:15:03.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 09:15:03.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 09:15:03.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 09:15:03.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 09:15:03.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 09:15:03.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 09:15:03.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 09:15:03.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 09:15:03.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 09:15:03.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 09:15:03.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 09:15:03.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 09:15:03.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 09:15:03.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 09:15:03.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 09:15:03.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 09:15:03.760 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 09:15:03.760 | 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 | 09:15:03.805 | 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 | 09:15:03.825 | 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 | 09:15:03.834 | 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 | 09:15:03.845 | 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 | 09:15:03.852 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 09:15:03.854 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 09:15:03.857 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-27') AND ("end_date" >= '2025-06-27') AND ("start_time" <= '09:15') AND ("end_time" >= '09:15') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 09:15:03.864 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-27') AND ("end_date" >= '2025-06-27') AND ("start_time" <= '09:15') AND ("end_time" >= '09:15') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 09:15:03.868 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 09:15:03.870 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 09:15:03.872 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 09:15:03.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 09:15:03.874 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 09:15:03.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 09:15:03.876 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 09:15:03.877 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 09:15:03.878 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 09:15:03.879 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 09:15:03.880 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 09:15:03.881 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 09:15:03.882 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 09:15:03.883 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 09:15:03.884 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 09:15:03.885 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 09:15:03.885 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 09:15:03.886 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 09:15:03.888 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 09:15:03.889 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 09:15:03.890 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 09:15:03.891 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 09:15:03.893 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 09:15:03.894 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 09:15:03.895 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 09:15:03.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 09:15:03.897 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 09:15:03.898 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 09:15:03.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 09:15:03.900 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 09:15:03.905 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 09:15:03.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 09:15:03.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 09:15:03.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 09:15:03.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 09:15:03.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 09:15:03.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 09:15:03.915 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 09:15:03.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 09:15:03.948 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 09:15:03.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 09:15:03.960 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 09:15:03.961 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 09:15:03.962 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 09:15:03.966 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 09:15:03.967 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 09:15:03.968 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 09:15:03.969 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 09:15:03.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 09:15:03.971 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 09:15:03.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 09:15:03.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 09:15:03.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 09:15:03.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 09:15:03.982 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 09:15:03.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 09:15:03.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 09:15:03.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 09:15:03.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 09:15:03.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 09:15:03.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 09:15:04.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 09:15:04.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 09:15:04.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 09:15:04.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 09:15:04.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 09:15:04.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 09:15:04.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 09:15:04.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 09:15:04.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 09:15:04.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 09:15:04.033 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 09:15:04.034 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 09:15:04.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 09:15:04.057 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 09:15:04.058 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 09:15:04.060 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 09:15:04.061 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 09:15:04.062 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 09:15:04.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 09:15:04.064 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 09:15:04.065 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 09:15:04.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 09:15:04.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 09:15:04.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 09:15:04.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 09:15:04.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 09:15:04.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 09:15:04.073 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 09:15:04.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 09:15:04.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 09:15:04.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 09:15:04.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 09:15:04.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 09:15:04.091 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 09:15:04.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 09:15:04.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 09:15:04.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 09:15:04.101 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 09:15:04.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 09:15:04.106 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 09:15:04.107 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 09:15:04.108 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 09:15:04.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 09:15:04.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 09:15:04.111 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 09:15:04.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 09:15:04.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 09:15:04.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 09:15:04.117 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 09:15:04.119 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 09:15:04.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 09:15:04.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 09:15:04.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 09:15:04.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 09:15:04.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 09:15:04.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 09:15:04.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 09:15:04.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 09:15:04.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 09:15:04.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 09:15:04.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 09:15:04.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 09:15:04.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 09:15:04.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 09:15:04.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 09:15:04.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 09:15:04.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 09:15:04.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 09:15:04.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 09:15:04.182 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 09:15:04.188 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 09:15:04.200 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 09:15:04.211 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 09:15:04.214 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 09:15:04.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 09:15:04.217 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 09:15:04.218 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 09:15:04.220 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 09:15:04.221 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 09:15:04.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 09:15:04.225 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 09:15:04.227 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 09:15:04.228 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 09:15:04.229 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 09:15:04.230 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 09:15:04.231 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 09:15:04.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 09:15:04.233 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 09:15:04.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 09:15:04.236 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 09:15:04.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 09:15:04.243 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 09:15:04.244 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 09:15:04.245 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 09:15:04.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 09:15:04.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 09:15:04.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 09:15:04.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 09:15:04.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 09:15:04.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 09:15:04.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 09:15:04.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 09:15:04.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 09:15:04.278 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 09:15:04.284 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-20 00:00:00') AND ("join_date" <= '2025-06-27 23:59:59') | |
214 | 09:15:04.288 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 09:15:04.289 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 09:15:04.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 09:15:04.291 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 09:15:04.292 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 09:15:04.293 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 09:15:04.301 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 09:15:04.302 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 09:15:04.304 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 09:15:04.308 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 09:15:04.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 09:15:04.323 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 09:15:04.334 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 09:15:04.341 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 09:15:04.345 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 09:15:04.346 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 09:15:04.347 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 09:15:04.350 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 09:15:04.352 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 09:15:04.370 | 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 | 09:15:04.395 | 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 | 09:15:04.417 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 09:15:04.420 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 09:15:04.421 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 09:15:04.447 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 09:15:04.450 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 09:15:04.533 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 09:15:04.541 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 09:15:04.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 09:15:04.547 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 09:15:04.548 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 09:15:04.549 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 09:15:04.550 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 09:15:04.551 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 09:15:04.552 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 09:15:04.552 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 09:15:04.553 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 09:15:04.554 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 09:15:04.564 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 09:15:04.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 09:15:04.581 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 09:15:04.582 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 09:15:04.583 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 09:15:04.583 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 09:15:04.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 09:15:04.585 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 09:15:04.585 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 09:15:04.586 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 09:15:04.587 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 09:15:04.587 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 09:15:04.588 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 09:15:04.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 09:15:04.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 09:15:04.590 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 09:15:04.591 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 09:15:04.592 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 09:15:04.607 | < 15ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |