Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
121:49:17.019
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
221:49:17.021
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
321:49:17.021
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
421:49:17.021
< 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:49:17.035
< 13ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
621:49:17.037
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
721:49:17.037
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
821:49:17.038
< 0ms >
infoyii\web\Session::openSession started
921:49:17.039
< 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:49:17.063
< 23ms >
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:49:17.092
< 29ms >
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:49:17.099
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1321:49:17.103
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1421:49:17.103
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1521:49:17.103
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1621:49:17.104
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1721:49:17.104
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1821:49:17.104
< 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:49:17.119
< 15ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2021:49:17.121
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2121:49:17.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2221:49:17.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2321:49:17.123
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2421:49:17.123
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2521:49:17.124
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2621:49:17.124
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2721:49:17.125
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2821:49:17.125
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2921:49:17.126
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3021:49:17.127
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3121:49:17.127
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3221:49:17.127
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3321:49:17.128
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3421:49:17.128
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3521:49:17.129
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3621:49:17.130
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3721:49:17.130
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3821:49:17.131
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3921:49:17.131
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4021:49:17.132
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4121:49:17.132
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4221:49:17.133
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4321:49:17.133
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4421:49:17.134
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4521:49:17.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4621:49:17.136
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4721:49:17.136
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4821:49:17.141
< 5ms >
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:49:17.151
< 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5021:49:17.158
< 7ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5121:49:17.161
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5221:49:17.162
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5321:49:17.163
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5421:49:17.164
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5521:49:17.165
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5621:49:17.166
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5721:49:17.166
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5821:49:17.167
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5921:49:17.168
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6021:49:17.169
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6121:49:17.169
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6221:49:17.170
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6321:49:17.171
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6421:49:17.172
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6521:49:17.172
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6621:49:17.173
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6721:49:17.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6821:49:17.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6921:49:17.175
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7021:49:17.176
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7121:49:17.177
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7221:49:17.178
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7321:49:17.178
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7421:49:17.179
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7521:49:17.180
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7621:49:17.180
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7721:49:17.181
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7821:49:17.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7921:49:17.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8021:49:17.183
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8121:49:17.184
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8221:49:17.184
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8321:49:17.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8421:49:17.186
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8521:49:17.187
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8621:49:17.187
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8721:49:17.188
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8821:49:17.188
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8921:49:17.189
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9021:49:17.190
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9121:49:17.190
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9221:49:17.191
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9321:49:17.192
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9421:49:17.192
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9521:49:17.193
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9621:49:17.194
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9721:49:17.194
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9821:49:17.195
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9921:49:17.196
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10021:49:17.196
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10121:49:17.197
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10221:49:17.198
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10321:49:17.198
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10421:49:17.199
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10521:49:17.200
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10621:49:17.200
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10721:49:17.201
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10821:49:17.201
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10921:49:17.202
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11021:49:17.202
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11121:49:17.203
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11221:49:17.203
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11321:49:17.204
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11421:49:17.204
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11521:49:17.205
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11621:49:17.205
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11721:49:17.206
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11821:49:17.206
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11921:49:17.207
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12021:49:17.208
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12121:49:17.208
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12221:49:17.209
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12321:49:17.210
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12421:49:17.214
< 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;
12521:49:17.226
< 12ms >
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:49:17.232
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12721:49:17.234
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12821:49:17.235
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12921:49:17.238
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13021:49:17.239
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13121:49:17.240
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13221:49:17.245
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13321:49:17.246
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13421:49:17.247
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13521:49:17.247
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13621:49:17.248
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13721:49:17.249
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13821:49:17.250
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13921:49:17.250
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14021:49:17.261
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14121:49:17.261
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14221:49:17.262
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14321:49:17.263
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14421:49:17.263
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14521:49:17.265
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14621:49:17.265
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14721:49:17.266
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14821:49:17.267
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14921:49:17.267
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15021:49:17.268
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15121:49:17.268
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15221:49:17.269
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15321:49:17.270
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15421:49:17.270
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15521:49:17.271
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15621:49:17.271
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15721:49:17.272
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15821:49:17.272
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15921:49:17.274
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16021:49:17.278
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16121:49:17.281
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16221:49:17.283
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET