Log Messages

Total 158 item.
#TimeSince previousLevelCategoryMessage
   
117:41:30.219
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
217:41:30.221
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
317:41:30.221
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
417:41:30.221
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
517:41:30.234
< 12ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
617:41:30.235
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
717:41:30.236
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
817:41:30.236
< 0ms >
infoyii\web\Session::openSession started
917:41:30.237
< 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
1017:41:30.253
< 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;
1117:41:30.267
< 13ms >
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
1217:41:30.275
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1317:41:30.279
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1417:41:30.280
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1517:41:30.280
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1617:41:30.280
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1717:41:30.280
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1817:41:30.280
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1917:41:30.288
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2017:41:30.290
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2117:41:30.290
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2217:41:30.291
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2317:41:30.291
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2417:41:30.292
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2517:41:30.292
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2617:41:30.293
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2717:41:30.293
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2817:41:30.294
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2917:41:30.295
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3017:41:30.295
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3117:41:30.296
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3217:41:30.296
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3317:41:30.297
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3417:41:30.297
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3517:41:30.297
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3617:41:30.298
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3717:41:30.298
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3817:41:30.299
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3917:41:30.299
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4017:41:30.300
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4117:41:30.300
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4217:41:30.301
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4317:41:30.301
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4417:41:30.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4517:41:30.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4617:41:30.303
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4717:41:30.303
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4817:41:30.304
< 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;
4917:41:30.312
< 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
5017:41:30.318
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5117:41:30.320
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5217:41:30.322
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5317:41:30.322
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5417:41:30.323
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5517:41:30.324
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5617:41:30.325
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5717:41:30.325
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5817:41:30.326
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5917:41:30.327
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6017:41:30.328
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6117:41:30.329
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6217:41:30.329
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6317:41:30.330
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6417:41:30.331
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6517:41:30.332
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6617:41:30.332
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6717:41:30.333
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6817:41:30.334
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6917:41:30.334
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7017:41:30.335
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7117:41:30.336
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7217:41:30.336
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7317:41:30.337
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7417:41:30.338
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7517:41:30.338
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7617:41:30.339
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7717:41:30.340
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
7817:41:30.340
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7917:41:30.341
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8017:41:30.341
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8117:41:30.342
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8217:41:30.343
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8317:41:30.344
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8417:41:30.344
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8517:41:30.345
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8617:41:30.345
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8717:41:30.345
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8817:41:30.346
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8917:41:30.347
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9017:41:30.347
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9117:41:30.348
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9217:41:30.348
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9317:41:30.349
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9417:41:30.349
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9517:41:30.350
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9617:41:30.351
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9717:41:30.351
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9817:41:30.352
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9917:41:30.353
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10017:41:30.353
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10117:41:30.354
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10217:41:30.355
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10317:41:30.355
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10417:41:30.356
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10517:41:30.356
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10617:41:30.356
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10717:41:30.357
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10817:41:30.357
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10917:41:30.358
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11017:41:30.358
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11117:41:30.359
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11217:41:30.359
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11317:41:30.360
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11417:41:30.360
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11517:41:30.361
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11617:41:30.361
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11717:41:30.362
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11817:41:30.362
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11917:41:30.363
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12017:41:30.365
< 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;
12117:41:30.373
< 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
12217:41:30.379
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12317:41:30.381
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12417:41:30.382
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12517:41:30.384
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12617:41:30.385
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12717:41:30.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12817:41:30.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12917:41:30.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13017:41:30.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13117:41:30.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13217:41:30.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13317:41:30.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13417:41:30.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13517:41:30.389
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13617:41:30.389
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13717:41:30.390
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13817:41:30.390
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13917:41:30.391
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14017:41:30.391
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14117:41:30.392
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14217:41:30.392
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14317:41:30.394
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14417:41:30.394
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14517:41:30.395
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14617:41:30.395
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14717:41:30.396
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14817:41:30.396
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14917:41:30.397
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15017:41:30.397
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15117:41:30.398
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15217:41:30.398
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15317:41:30.399
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15417:41:30.399
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15517:41:30.401
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15617:41:30.405
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15717:41:30.406
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
15817:41:30.406
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET