Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
110:46:35.004
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
210:46:35.005
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
310:46:35.005
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
410:46:35.006
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
510:46:35.015
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
610:46:35.017
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
710:46:35.017
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
810:46:35.018
< 0ms >
infoyii\web\Session::openSession started
910:46:35.018
< 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
1010:46:35.062
< 43ms >
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;
1110:46:35.084
< 22ms >
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
1210:46:35.094
< 10ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef7843e-431a-6a7e-b3c7-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1310:46:35.101
< 7ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1410:46:35.102
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1510:46:35.102
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1610:46:35.102
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1710:46:35.102
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1810:46:35.102
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1910:46:35.110
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2010:46:35.111
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2110:46:35.112
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2210:46:35.112
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2310:46:35.113
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2410:46:35.113
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2510:46:35.114
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2610:46:35.114
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2710:46:35.115
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2810:46:35.115
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2910:46:35.116
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3010:46:35.116
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3110:46:35.117
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3210:46:35.117
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3310:46:35.117
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3410:46:35.118
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3510:46:35.118
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3610:46:35.119
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3710:46:35.120
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3810:46:35.120
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3910:46:35.121
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4010:46:35.121
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4110:46:35.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4210:46:35.122
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4310:46:35.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4410:46:35.123
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4510:46:35.124
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4610:46:35.125
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4710:46:35.125
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4810:46:35.126
< 0ms >
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;
4910:46:35.147
< 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5010:46:35.154
< 7ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef7843e-431a-6a7e-b3c7-5e1409fc0711') AND ("status"=1)
5110:46:35.156
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5210:46:35.158
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5310:46:35.159
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5410:46:35.160
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5510:46:35.161
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5610:46:35.161
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5710:46:35.162
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5810:46:35.163
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5910:46:35.164
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6010:46:35.164
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6110:46:35.165
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6210:46:35.166
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6310:46:35.167
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6410:46:35.167
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6510:46:35.168
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6610:46:35.169
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6710:46:35.170
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6810:46:35.171
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6910:46:35.171
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7010:46:35.172
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7110:46:35.173
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7210:46:35.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7310:46:35.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7410:46:35.175
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7510:46:35.176
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7610:46:35.177
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7710:46:35.178
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7810:46:35.178
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7910:46:35.179
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8010:46:35.180
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8110:46:35.181
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8210:46:35.181
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8310:46:35.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8410:46:35.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8510:46:35.183
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8610:46:35.184
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8710:46:35.184
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8810:46:35.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8910:46:35.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9010:46:35.186
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9110:46:35.186
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9210:46:35.187
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9310:46:35.188
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9410:46:35.188
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9510:46:35.189
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9610:46:35.190
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9710:46:35.190
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9810:46:35.191
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9910:46:35.191
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10010:46:35.192
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10110:46:35.192
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10210:46:35.193
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10310:46:35.193
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10410:46:35.194
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10510:46:35.195
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10610:46:35.195
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10710:46:35.196
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10810:46:35.196
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10910:46:35.197
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11010:46:35.197
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11110:46:35.197
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11210:46:35.198
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11310:46:35.198
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11410:46:35.199
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11510:46:35.199
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11610:46:35.200
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11710:46:35.200
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11810:46:35.201
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11910:46:35.202
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12010:46:35.202
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12110:46:35.203
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12210:46:35.204
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12310:46:35.204
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12410:46:35.207
< 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 = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum;
12510:46:35.217
< 9ms >
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
12610:46:35.223
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12710:46:35.237
< 13ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12810:46:35.238
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12910:46:35.241
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13010:46:35.243
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13110:46:35.243
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13210:46:35.244
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13310:46:35.244
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13410:46:35.245
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13510:46:35.245
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13610:46:35.246
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13710:46:35.246
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13810:46:35.247
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13910:46:35.247
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14010:46:35.248
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14110:46:35.248
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14210:46:35.249
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14310:46:35.249
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14410:46:35.250
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14510:46:35.251
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14610:46:35.251
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14710:46:35.252
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14810:46:35.252
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14910:46:35.253
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15010:46:35.254
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15110:46:35.254
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15210:46:35.255
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15310:46:35.255
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15410:46:35.256
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15510:46:35.256
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15610:46:35.257
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15710:46:35.257
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15810:46:35.258
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15910:46:35.259
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16010:46:35.264
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16110:46:35.265
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16210:46:35.265
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET