Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
121:25:51.169
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
221:25:51.170
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
321:25:51.170
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
421:25:51.171
< 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:25:51.181
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
621:25:51.185
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
721:25:51.186
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
821:25:51.187
< 1ms >
infoyii\web\Session::openSession started
921:25:51.188
< 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:25:51.210
< 22ms >
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:25:51.232
< 21ms >
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:25:51.239
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1321:25:51.244
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1421:25:51.244
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1521:25:51.244
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1621:25:51.245
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1721:25:51.245
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1821:25:51.245
< 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:25:51.256
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2021:25:51.257
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2121:25:51.258
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2221:25:51.259
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2321:25:51.259
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2421:25:51.260
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2521:25:51.261
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2621:25:51.262
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2721:25:51.262
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2821:25:51.263
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2921:25:51.263
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3021:25:51.264
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3121:25:51.265
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3221:25:51.266
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3321:25:51.267
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3421:25:51.267
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3521:25:51.268
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3621:25:51.269
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3721:25:51.269
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3821:25:51.270
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3921:25:51.271
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4021:25:51.271
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4121:25:51.272
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4221:25:51.272
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4321:25:51.272
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4421:25:51.273
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4521:25:51.274
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4621:25:51.276
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4721:25:51.276
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4821:25:51.277
< 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:25:51.286
< 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
5021:25:51.292
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5121:25:51.294
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5221:25:51.296
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5321:25:51.297
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5421:25:51.299
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5521:25:51.300
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5621:25:51.301
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5721:25:51.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5821:25:51.303
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5921:25:51.304
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6021:25:51.305
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6121:25:51.306
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6221:25:51.307
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6321:25:51.308
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6421:25:51.309
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6521:25:51.310
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6621:25:51.311
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6721:25:51.312
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6821:25:51.313
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6921:25:51.314
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7021:25:51.315
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7121:25:51.316
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7221:25:51.317
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7321:25:51.318
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7421:25:51.319
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7521:25:51.320
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7621:25:51.321
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7721:25:51.322
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7821:25:51.323
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7921:25:51.324
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8021:25:51.325
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8121:25:51.326
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8221:25:51.326
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8321:25:51.327
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8421:25:51.328
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8521:25:51.329
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8621:25:51.330
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8721:25:51.331
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8821:25:51.331
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8921:25:51.332
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9021:25:51.333
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9121:25:51.334
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9221:25:51.334
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9321:25:51.335
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9421:25:51.336
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9521:25:51.337
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9621:25:51.337
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9721:25:51.338
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9821:25:51.339
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9921:25:51.340
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10021:25:51.340
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10121:25:51.341
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10221:25:51.342
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10321:25:51.343
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10421:25:51.343
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10521:25:51.344
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10621:25:51.345
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10721:25:51.345
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10821:25:51.346
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10921:25:51.346
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11021:25:51.347
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11121:25:51.348
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11221:25:51.348
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11321:25:51.349
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11421:25:51.349
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11521:25:51.350
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11621:25:51.351
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11721:25:51.351
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11821:25:51.352
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11921:25:51.353
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12021:25:51.353
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12121:25:51.354
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12221:25:51.355
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12321:25:51.356
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12421:25:51.358
< 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;
12521:25:51.366
< 7ms >
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:25:51.373
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12721:25:51.375
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12821:25:51.377
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12921:25:51.379
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13021:25:51.380
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13121:25:51.381
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13221:25:51.382
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13321:25:51.382
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13421:25:51.383
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13521:25:51.383
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13621:25:51.384
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13721:25:51.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13821:25:51.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13921:25:51.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14021:25:51.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14121:25:51.387
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14221:25:51.388
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14321:25:51.389
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14421:25:51.389
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14521:25:51.390
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14621:25:51.390
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14721:25:51.391
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14821:25:51.392
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14921:25:51.392
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15021:25:51.393
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15121:25:51.393
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15221:25:51.394
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15321:25:51.395
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15421:25:51.395
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15521:25:51.396
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15621:25:51.396
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15721:25:51.397
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15821:25:51.398
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15921:25:51.399
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16021:25:51.404
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16121:25:51.405
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16221:25:51.405
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET