Log Messages

Total 162 item.
#TimeSince previousLevelCategoryMessage
   
109:54:58.642
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
209:54:58.643
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
309:54:58.643
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
409:54:58.643
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
509:54:58.652
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
609:54:58.654
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
709:54:58.654
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
809:54:58.655
< 0ms >
infoyii\web\Session::openSession started
909:54:58.655
< 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
1009:54:58.680
< 24ms >
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;
1109:54:58.703
< 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
1209:54:58.711
< 8ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1309:54:58.717
< 6ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1409:54:58.718
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1509:54:58.718
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1609:54:58.718
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/slot'
1709:54:58.718
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/slot
1809:54:58.718
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1909:54:58.728
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2009:54:58.730
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2109:54:58.731
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2209:54:58.731
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2309:54:58.732
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2409:54:58.733
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2509:54:58.733
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2609:54:58.734
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2709:54:58.734
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2809:54:58.735
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2909:54:58.736
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3009:54:58.736
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3109:54:58.737
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3209:54:58.737
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3309:54:58.738
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3409:54:58.738
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3509:54:58.739
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3609:54:58.739
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3709:54:58.740
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3809:54:58.741
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3909:54:58.741
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4009:54:58.742
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4109:54:58.742
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4209:54:58.743
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionSlot()
4309:54:58.743
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4409:54:58.744
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4509:54:58.745
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4609:54:58.746
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4709:54:58.746
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4809:54:58.747
< 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;
4909:54:58.763
< 15ms >
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
5009:54:58.776
< 13ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5109:54:58.779
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5209:54:58.781
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5309:54:58.782
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5409:54:58.783
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5509:54:58.784
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5609:54:58.784
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5709:54:58.785
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5809:54:58.786
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5909:54:58.786
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6009:54:58.787
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6109:54:58.788
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6209:54:58.789
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6309:54:58.789
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6409:54:58.790
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6509:54:58.791
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6609:54:58.792
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6709:54:58.793
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6809:54:58.793
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6909:54:58.794
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7009:54:58.795
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7109:54:58.796
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7209:54:58.796
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7309:54:58.797
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7409:54:58.798
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7509:54:58.799
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7609:54:58.799
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7709:54:58.800
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7809:54:58.801
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7909:54:58.801
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8009:54:58.802
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8109:54:58.803
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
8209:54:58.803
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8309:54:58.804
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8409:54:58.805
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8509:54:58.806
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8609:54:58.806
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8709:54:58.807
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8809:54:58.808
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8909:54:58.808
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9009:54:58.809
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9109:54:58.810
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9209:54:58.810
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9309:54:58.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9409:54:58.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9509:54:58.812
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9609:54:58.812
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9709:54:58.813
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9809:54:58.813
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9909:54:58.814
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10009:54:58.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10109:54:58.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10209:54:58.816
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10309:54:58.817
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10409:54:58.817
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10509:54:58.818
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
10609:54:58.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10709:54:58.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10809:54:58.820
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10909:54:58.820
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11009:54:58.821
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11109:54:58.821
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11209:54:58.822
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11309:54:58.822
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11409:54:58.823
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11509:54:58.823
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11609:54:58.824
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11709:54:58.824
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11809:54:58.825
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11909:54:58.825
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12009:54:58.826
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12109:54:58.826
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12209:54:58.827
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12309:54:58.828
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
12409:54:58.832
< 4ms >
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;
12509:54:58.844
< 12ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
12609:54:58.851
< 7ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
12709:54:58.854
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12809:54:58.855
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
12909:54:58.859
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13009:54:58.860
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13109:54:58.860
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13209:54:58.861
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13309:54:58.861
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13409:54:58.862
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13509:54:58.862
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13609:54:58.863
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13709:54:58.863
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13809:54:58.864
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13909:54:58.864
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14009:54:58.865
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14109:54:58.865
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14209:54:58.866
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14309:54:58.866
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14409:54:58.867
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14509:54:58.868
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14609:54:58.868
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14709:54:58.869
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14809:54:58.869
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14909:54:58.870
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15009:54:58.870
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15109:54:58.871
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15209:54:58.872
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15309:54:58.872
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15409:54:58.873
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15509:54:58.873
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15609:54:58.874
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15709:54:58.874
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15809:54:58.875
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
15909:54:58.876
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
16009:54:58.882
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
16109:54:58.883
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
16209:54:58.884
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET