Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
113:18:21.936
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
213:18:21.938
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
313:18:21.938
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
413:18:21.938
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
513:18:21.949
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
613:18:21.951
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
713:18:21.952
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
813:18:21.952
< 0ms >
infoyii\web\Session::openSession started
913:18:21.953
< 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
1013:18:21.974
< 21ms >
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;
1113:18:21.993
< 19ms >
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
1213:18:22.004
< 10ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef7843e-431a-6a7e-b3c7-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1313:18:22.010
< 6ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1413:18:22.010
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1513:18:22.010
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1613:18:22.011
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1713:18:22.011
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1813:18:22.011
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1913:18:22.022
< 11ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2013:18:22.024
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2113:18:22.025
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2213:18:22.026
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2313:18:22.026
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2413:18:22.027
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2513:18:22.027
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2613:18:22.028
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2713:18:22.028
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2813:18:22.029
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2913:18:22.029
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3013:18:22.030
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3113:18:22.030
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3213:18:22.031
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3313:18:22.032
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3413:18:22.032
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3513:18:22.033
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3613:18:22.033
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3713:18:22.034
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3813:18:22.034
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3913:18:22.035
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4013:18:22.035
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4113:18:22.036
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4213:18:22.036
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4313:18:22.036
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4413:18:22.037
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4513:18:22.038
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4613:18:22.039
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4713:18:22.039
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4813:18:22.042
< 3ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'promotion_ongoing' AND d.nspname = 'public' ORDER BY a.attnum;
4913:18:22.053
< 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
5013:18:22.078
< 24ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef7843e-431a-6a7e-b3c7-5e1409fc0711') AND ("status"=1)
5113:18:22.082
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5213:18:22.083
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5313:18:22.084
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5413:18:22.085
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5513:18:22.086
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5613:18:22.087
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5713:18:22.088
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5813:18:22.089
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5913:18:22.090
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6013:18:22.091
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6113:18:22.092
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6213:18:22.092
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6313:18:22.094
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6413:18:22.094
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6513:18:22.095
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6613:18:22.096
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6713:18:22.097
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6813:18:22.098
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6913:18:22.099
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7013:18:22.100
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7113:18:22.100
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7213:18:22.101
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7313:18:22.102
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7413:18:22.103
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7513:18:22.104
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7613:18:22.105
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7713:18:22.106
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7813:18:22.107
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7913:18:22.108
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8013:18:22.109
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8113:18:22.110
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8213:18:22.110
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8313:18:22.112
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8413:18:22.112
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8513:18:22.113
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8613:18:22.114
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8713:18:22.114
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8813:18:22.115
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8913:18:22.116
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9013:18:22.117
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9113:18:22.117
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9213:18:22.118
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9313:18:22.119
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9413:18:22.119
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9513:18:22.120
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9613:18:22.121
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9713:18:22.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9813:18:22.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9913:18:22.123
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10013:18:22.124
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10113:18:22.125
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10213:18:22.125
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10313:18:22.126
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10413:18:22.127
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10513:18:22.128
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10613:18:22.128
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10713:18:22.129
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10813:18:22.129
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10913:18:22.130
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11013:18:22.131
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11113:18:22.131
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11213:18:22.132
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11313:18:22.133
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11413:18:22.133
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11513:18:22.134
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11613:18:22.134
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11713:18:22.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11813:18:22.136
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11913:18:22.136
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12013:18:22.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12113:18:22.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12213:18:22.138
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12313:18:22.139
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12413:18:22.143
< 4ms >
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;
12513:18:22.152
< 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
12613:18:22.163
< 10ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12713:18:22.165
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12813:18:22.166
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12913:18:22.168
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13013:18:22.170
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13113:18:22.170
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13213:18:22.171
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13313:18:22.172
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13413:18:22.173
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13513:18:22.173
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13613:18:22.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13713:18:22.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13813:18:22.175
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13913:18:22.176
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14013:18:22.176
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14113:18:22.177
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14213:18:22.177
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14313:18:22.178
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14413:18:22.179
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14513:18:22.179
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14613:18:22.180
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14713:18:22.180
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14813:18:22.181
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14913:18:22.181
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15013:18:22.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15113:18:22.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15213:18:22.183
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15313:18:22.184
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15413:18:22.184
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15513:18:22.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15613:18:22.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15713:18:22.186
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15813:18:22.188
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15913:18:22.189
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16013:18:22.195
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16113:18:22.197
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16213:18:22.197
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET