Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
120:11:07.830
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
220:11:07.831
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
320:11:07.831
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
420:11:07.831
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
520:11:07.839
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
620:11:07.840
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
720:11:07.841
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
820:11:07.841
< 0ms >
infoyii\web\Session::openSession started
920:11:07.841
< 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
1020:11:07.861
< 19ms >
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;
1120:11:07.882
< 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
1220:11:07.889
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef7843e-431a-6a7e-b3c7-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1320:11:07.893
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1420:11:07.893
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1520:11:07.893
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1620:11:07.894
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1720:11:07.894
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1820:11:07.894
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1920:11:07.903
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2020:11:07.904
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2120:11:07.904
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2220:11:07.905
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2320:11:07.905
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2420:11:07.906
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2520:11:07.906
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2620:11:07.907
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2720:11:07.907
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2820:11:07.908
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2920:11:07.908
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3020:11:07.909
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3120:11:07.909
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3220:11:07.910
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3320:11:07.910
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3420:11:07.910
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3520:11:07.911
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3620:11:07.911
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3720:11:07.912
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3820:11:07.913
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3920:11:07.913
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4020:11:07.913
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4120:11:07.914
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4220:11:07.914
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4320:11:07.914
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4420:11:07.915
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4520:11:07.916
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4620:11:07.916
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4720:11:07.917
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4820:11:07.917
< 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;
4920:11:07.927
< 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
5020:11:07.936
< 9ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef7843e-431a-6a7e-b3c7-5e1409fc0711') AND ("status"=1)
5120:11:07.939
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5220:11:07.940
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5320:11:07.941
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5420:11:07.941
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5520:11:07.942
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5620:11:07.943
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5720:11:07.943
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5820:11:07.944
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5920:11:07.945
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6020:11:07.946
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6120:11:07.946
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6220:11:07.947
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6320:11:07.948
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6420:11:07.949
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6520:11:07.949
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6620:11:07.950
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6720:11:07.951
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6820:11:07.951
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6920:11:07.952
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7020:11:07.953
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7120:11:07.953
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7220:11:07.954
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7320:11:07.955
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7420:11:07.955
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7520:11:07.956
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7620:11:07.956
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7720:11:07.957
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7820:11:07.957
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7920:11:07.958
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8020:11:07.959
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8120:11:07.959
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8220:11:07.959
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8320:11:07.960
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8420:11:07.961
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8520:11:07.961
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8620:11:07.962
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8720:11:07.962
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8820:11:07.963
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8920:11:07.963
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9020:11:07.964
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9120:11:07.964
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9220:11:07.965
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9320:11:07.965
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9420:11:07.966
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9520:11:07.966
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9620:11:07.967
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9720:11:07.967
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9820:11:07.968
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9920:11:07.968
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10020:11:07.969
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10120:11:07.969
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10220:11:07.970
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10320:11:07.970
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10420:11:07.971
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10520:11:07.971
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10620:11:07.971
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10720:11:07.972
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10820:11:07.972
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10920:11:07.973
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11020:11:07.973
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11120:11:07.974
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11220:11:07.974
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11320:11:07.974
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11420:11:07.975
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11520:11:07.975
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11620:11:07.976
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11720:11:07.976
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11820:11:07.977
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11920:11:07.977
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12020:11:07.977
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12120:11:07.978
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12220:11:07.978
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12320:11:07.979
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12420:11:07.982
< 2ms >
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;
12520:11:07.993
< 11ms >
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
12620:11:07.999
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12720:11:08.002
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12820:11:08.003
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12920:11:08.004
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13020:11:08.005
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13120:11:08.006
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13220:11:08.006
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13320:11:08.007
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13420:11:08.007
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13520:11:08.008
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13620:11:08.008
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13720:11:08.009
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13820:11:08.009
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13920:11:08.010
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14020:11:08.010
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14120:11:08.010
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14220:11:08.011
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14320:11:08.011
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14420:11:08.012
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14520:11:08.012
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14620:11:08.013
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14720:11:08.013
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14820:11:08.013
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14920:11:08.014
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15020:11:08.014
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15120:11:08.015
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15220:11:08.015
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15320:11:08.016
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15420:11:08.016
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15520:11:08.017
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15620:11:08.017
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15720:11:08.017
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15820:11:08.018
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15920:11:08.020
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16020:11:08.024
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16120:11:08.025
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16220:11:08.025
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET