Log Messages

Total 160 item.
#TimeSince previousLevelCategoryMessage
   
110:25:20.177
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
210:25:20.178
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
310:25:20.178
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
410:25:20.178
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
510:25:20.188
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
610:25:20.190
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
710:25:20.191
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
810:25:20.192
< 0ms >
infoyii\web\Session::openSession started
910:25:20.192
< 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
1010:25:20.208
< 15ms >
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;
1110:25:20.225
< 17ms >
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
1210:25:20.233
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1310:25:20.238
< 5ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1410:25:20.238
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1510:25:20.238
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1610:25:20.239
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1710:25:20.239
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1810:25:20.239
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1910:25:20.250
< 11ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2010:25:20.253
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2110:25:20.254
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2210:25:20.254
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2310:25:20.255
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2410:25:20.256
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2510:25:20.257
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2610:25:20.258
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2710:25:20.258
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2810:25:20.259
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2910:25:20.259
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3010:25:20.260
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3110:25:20.260
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3210:25:20.261
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3310:25:20.262
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3410:25:20.263
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3510:25:20.263
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3610:25:20.264
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3710:25:20.264
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3810:25:20.265
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3910:25:20.266
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4010:25:20.266
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4110:25:20.267
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4210:25:20.268
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4310:25:20.268
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4410:25:20.268
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4510:25:20.269
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4610:25:20.270
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4710:25:20.270
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4810:25:20.274
< 3ms >
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;
4910:25:20.282
< 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5010:25:20.287
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5110:25:20.289
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5210:25:20.292
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5310:25:20.293
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5410:25:20.294
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5510:25:20.296
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5610:25:20.297
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5710:25:20.298
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5810:25:20.299
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5910:25:20.300
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6010:25:20.301
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6110:25:20.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6210:25:20.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6310:25:20.303
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6410:25:20.305
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6510:25:20.306
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6610:25:20.307
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6710:25:20.308
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6810:25:20.309
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6910:25:20.309
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7010:25:20.311
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7110:25:20.312
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7210:25:20.313
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7310:25:20.314
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7410:25:20.314
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7510:25:20.315
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7610:25:20.316
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7710:25:20.317
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7810:25:20.318
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7910:25:20.319
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8010:25:20.319
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8110:25:20.320
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8210:25:20.321
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8310:25:20.322
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8410:25:20.323
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8510:25:20.324
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8610:25:20.325
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8710:25:20.326
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8810:25:20.327
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8910:25:20.327
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9010:25:20.328
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9110:25:20.329
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9210:25:20.330
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9310:25:20.330
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9410:25:20.331
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9510:25:20.332
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9610:25:20.332
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9710:25:20.334
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9810:25:20.336
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9910:25:20.337
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10010:25:20.339
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10110:25:20.340
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10210:25:20.340
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10310:25:20.341
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10410:25:20.341
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10510:25:20.341
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10610:25:20.342
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10710:25:20.343
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10810:25:20.344
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10910:25:20.345
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11010:25:20.346
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11110:25:20.346
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11210:25:20.347
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11310:25:20.348
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11410:25:20.348
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11510:25:20.349
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11610:25:20.352
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11710:25:20.353
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11810:25:20.353
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11910:25:20.354
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12010:25:20.355
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12110:25:20.356
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12210:25:20.358
< 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;
12310:25:20.365
< 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
12410:25:20.371
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12510:25:20.372
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12610:25:20.374
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12710:25:20.375
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12810:25:20.376
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12910:25:20.377
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13010:25:20.378
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13110:25:20.378
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13210:25:20.380
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13310:25:20.381
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13410:25:20.381
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13510:25:20.382
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13610:25:20.382
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13710:25:20.383
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13810:25:20.384
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13910:25:20.384
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14010:25:20.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14110:25:20.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14210:25:20.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14310:25:20.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14410:25:20.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14510:25:20.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14610:25:20.389
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14710:25:20.389
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14810:25:20.390
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14910:25:20.391
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15010:25:20.391
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15110:25:20.392
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15210:25:20.393
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15310:25:20.394
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15410:25:20.394
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15510:25:20.395
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15610:25:20.396
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15710:25:20.397
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15810:25:20.402
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15910:25:20.403
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16010:25:20.403
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET