Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
111:52:25.866
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
211:52:25.867
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
311:52:25.867
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
411:52:25.868
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
511:52:25.881
< 13ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
611:52:25.883
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
711:52:25.884
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
811:52:25.884
< 0ms >
infoyii\web\Session::openSession started
911:52:25.885
< 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
1011:52:25.910
< 25ms >
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;
1111:52:25.929
< 18ms >
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
1211:52:25.937
< 8ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1311:52:25.943
< 6ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1411:52:25.943
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1511:52:25.943
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1611:52:25.943
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1711:52:25.944
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1811:52:25.944
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1911:52:25.952
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2011:52:25.954
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2111:52:25.955
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2211:52:25.955
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2311:52:25.956
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2411:52:25.957
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2511:52:25.957
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2611:52:25.958
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2711:52:25.958
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2811:52:25.959
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2911:52:25.960
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3011:52:25.960
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3111:52:25.961
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3211:52:25.962
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3311:52:25.962
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3411:52:25.963
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3511:52:25.963
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3611:52:25.964
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3711:52:25.964
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3811:52:25.965
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3911:52:25.965
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4011:52:25.966
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4111:52:25.966
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4211:52:25.967
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4311:52:25.967
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4411:52:25.968
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4511:52:25.969
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4611:52:25.969
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4711:52:25.970
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4811:52:25.970
< 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;
4911:52:25.990
< 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5011:52:26.000
< 9ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5111:52:26.003
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5211:52:26.005
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5311:52:26.006
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5411:52:26.007
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5511:52:26.008
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5611:52:26.009
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5711:52:26.010
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5811:52:26.011
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5911:52:26.012
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6011:52:26.012
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6111:52:26.013
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6211:52:26.014
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6311:52:26.015
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6411:52:26.016
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6511:52:26.016
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6611:52:26.017
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6711:52:26.018
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6811:52:26.018
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6911:52:26.019
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7011:52:26.020
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7111:52:26.021
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7211:52:26.021
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7311:52:26.022
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7411:52:26.024
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7511:52:26.025
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7611:52:26.026
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7711:52:26.026
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7811:52:26.027
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7911:52:26.028
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8011:52:26.029
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8111:52:26.030
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8211:52:26.030
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8311:52:26.031
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8411:52:26.032
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8511:52:26.033
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8611:52:26.033
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8711:52:26.034
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8811:52:26.035
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8911:52:26.035
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9011:52:26.036
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9111:52:26.036
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9211:52:26.037
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9311:52:26.038
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9411:52:26.038
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9511:52:26.039
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9611:52:26.040
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9711:52:26.040
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9811:52:26.041
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9911:52:26.042
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10011:52:26.042
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10111:52:26.043
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10211:52:26.044
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10311:52:26.044
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10411:52:26.045
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10511:52:26.046
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10611:52:26.046
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10711:52:26.047
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10811:52:26.047
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10911:52:26.048
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11011:52:26.048
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11111:52:26.049
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11211:52:26.050
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11311:52:26.050
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11411:52:26.051
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11511:52:26.051
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11611:52:26.052
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11711:52:26.052
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11811:52:26.053
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11911:52:26.053
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12011:52:26.054
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12111:52:26.055
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12211:52:26.055
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12311:52:26.056
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12411:52:26.059
< 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;
12511:52:26.069
< 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
12611:52:26.078
< 8ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12711:52:26.080
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12811:52:26.081
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12911:52:26.083
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13011:52:26.084
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13111:52:26.085
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13211:52:26.085
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13311:52:26.086
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13411:52:26.087
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13511:52:26.087
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13611:52:26.088
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13711:52:26.089
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13811:52:26.089
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13911:52:26.090
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14011:52:26.091
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14111:52:26.091
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14211:52:26.092
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14311:52:26.092
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14411:52:26.093
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14511:52:26.093
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14611:52:26.094
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14711:52:26.094
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14811:52:26.095
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14911:52:26.095
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15011:52:26.096
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15111:52:26.096
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15211:52:26.097
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15311:52:26.097
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15411:52:26.098
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15511:52:26.099
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15611:52:26.099
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15711:52:26.100
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15811:52:26.101
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15911:52:26.103
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16011:52:26.110
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16111:52:26.112
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16211:52:26.113
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET