Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
120:50:00.080
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
220:50:00.081
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
320:50:00.081
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
420:50:00.081
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
520:50:00.098
< 16ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
620:50:00.101
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
720:50:00.102
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
820:50:00.104
< 1ms >
infoyii\web\Session::openSession started
920:50:00.104
< 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
1020:50:00.226
< 121ms >
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;
1120:50:00.251
< 25ms >
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
1220:50:00.266
< 15ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1320:50:00.271
< 5ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1420:50:00.272
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1520:50:00.272
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1620:50:00.272
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1720:50:00.272
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1820:50:00.272
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1920:50:00.287
< 15ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2020:50:00.291
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2120:50:00.291
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2220:50:00.292
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2320:50:00.293
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2420:50:00.293
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2520:50:00.294
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2620:50:00.295
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2720:50:00.295
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2820:50:00.296
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2920:50:00.297
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3020:50:00.297
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3120:50:00.298
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3220:50:00.299
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3320:50:00.300
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3420:50:00.300
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3520:50:00.301
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3620:50:00.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3720:50:00.303
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3820:50:00.303
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3920:50:00.304
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4020:50:00.305
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4120:50:00.305
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4220:50:00.306
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4320:50:00.306
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4420:50:00.307
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4520:50:00.308
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4620:50:00.309
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4720:50:00.309
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4820:50:00.310
< 1ms >
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;
4920:50:00.336
< 25ms >
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
5020:50:00.356
< 20ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5120:50:00.361
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5220:50:00.362
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5320:50:00.363
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5420:50:00.365
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5520:50:00.366
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5620:50:00.367
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5720:50:00.368
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5820:50:00.369
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5920:50:00.370
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6020:50:00.372
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6120:50:00.373
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6220:50:00.374
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6320:50:00.381
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6420:50:00.387
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6520:50:00.388
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6620:50:00.390
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6720:50:00.392
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6820:50:00.393
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6920:50:00.393
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7020:50:00.394
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7120:50:00.399
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7220:50:00.400
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7320:50:00.401
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7420:50:00.402
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7520:50:00.403
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7620:50:00.404
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7720:50:00.405
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7820:50:00.406
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7920:50:00.407
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8020:50:00.408
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8120:50:00.409
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8220:50:00.409
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8320:50:00.410
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8420:50:00.411
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8520:50:00.413
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8620:50:00.414
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8720:50:00.416
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8820:50:00.417
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8920:50:00.417
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9020:50:00.418
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9120:50:00.419
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9220:50:00.420
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9320:50:00.421
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9420:50:00.422
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9520:50:00.423
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9620:50:00.424
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9720:50:00.425
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9820:50:00.426
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9920:50:00.434
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10020:50:00.436
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10120:50:00.437
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10220:50:00.437
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10320:50:00.438
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10420:50:00.439
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10520:50:00.439
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10620:50:00.440
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10720:50:00.441
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10820:50:00.442
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10920:50:00.443
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11020:50:00.445
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11120:50:00.448
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11220:50:00.449
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11320:50:00.450
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11420:50:00.451
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11520:50:00.452
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11620:50:00.453
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11720:50:00.454
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11820:50:00.454
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11920:50:00.456
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12020:50:00.457
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12120:50:00.457
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12220:50:00.458
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12320:50:00.459
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12420:50:00.462
< 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 = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum;
12520:50:00.477
< 14ms >
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
12620:50:00.493
< 16ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12720:50:00.501
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12820:50:00.502
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12920:50:00.507
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13020:50:00.508
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13120:50:00.509
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13220:50:00.510
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13320:50:00.510
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13420:50:00.511
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13520:50:00.512
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13620:50:00.512
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13720:50:00.513
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13820:50:00.513
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13920:50:00.515
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14020:50:00.519
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14120:50:00.520
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14220:50:00.521
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14320:50:00.522
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14420:50:00.523
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14520:50:00.523
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14620:50:00.524
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14720:50:00.525
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14820:50:00.525
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14920:50:00.526
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15020:50:00.527
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15120:50:00.528
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15220:50:00.528
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15320:50:00.529
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15420:50:00.529
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15520:50:00.530
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15620:50:00.530
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15720:50:00.531
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15820:50:00.532
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15920:50:00.534
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16020:50:00.539
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16120:50:00.540
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16220:50:00.541
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET