Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
121:23:22.409
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
221:23:22.410
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
321:23:22.410
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
421:23:22.410
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
521:23:22.457
< 46ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
621:23:22.464
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
721:23:22.464
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
821:23:22.466
< 1ms >
infoyii\web\Session::openSession started
921:23:22.466
< 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
1021:23:22.505
< 39ms >
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;
1121:23:22.523
< 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
1221:23:22.530
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1321:23:22.533
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1421:23:22.534
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1521:23:22.534
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1621:23:22.534
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1721:23:22.534
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1821:23:22.534
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1921:23:22.543
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2021:23:22.556
< 13ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2121:23:22.561
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2221:23:22.562
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2321:23:22.563
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2421:23:22.565
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2521:23:22.566
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2621:23:22.567
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2721:23:22.569
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2821:23:22.571
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2921:23:22.572
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3021:23:22.574
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3121:23:22.575
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3221:23:22.575
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3321:23:22.576
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3421:23:22.576
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3521:23:22.577
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3621:23:22.578
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3721:23:22.578
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3821:23:22.578
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3921:23:22.579
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4021:23:22.580
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4121:23:22.580
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4221:23:22.581
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4321:23:22.581
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4421:23:22.582
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4521:23:22.582
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4621:23:22.585
< 2ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4721:23:22.585
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4821:23:22.587
< 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;
4921:23:22.597
< 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
5021:23:22.605
< 8ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5121:23:22.608
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5221:23:22.609
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5321:23:22.611
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5421:23:22.612
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5521:23:22.613
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5621:23:22.613
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5721:23:22.614
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5821:23:22.617
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5921:23:22.619
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6021:23:22.622
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6121:23:22.624
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6221:23:22.627
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6321:23:22.629
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6421:23:22.631
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6521:23:22.632
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6621:23:22.634
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6721:23:22.635
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6821:23:22.637
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6921:23:22.638
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7021:23:22.639
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7121:23:22.648
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7221:23:22.650
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7321:23:22.651
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7421:23:22.653
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7521:23:22.654
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7621:23:22.655
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7721:23:22.656
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7821:23:22.657
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7921:23:22.657
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8021:23:22.658
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8121:23:22.659
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8221:23:22.659
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8321:23:22.660
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8421:23:22.661
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8521:23:22.665
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8621:23:22.666
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8721:23:22.667
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8821:23:22.668
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8921:23:22.668
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9021:23:22.669
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9121:23:22.670
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9221:23:22.671
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9321:23:22.671
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9421:23:22.672
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9521:23:22.673
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9621:23:22.673
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9721:23:22.674
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9821:23:22.675
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9921:23:22.675
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10021:23:22.676
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10121:23:22.677
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10221:23:22.677
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10321:23:22.678
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10421:23:22.679
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10521:23:22.679
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10621:23:22.680
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10721:23:22.681
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10821:23:22.681
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10921:23:22.682
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11021:23:22.682
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11121:23:22.683
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11221:23:22.683
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11321:23:22.684
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11421:23:22.684
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11521:23:22.685
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11621:23:22.685
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11721:23:22.686
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11821:23:22.687
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11921:23:22.687
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12021:23:22.688
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12121:23:22.688
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12221:23:22.689
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12321:23:22.689
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12421:23:22.693
< 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;
12521:23:22.702
< 8ms >
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
12621:23:22.708
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12721:23:22.710
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12821:23:22.711
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12921:23:22.713
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13021:23:22.714
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13121:23:22.715
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13221:23:22.719
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13321:23:22.720
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13421:23:22.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13521:23:22.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13621:23:22.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13721:23:22.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13821:23:22.723
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13921:23:22.724
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14021:23:22.724
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14121:23:22.725
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14221:23:22.725
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14321:23:22.726
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14421:23:22.727
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14521:23:22.727
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14621:23:22.728
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14721:23:22.729
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14821:23:22.729
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14921:23:22.730
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15021:23:22.730
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15121:23:22.731
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15221:23:22.731
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15321:23:22.732
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15421:23:22.733
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15521:23:22.733
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15621:23:22.734
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15721:23:22.734
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15821:23:22.735
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15921:23:22.736
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16021:23:22.740
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16121:23:22.746
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16221:23:22.749
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET