Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
121:48:42.830
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
221:48:42.832
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
321:48:42.832
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
421:48:42.833
< 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:48:42.846
< 13ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
621:48:42.848
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
721:48:42.849
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
821:48:42.849
< 0ms >
infoyii\web\Session::openSession started
921:48:42.850
< 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:48:42.945
< 95ms >
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:48:42.965
< 20ms >
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:48:42.974
< 9ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1321:48:42.980
< 5ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1421:48:42.980
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1521:48:42.980
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1621:48:42.981
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1721:48:42.981
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1821:48:42.981
< 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:48:42.994
< 12ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2021:48:43.002
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2121:48:43.006
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2221:48:43.010
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2321:48:43.014
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2421:48:43.015
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2521:48:43.017
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2621:48:43.018
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2721:48:43.020
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2821:48:43.021
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2921:48:43.022
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3021:48:43.024
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3121:48:43.026
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3221:48:43.027
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3321:48:43.028
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3421:48:43.029
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3521:48:43.029
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3621:48:43.031
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3721:48:43.031
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3821:48:43.032
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3921:48:43.033
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4021:48:43.033
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4121:48:43.034
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4221:48:43.035
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4321:48:43.035
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4421:48:43.037
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4521:48:43.038
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4621:48:43.039
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4721:48:43.040
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4821:48:43.048
< 8ms >
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:48:43.066
< 17ms >
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:48:43.073
< 7ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5121:48:43.076
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5221:48:43.078
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5321:48:43.079
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5421:48:43.080
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5521:48:43.081
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5621:48:43.083
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5721:48:43.084
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5821:48:43.085
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5921:48:43.086
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6021:48:43.087
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6121:48:43.088
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6221:48:43.089
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6321:48:43.090
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6421:48:43.091
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6521:48:43.092
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6621:48:43.094
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6721:48:43.095
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6821:48:43.096
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6921:48:43.097
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7021:48:43.098
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7121:48:43.099
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7221:48:43.100
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7321:48:43.101
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7421:48:43.102
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7521:48:43.103
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7621:48:43.104
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7721:48:43.107
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7821:48:43.108
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7921:48:43.109
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8021:48:43.110
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8121:48:43.114
< 3ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8221:48:43.114
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8321:48:43.115
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8421:48:43.117
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8521:48:43.117
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8621:48:43.118
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8721:48:43.119
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8821:48:43.120
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8921:48:43.121
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9021:48:43.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9121:48:43.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9221:48:43.123
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9321:48:43.124
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9421:48:43.124
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9521:48:43.126
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9621:48:43.127
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9721:48:43.131
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9821:48:43.131
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9921:48:43.132
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10021:48:43.133
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10121:48:43.134
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10221:48:43.134
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10321:48:43.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10421:48:43.136
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10521:48:43.137
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10621:48:43.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10721:48:43.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10821:48:43.138
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10921:48:43.139
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11021:48:43.139
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11121:48:43.140
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11221:48:43.140
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11321:48:43.141
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11421:48:43.142
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11521:48:43.143
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11621:48:43.143
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11721:48:43.144
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11821:48:43.145
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11921:48:43.145
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12021:48:43.146
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12121:48:43.146
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12221:48:43.147
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12321:48:43.148
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12421:48:43.151
< 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:48:43.159
< 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
12621:48:43.166
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12721:48:43.168
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12821:48:43.169
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12921:48:43.172
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13021:48:43.173
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13121:48:43.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13221:48:43.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13321:48:43.175
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13421:48:43.176
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13521:48:43.176
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13621:48:43.177
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13721:48:43.177
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13821:48:43.178
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13921:48:43.179
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14021:48:43.179
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14121:48:43.180
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14221:48:43.180
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14321:48:43.181
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14421:48:43.181
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14521:48:43.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14621:48:43.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14721:48:43.183
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14821:48:43.183
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14921:48:43.184
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15021:48:43.184
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15121:48:43.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15221:48:43.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15321:48:43.186
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15421:48:43.187
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15521:48:43.187
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15621:48:43.188
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15721:48:43.188
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15821:48:43.189
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15921:48:43.191
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16021:48:43.195
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16121:48:43.197
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16221:48:43.197
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET