# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 03:37:00.636 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 03:37:00.638 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 03:37:00.638 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 03:37:00.638 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
5 | 03:37:00.639 | trace | yii\base\Module::getModule | Loading module: gii | |
6 | 03:37:00.639 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
7 | 03:37:00.639 | 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 | 03:37:00.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
9 | 03:37:00.651 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
10 | 03:37:00.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
11 | 03:37:00.659 | info | yii\web\Session::open | Session started | |
12 | 03:37:00.659 | trace | yii\web\Application::handleRequest | Route requested: 'promotion/index' | |
13 | 03:37:00.659 | trace | yii\base\Controller::runAction | Route to run: promotion/index | |
14 | 03:37:00.660 | 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 | 03:37:00.670 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
16 | 03:37:00.672 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
17 | 03:37:00.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
18 | 03:37:00.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
19 | 03:37:00.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
20 | 03:37:00.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
21 | 03:37:00.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 03:37:00.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 03:37:00.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 03:37:00.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 03:37:00.678 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 03:37:00.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 03:37:00.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 03:37:00.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 03:37:00.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 03:37:00.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 03:37:00.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 03:37:00.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 03:37:00.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 03:37:00.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 03:37:00.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 03:37:00.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 03:37:00.686 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 03:37:00.687 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PromotionController::actionIndex() | |
39 | 03:37:00.689 | 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 | 03:37:00.709 | 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 | 03:37:00.727 | 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 | 03:37:00.759 | 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 | 03:37:00.769 | 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 | 03:37:00.774 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/promotion/index.php | |
45 | 03:37:00.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 03:37:00.781 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-24') AND ("end_date" >= '2025-06-24') AND ("start_time" <= '03:37') AND ("end_time" >= '03:37') AND ("is_active"=1) AND ("is_deleted"=0) | |
47 | 03:37:00.787 | info | yii\db\Command::query | SELECT * FROM "promotion" WHERE ("is_deleted"=0) AND ("start_date" <= '2025-06-24') AND ("end_date" >= '2025-06-24') AND ("start_time" <= '03:37') AND ("end_time" >= '03:37') AND ("is_active"=1) AND ("is_deleted"=0) ORDER BY "index", "current_join_count" DESC LIMIT 20 | |
48 | 03:37:00.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 03:37:00.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
50 | 03:37:00.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
51 | 03:37:00.794 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
52 | 03:37:00.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 03:37:00.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 03:37:00.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 03:37:00.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 03:37:00.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 03:37:00.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 03:37:00.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 03:37:00.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 03:37:00.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 03:37:00.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 03:37:00.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 03:37:00.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 03:37:00.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 03:37:00.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 03:37:00.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 03:37:00.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 03:37:00.809 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 03:37:00.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 03:37:00.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 03:37:00.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 03:37:00.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 03:37:00.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 03:37:00.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 03:37:00.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 03:37:00.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 03:37:00.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 03:37:00.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 03:37:00.819 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 03:37:00.819 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 03:37:00.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 03:37:00.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 03:37:00.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 03:37:00.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 03:37:00.841 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 03:37:00.841 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 03:37:00.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 03:37:00.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 03:37:00.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 03:37:00.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 03:37:00.852 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 03:37:00.853 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 03:37:00.854 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 03:37:00.855 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 03:37:00.856 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 03:37:00.857 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 03:37:00.857 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 03:37:00.858 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 03:37:00.859 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 03:37:00.860 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 03:37:00.860 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 03:37:00.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 03:37:00.862 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 03:37:00.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 03:37:00.864 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 03:37:00.864 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 03:37:00.865 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 03:37:00.866 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 03:37:00.867 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 03:37:00.868 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 03:37:00.868 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 03:37:00.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 03:37:00.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 03:37:00.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 03:37:00.872 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 03:37:00.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 03:37:00.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 03:37:00.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 03:37:00.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 03:37:00.876 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 03:37:00.877 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 03:37:00.878 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 03:37:00.879 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 03:37:00.879 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 03:37:00.880 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 03:37:00.881 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 03:37:00.882 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 03:37:00.883 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 03:37:00.884 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 03:37:00.885 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 03:37:00.885 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 03:37:00.886 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 03:37:00.887 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 03:37:00.887 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 03:37:00.888 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 03:37:00.889 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 03:37:00.889 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 03:37:00.890 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 03:37:00.891 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 03:37:00.892 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 03:37:00.892 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 03:37:00.893 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 03:37:00.894 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 03:37:00.895 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 03:37:00.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 03:37:00.897 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 03:37:00.898 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 03:37:00.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 03:37:00.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 03:37:00.900 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 03:37:00.901 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 03:37:00.902 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 03:37:00.903 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 03:37:00.903 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 03:37:00.904 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 03:37:00.905 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 03:37:00.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 03:37:00.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 03:37:00.907 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 03:37:00.908 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 03:37:00.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 03:37:00.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 03:37:00.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 03:37:00.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 03:37:00.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 03:37:00.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 03:37:00.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 03:37:00.914 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 03:37:00.915 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 03:37:00.915 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 03:37:00.916 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 03:37:00.917 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 03:37:00.918 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 03:37:00.918 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 03:37:00.919 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 03:37:00.919 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 03:37:00.920 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 03:37:00.921 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 03:37:00.922 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 03:37:00.922 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 03:37:00.923 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 03:37:00.924 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 03:37:00.924 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 03:37:00.925 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 03:37:00.926 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 03:37:00.927 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 03:37:00.927 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 03:37:00.928 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 03:37:00.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 03:37:00.930 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 03:37:00.931 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 03:37:00.931 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 03:37:00.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 03:37:00.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 03:37:00.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 03:37:00.934 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 03:37:00.935 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 03:37:00.935 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 03:37:00.936 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 03:37:00.937 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 03:37:00.937 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 03:37:00.938 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 03:37:00.939 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 03:37:00.940 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 03:37:00.940 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 03:37:00.941 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 03:37:00.941 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 03:37:00.942 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 03:37:00.943 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 03:37:00.943 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 03:37:00.944 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 03:37:00.945 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 03:37:00.946 | info | yii\db\Command::query | SELECT COUNT(*) FROM "promotion_ongoing" WHERE ("join_date" >= '2025-06-17 00:00:00') AND ("join_date" <= '2025-06-24 23:59:59') | |
214 | 03:37:00.949 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
215 | 03:37:00.950 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 03:37:00.950 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 03:37:00.951 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 03:37:00.952 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 03:37:00.953 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 03:37:00.953 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 03:37:00.954 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 03:37:00.955 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 03:37:00.955 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 03:37:00.956 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 03:37:00.957 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 03:37:00.957 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 03:37:00.958 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 03:37:00.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 03:37:00.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 03:37:00.960 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 03:37:00.961 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 03:37:00.962 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
233 | 03:37:00.964 | 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 | 03:37:00.973 | 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 | 03:37:00.979 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
236 | 03:37:00.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 03:37:00.984 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
238 | 03:37:00.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 03:37:00.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 03:37:00.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 03:37:00.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 03:37:00.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 03:37:00.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 03:37:00.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 03:37:00.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 03:37:00.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 03:37:00.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 03:37:00.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 03:37:00.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 03:37:00.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 03:37:00.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 03:37:00.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 03:37:00.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 03:37:00.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 03:37:00.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 03:37:00.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 03:37:01.000 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 03:37:01.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 03:37:01.006 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 03:37:01.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 03:37:01.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 03:37:01.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 03:37:01.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 03:37:01.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 03:37:01.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 03:37:01.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 03:37:01.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
268 | 03:37:01.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 03:37:01.020 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 03:37:01.025 | < 5ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |