Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
122:36:25.063
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
222:36:25.065
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
322:36:25.065
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
422:36:25.065
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
522:36:25.074
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
622:36:25.075
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
722:36:25.076
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
822:36:25.077
< 0ms >
infoyii\web\Session::openSession started
922:36:25.077
< 0ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb
1022:36:25.094
< 16ms >
infoyii\db\Command::querySELECT 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 = 'member' AND d.nspname = 'public' ORDER BY a.attnum;
1122:36:25.106
< 12ms >
infoyii\db\Command::queryselect 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='member' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
1222:36:25.114
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1322:36:25.120
< 5ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1422:36:25.120
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1522:36:25.120
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1622:36:25.121
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1722:36:25.121
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1822:36:25.121
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1922:36:25.132
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2022:36:25.133
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2122:36:25.134
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2222:36:25.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2322:36:25.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2422:36:25.136
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2522:36:25.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2622:36:25.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2722:36:25.138
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2822:36:25.138
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2922:36:25.139
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3022:36:25.140
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3122:36:25.140
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3222:36:25.141
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3322:36:25.141
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3422:36:25.142
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3522:36:25.142
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3622:36:25.143
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3722:36:25.144
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3822:36:25.144
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3922:36:25.145
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4022:36:25.146
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4122:36:25.147
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4222:36:25.147
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4322:36:25.148
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4422:36:25.148
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4522:36:25.149
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4622:36:25.150
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4722:36:25.151
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4822:36:25.152
< 0ms >
infoyii\db\Command::querySELECT 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;
4922:36:25.161
< 9ms >
infoyii\db\Command::queryselect 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
5022:36:25.167
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5122:36:25.169
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5222:36:25.171
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5322:36:25.172
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5422:36:25.173
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5522:36:25.174
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5622:36:25.175
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5722:36:25.176
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5822:36:25.177
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5922:36:25.178
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6022:36:25.179
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6122:36:25.180
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6222:36:25.182
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6322:36:25.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6422:36:25.183
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6522:36:25.184
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6622:36:25.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6722:36:25.186
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6822:36:25.187
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6922:36:25.187
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7022:36:25.188
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7122:36:25.189
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7222:36:25.190
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7322:36:25.191
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7422:36:25.192
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7522:36:25.193
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7622:36:25.193
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7722:36:25.195
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7822:36:25.195
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7922:36:25.196
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8022:36:25.197
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8122:36:25.198
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8222:36:25.198
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8322:36:25.199
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8422:36:25.200
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8522:36:25.201
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8622:36:25.202
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8722:36:25.204
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8822:36:25.205
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8922:36:25.207
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9022:36:25.208
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9122:36:25.209
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9222:36:25.210
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9322:36:25.211
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9422:36:25.212
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9522:36:25.212
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9622:36:25.213
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9722:36:25.215
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9822:36:25.216
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9922:36:25.217
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10022:36:25.218
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10122:36:25.218
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10222:36:25.219
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10322:36:25.220
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10422:36:25.221
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10522:36:25.222
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10622:36:25.222
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10722:36:25.223
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10822:36:25.224
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10922:36:25.225
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11022:36:25.225
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11122:36:25.226
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11222:36:25.226
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11322:36:25.227
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11422:36:25.228
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11522:36:25.229
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11622:36:25.230
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11722:36:25.231
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11822:36:25.232
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11922:36:25.233
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12022:36:25.233
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12122:36:25.234
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12222:36:25.234
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12322:36:25.235
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12422:36:25.238
< 2ms >
infoyii\db\Command::querySELECT 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;
12522:36:25.245
< 7ms >
infoyii\db\Command::queryselect 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
12622:36:25.250
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12722:36:25.252
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12822:36:25.253
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12922:36:25.255
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13022:36:25.255
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13122:36:25.256
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13222:36:25.257
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13322:36:25.258
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13422:36:25.258
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13522:36:25.259
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13622:36:25.260
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13722:36:25.260
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13822:36:25.261
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13922:36:25.261
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14022:36:25.262
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14122:36:25.263
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14222:36:25.263
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14322:36:25.264
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14422:36:25.264
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14522:36:25.265
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14622:36:25.266
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14722:36:25.266
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14822:36:25.267
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14922:36:25.267
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15022:36:25.268
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15122:36:25.268
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15222:36:25.269
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15322:36:25.270
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15422:36:25.271
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15522:36:25.272
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15622:36:25.273
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15722:36:25.273
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15822:36:25.275
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15922:36:25.277
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16022:36:25.281
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16122:36:25.282
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16222:36:25.282
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET