Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
109:40:22.433
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
209:40:22.438
< 5ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
309:40:22.438
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
409:40:22.438
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
509:40:22.447
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
609:40:22.450
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
709:40:22.450
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
809:40:22.451
< 0ms >
infoyii\web\Session::openSession started
909:40:22.451
< 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
1009:40:22.469
< 17ms >
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;
1109:40:22.487
< 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
1209:40:22.495
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef7843e-431a-6a7e-b3c7-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1309:40:22.504
< 8ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1409:40:22.504
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1509:40:22.504
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1609:40:22.504
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1709:40:22.504
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1809:40:22.504
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1909:40:22.513
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2009:40:22.515
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2109:40:22.516
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2209:40:22.517
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2309:40:22.517
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2409:40:22.518
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2509:40:22.519
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2609:40:22.519
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2709:40:22.520
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2809:40:22.520
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2909:40:22.521
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3009:40:22.521
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3109:40:22.522
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3209:40:22.523
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3309:40:22.523
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3409:40:22.524
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3509:40:22.524
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3609:40:22.525
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3709:40:22.525
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3809:40:22.526
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3909:40:22.528
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4009:40:22.529
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4109:40:22.529
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4209:40:22.530
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4309:40:22.530
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4409:40:22.531
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4509:40:22.532
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4609:40:22.533
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4709:40:22.533
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4809:40:22.535
< 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 = 'promotion_ongoing' AND d.nspname = 'public' ORDER BY a.attnum;
4909:40:22.545
< 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
5009:40:22.551
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef7843e-431a-6a7e-b3c7-5e1409fc0711') AND ("status"=1)
5109:40:22.553
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5209:40:22.555
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5309:40:22.556
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5409:40:22.557
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5509:40:22.558
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5609:40:22.559
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5709:40:22.560
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5809:40:22.564
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5909:40:22.566
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6009:40:22.567
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6109:40:22.567
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6209:40:22.568
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6309:40:22.569
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6409:40:22.570
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6509:40:22.570
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6609:40:22.571
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6709:40:22.573
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6809:40:22.574
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6909:40:22.574
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7009:40:22.575
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7109:40:22.577
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7209:40:22.578
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7309:40:22.579
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7409:40:22.580
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7509:40:22.581
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7609:40:22.582
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7709:40:22.583
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7809:40:22.583
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7909:40:22.584
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8009:40:22.585
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8109:40:22.586
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8209:40:22.586
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8309:40:22.587
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8409:40:22.589
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8509:40:22.589
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8609:40:22.590
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8709:40:22.591
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8809:40:22.592
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8909:40:22.593
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9009:40:22.593
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9109:40:22.594
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9209:40:22.595
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9309:40:22.597
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9409:40:22.597
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9509:40:22.598
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9609:40:22.599
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9709:40:22.600
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9809:40:22.600
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9909:40:22.601
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10009:40:22.602
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10109:40:22.602
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10209:40:22.603
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10309:40:22.604
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10409:40:22.604
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10509:40:22.605
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10609:40:22.605
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10709:40:22.606
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10809:40:22.607
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10909:40:22.607
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11009:40:22.608
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11109:40:22.608
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11209:40:22.609
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11309:40:22.610
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11409:40:22.611
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11509:40:22.611
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11609:40:22.612
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11709:40:22.613
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11809:40:22.614
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11909:40:22.614
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12009:40:22.616
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12109:40:22.617
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12209:40:22.617
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12309:40:22.618
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12409:40:22.620
< 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;
12509:40:22.627
< 6ms >
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
12609:40:22.633
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12709:40:22.635
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12809:40:22.637
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12909:40:22.639
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13009:40:22.641
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13109:40:22.642
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13209:40:22.642
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13309:40:22.643
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13409:40:22.644
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13509:40:22.644
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13609:40:22.645
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13709:40:22.646
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13809:40:22.646
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13909:40:22.648
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14009:40:22.648
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14109:40:22.649
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14209:40:22.650
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14309:40:22.650
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14409:40:22.651
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14509:40:22.652
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14609:40:22.653
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14709:40:22.653
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14809:40:22.654
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14909:40:22.655
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15009:40:22.655
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15109:40:22.656
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15209:40:22.656
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15309:40:22.657
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15409:40:22.658
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15509:40:22.659
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15609:40:22.659
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15709:40:22.660
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15809:40:22.661
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15909:40:22.670
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16009:40:22.675
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16109:40:22.677
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16209:40:22.678
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET