Log Messages

Total 139 item.
#TimeSince previousLevelCategoryMessage
   
116:22:04.628
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
216:22:04.629
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
316:22:04.629
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
416:22:04.630
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
516:22:04.640
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
616:22:04.642
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
716:22:04.643
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
816:22:04.643
< 0ms >
infoyii\web\Session::openSession started
916:22:04.644
< 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
1016:22:04.661
< 17ms >
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;
1116:22:04.679
< 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
1216:22:04.685
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1316:22:04.689
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1416:22:04.689
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1516:22:04.689
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1616:22:04.689
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/fishing'
1716:22:04.689
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/fishing
1816:22:04.690
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1916:22:04.698
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2016:22:04.699
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2116:22:04.700
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2216:22:04.701
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2316:22:04.701
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2416:22:04.702
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2516:22:04.702
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2616:22:04.703
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2716:22:04.703
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2816:22:04.704
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2916:22:04.704
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3016:22:04.705
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3116:22:04.705
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3216:22:04.705
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3316:22:04.706
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3416:22:04.707
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3516:22:04.707
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3616:22:04.708
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3716:22:04.708
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3816:22:04.708
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3916:22:04.709
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4016:22:04.709
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4116:22:04.710
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4216:22:04.710
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionFishing()
4316:22:04.710
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4416:22:04.711
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4516:22:04.712
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4616:22:04.712
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4716:22:04.713
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4816:22:04.713
< 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;
4916:22:04.724
< 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
5016:22:04.731
< 7ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5116:22:04.734
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5216:22:04.735
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5316:22:04.736
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5416:22:04.737
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5516:22:04.738
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5616:22:04.738
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5716:22:04.739
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5816:22:04.740
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5916:22:04.741
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6016:22:04.741
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6116:22:04.742
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6216:22:04.743
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6316:22:04.744
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6416:22:04.744
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6516:22:04.745
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6616:22:04.746
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6716:22:04.746
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6816:22:04.747
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6916:22:04.748
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7016:22:04.749
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7116:22:04.749
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7216:22:04.750
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7316:22:04.751
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7416:22:04.752
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
7516:22:04.752
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7616:22:04.753
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7716:22:04.754
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7816:22:04.754
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7916:22:04.755
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8016:22:04.756
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8116:22:04.756
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8216:22:04.757
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
8316:22:04.757
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8416:22:04.757
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8516:22:04.758
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8616:22:04.758
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8716:22:04.759
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8816:22:04.760
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8916:22:04.760
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9016:22:04.761
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9116:22:04.761
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9216:22:04.762
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9316:22:04.763
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9416:22:04.763
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9516:22:04.764
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9616:22:04.764
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9716:22:04.765
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9816:22:04.765
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9916:22:04.766
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10016:22:04.766
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
10116:22:04.769
< 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;
10216:22:04.777
< 7ms >
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
10316:22:04.782
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
10416:22:04.785
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10516:22:04.786
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
10616:22:04.788
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10716:22:04.789
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10816:22:04.790
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10916:22:04.791
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11016:22:04.791
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11116:22:04.791
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11216:22:04.792
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11316:22:04.792
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11416:22:04.793
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11516:22:04.793
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11616:22:04.794
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11716:22:04.794
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11816:22:04.795
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11916:22:04.795
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12016:22:04.796
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12116:22:04.796
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12216:22:04.796
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12316:22:04.797
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12416:22:04.798
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12516:22:04.799
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12616:22:04.800
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12716:22:04.800
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12816:22:04.804
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12916:22:04.805
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13016:22:04.806
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13116:22:04.806
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13216:22:04.807
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13316:22:04.807
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13416:22:04.808
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13516:22:04.809
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
13616:22:04.810
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13716:22:04.814
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
13816:22:04.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
13916:22:04.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET