Log Messages

Total 166 item.
#TimeSince previousLevelCategoryMessage
   
114:51:26.737
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
214:51:26.738
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
314:51:26.738
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
414:51:26.738
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
514:51:26.746
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
614:51:26.747
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
714:51:26.747
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
814:51:26.748
< 0ms >
infoyii\web\Session::openSession started
914:51:26.748
< 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
1014:51:26.766
< 18ms >
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;
1114:51:26.789
< 22ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='member' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
1214:51:26.796
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef17875-57a9-6844-b62f-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1314:51:26.799
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1414:51:26.800
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1514:51:26.800
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1614:51:26.800
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1714:51:26.800
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1814:51:26.800
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1914:51:26.809
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2014:51:26.810
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2114:51:26.810
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2214:51:26.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2314:51:26.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2414:51:26.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2514:51:26.812
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2614:51:26.813
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2714:51:26.813
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2814:51:26.814
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2914:51:26.814
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3014:51:26.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3114:51:26.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3214:51:26.816
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3314:51:26.816
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3414:51:26.817
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3514:51:26.817
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3614:51:26.818
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3714:51:26.818
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3814:51:26.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3914:51:26.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4014:51:26.820
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4114:51:26.820
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4214:51:26.821
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4314:51:26.821
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4414:51:26.822
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4514:51:26.822
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4614:51:26.823
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4714:51:26.823
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4814:51:26.824
< 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;
4914:51:26.835
< 10ms >
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
5014:51:26.841
< 6ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef17875-57a9-6844-b62f-5e1409fc0711') AND ("status"=1)
5114:51:26.845
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5214:51:26.848
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5314:51:26.849
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5414:51:26.850
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5514:51:26.851
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5614:51:26.851
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5714:51:26.852
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5814:51:26.853
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5914:51:26.854
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6014:51:26.854
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6114:51:26.855
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6214:51:26.856
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6314:51:26.857
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6414:51:26.858
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6514:51:26.858
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6614:51:26.859
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6714:51:26.859
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6814:51:26.860
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6914:51:26.861
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7014:51:26.862
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7114:51:26.862
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7214:51:26.863
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7314:51:26.864
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7414:51:26.864
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7514:51:26.865
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7614:51:26.866
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7714:51:26.867
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7814:51:26.868
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7914:51:26.868
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8014:51:26.869
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8114:51:26.870
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8214:51:26.870
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8314:51:26.871
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8414:51:26.872
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8514:51:26.872
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8614:51:26.872
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8714:51:26.873
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8814:51:26.874
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8914:51:26.874
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9014:51:26.875
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9114:51:26.876
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9214:51:26.876
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9314:51:26.877
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9414:51:26.878
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9514:51:26.878
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9614:51:26.879
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9714:51:26.879
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9814:51:26.880
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9914:51:26.881
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10014:51:26.882
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10114:51:26.882
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10214:51:26.883
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10314:51:26.883
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10414:51:26.884
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10514:51:26.884
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10614:51:26.885
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10714:51:26.885
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10814:51:26.886
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10914:51:26.887
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
11014:51:26.887
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11114:51:26.888
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11214:51:26.888
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11314:51:26.889
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11414:51:26.889
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11514:51:26.890
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11614:51:26.890
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11714:51:26.891
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11814:51:26.891
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11914:51:26.892
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12014:51:26.892
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12114:51:26.893
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12214:51:26.893
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12314:51:26.894
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12414:51:26.894
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12514:51:26.895
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12614:51:26.895
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12714:51:26.896
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12814:51:26.899
< 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;
12914:51:26.912
< 13ms >
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
13014:51:26.921
< 9ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
13114:51:26.924
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13214:51:26.925
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
13314:51:26.927
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13414:51:26.928
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13514:51:26.929
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13614:51:26.929
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13714:51:26.930
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13814:51:26.930
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13914:51:26.931
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14014:51:26.931
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14114:51:26.932
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14214:51:26.932
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14314:51:26.933
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14414:51:26.933
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14514:51:26.934
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14614:51:26.935
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14714:51:26.935
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14814:51:26.936
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14914:51:26.936
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15014:51:26.937
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15114:51:26.937
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15214:51:26.938
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15314:51:26.938
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15414:51:26.938
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15514:51:26.939
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15614:51:26.939
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15714:51:26.940
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15814:51:26.940
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15914:51:26.941
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16014:51:26.941
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16114:51:26.941
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16214:51:26.942
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
16314:51:26.943
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16414:51:26.947
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16514:51:26.948
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16614:51:26.949
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET