Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
122:28:02.253
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
222:28:02.255
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
322:28:02.255
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
422:28:02.255
< 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:28:02.267
< 12ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
622:28:02.269
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
722:28:02.270
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
822:28:02.270
< 0ms >
infoyii\web\Session::openSession started
922:28:02.271
< 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:28:02.328
< 57ms >
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:28:02.347
< 18ms >
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:28:02.354
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1322:28:02.358
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1422:28:02.359
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1522:28:02.359
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1622:28:02.359
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1722:28:02.359
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1822:28:02.359
< 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:28:02.370
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2022:28:02.372
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2122:28:02.372
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2222:28:02.373
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2322:28:02.374
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2422:28:02.374
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2522:28:02.375
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2622:28:02.375
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2722:28:02.376
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2822:28:02.377
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2922:28:02.377
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3022:28:02.378
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3122:28:02.378
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3222:28:02.379
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3322:28:02.380
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3422:28:02.380
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3522:28:02.381
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3622:28:02.382
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3722:28:02.382
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3822:28:02.383
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3922:28:02.384
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4022:28:02.384
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4122:28:02.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4222:28:02.385
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4322:28:02.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4422:28:02.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4522:28:02.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4622:28:02.388
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4722:28:02.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4822:28:02.389
< 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;
4922:28:02.400
< 10ms >
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:28:02.415
< 14ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5122:28:02.418
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5222:28:02.420
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5322:28:02.421
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5422:28:02.421
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5522:28:02.422
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5622:28:02.423
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5722:28:02.424
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5822:28:02.424
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5922:28:02.425
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6022:28:02.426
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6122:28:02.427
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6222:28:02.428
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6322:28:02.428
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6422:28:02.429
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6522:28:02.431
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6622:28:02.431
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6722:28:02.432
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6822:28:02.433
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6922:28:02.434
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7022:28:02.435
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7122:28:02.435
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7222:28:02.450
< 15ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7322:28:02.452
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7422:28:02.453
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7522:28:02.462
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7622:28:02.463
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7722:28:02.464
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7822:28:02.466
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7922:28:02.470
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8022:28:02.471
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8122:28:02.475
< 3ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8222:28:02.475
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8322:28:02.487
< 12ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8422:28:02.489
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8522:28:02.490
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8622:28:02.491
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8722:28:02.493
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8822:28:02.494
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8922:28:02.496
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9022:28:02.497
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9122:28:02.498
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9222:28:02.514
< 15ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9322:28:02.515
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9422:28:02.515
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9522:28:02.516
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9622:28:02.517
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9722:28:02.518
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9822:28:02.519
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9922:28:02.520
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10022:28:02.520
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10122:28:02.522
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10222:28:02.523
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10322:28:02.524
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10422:28:02.526
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10522:28:02.527
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10622:28:02.528
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10722:28:02.539
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10822:28:02.553
< 14ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10922:28:02.555
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11022:28:02.557
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11122:28:02.557
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11222:28:02.558
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11322:28:02.559
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11422:28:02.560
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11522:28:02.560
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11622:28:02.562
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11722:28:02.569
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11822:28:02.577
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11922:28:02.579
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12022:28:02.579
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12122:28:02.580
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12222:28:02.581
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12322:28:02.582
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12422:28:02.586
< 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;
12522:28:02.598
< 11ms >
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:28:02.606
< 7ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12722:28:02.609
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12822:28:02.610
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12922:28:02.616
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13022:28:02.619
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13122:28:02.620
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13222:28:02.620
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13322:28:02.621
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13422:28:02.622
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13522:28:02.622
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13622:28:02.623
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13722:28:02.624
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13822:28:02.624
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13922:28:02.625
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14022:28:02.626
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14122:28:02.627
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14222:28:02.628
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14322:28:02.628
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14422:28:02.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14522:28:02.630
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14622:28:02.632
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14722:28:02.632
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14822:28:02.633
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14922:28:02.634
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15022:28:02.634
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15122:28:02.635
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15222:28:02.636
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15322:28:02.636
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15422:28:02.637
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15522:28:02.638
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15622:28:02.638
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15722:28:02.639
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15822:28:02.640
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15922:28:02.641
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16022:28:02.646
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16122:28:02.659
< 12ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16222:28:02.661
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET