Log Messages

Total 158 item.
#TimeSince previousLevelCategoryMessage
   
100:42:46.262
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
200:42:46.264
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
300:42:46.264
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
400:42:46.264
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
500:42:46.272
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
600:42:46.273
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
700:42:46.273
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
800:42:46.273
< 0ms >
infoyii\web\Session::openSession started
900:42:46.274
< 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
1000:42:46.291
< 16ms >
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;
1100:42:46.306
< 15ms >
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
1200:42:46.314
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1300:42:46.318
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1400:42:46.319
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1500:42:46.319
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1600:42:46.319
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1700:42:46.319
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1800:42:46.319
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1900:42:46.326
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2000:42:46.327
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2100:42:46.327
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2200:42:46.328
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2300:42:46.328
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2400:42:46.328
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2500:42:46.329
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2600:42:46.329
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2700:42:46.330
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2800:42:46.330
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2900:42:46.330
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3000:42:46.331
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3100:42:46.331
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3200:42:46.331
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3300:42:46.332
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3400:42:46.332
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3500:42:46.332
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3600:42:46.333
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3700:42:46.334
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3800:42:46.334
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3900:42:46.335
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4000:42:46.335
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4100:42:46.336
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4200:42:46.336
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4300:42:46.336
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4400:42:46.337
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4500:42:46.337
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4600:42:46.338
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4700:42:46.338
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4800:42:46.341
< 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;
4900:42:46.349
< 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5000:42:46.355
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5100:42:46.357
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5200:42:46.358
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5300:42:46.359
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5400:42:46.359
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5500:42:46.360
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5600:42:46.361
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5700:42:46.361
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5800:42:46.362
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5900:42:46.362
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6000:42:46.363
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6100:42:46.363
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6200:42:46.364
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6300:42:46.365
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6400:42:46.365
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6500:42:46.366
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6600:42:46.366
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6700:42:46.367
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6800:42:46.367
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6900:42:46.368
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7000:42:46.368
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7100:42:46.369
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7200:42:46.370
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7300:42:46.370
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7400:42:46.371
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7500:42:46.371
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7600:42:46.372
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7700:42:46.373
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
7800:42:46.373
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7900:42:46.373
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8000:42:46.374
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8100:42:46.374
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8200:42:46.375
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8300:42:46.375
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8400:42:46.376
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8500:42:46.376
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8600:42:46.376
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8700:42:46.377
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8800:42:46.377
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8900:42:46.378
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9000:42:46.378
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9100:42:46.379
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9200:42:46.379
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9300:42:46.380
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9400:42:46.380
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9500:42:46.380
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9600:42:46.381
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9700:42:46.381
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9800:42:46.382
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9900:42:46.382
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10000:42:46.383
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10100:42:46.383
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10200:42:46.383
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10300:42:46.384
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10400:42:46.384
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10500:42:46.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10600:42:46.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10700:42:46.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10800:42:46.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10900:42:46.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11000:42:46.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11100:42:46.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11200:42:46.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11300:42:46.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11400:42:46.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11500:42:46.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11600:42:46.389
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11700:42:46.389
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11800:42:46.390
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11900:42:46.390
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12000:42:46.393
< 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;
12100:42:46.402
< 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
12200:42:46.406
< 4ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12300:42:46.408
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12400:42:46.409
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12500:42:46.410
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12600:42:46.411
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12700:42:46.411
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12800:42:46.412
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12900:42:46.412
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13000:42:46.413
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13100:42:46.413
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13200:42:46.413
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13300:42:46.414
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13400:42:46.414
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13500:42:46.414
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13600:42:46.415
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13700:42:46.415
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13800:42:46.416
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13900:42:46.416
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14000:42:46.417
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14100:42:46.417
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14200:42:46.418
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14300:42:46.418
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14400:42:46.418
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14500:42:46.419
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14600:42:46.419
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14700:42:46.419
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14800:42:46.420
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14900:42:46.420
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15000:42:46.421
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15100:42:46.421
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15200:42:46.422
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15300:42:46.422
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15400:42:46.423
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15500:42:46.424
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15600:42:46.428
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15700:42:46.429
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
15800:42:46.429
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET