Log Messages

Total 139 item.
#TimeSince previousLevelCategoryMessage
   
116:25:05.398
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
216:25:05.400
< 2ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
316:25:05.400
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
416:25:05.401
< 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:25:05.416
< 15ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
616:25:05.418
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
716:25:05.419
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
816:25:05.420
< 0ms >
infoyii\web\Session::openSession started
916:25:05.420
< 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:25:05.440
< 20ms >
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:25:05.459
< 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:25:05.468
< 8ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1316:25:05.473
< 5ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1416:25:05.474
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1516:25:05.474
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1616:25:05.474
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/fishing'
1716:25:05.474
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/fishing
1816:25:05.474
< 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:25:05.486
< 11ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2016:25:05.487
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2116:25:05.488
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2216:25:05.489
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2316:25:05.490
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2416:25:05.491
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2516:25:05.491
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2616:25:05.492
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2716:25:05.492
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2816:25:05.493
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2916:25:05.494
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3016:25:05.494
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3116:25:05.495
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3216:25:05.496
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3316:25:05.497
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3416:25:05.497
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3516:25:05.498
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3616:25:05.498
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3716:25:05.499
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3816:25:05.500
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3916:25:05.500
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4016:25:05.501
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4116:25:05.502
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4216:25:05.503
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionFishing()
4316:25:05.503
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4416:25:05.504
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4516:25:05.505
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4616:25:05.506
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4716:25:05.507
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4816:25:05.507
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4916:25:05.508
< 1ms >
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;
5016:25:05.543
< 34ms >
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
5116:25:05.549
< 6ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5216:25:05.552
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5316:25:05.554
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5416:25:05.555
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5516:25:05.556
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5616:25:05.557
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5716:25:05.558
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5816:25:05.559
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5916:25:05.560
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6016:25:05.561
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6116:25:05.562
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6216:25:05.563
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6316:25:05.564
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6416:25:05.565
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6516:25:05.566
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6616:25:05.566
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6716:25:05.567
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6816:25:05.568
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6916:25:05.569
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7016:25:05.570
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7116:25:05.571
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7216:25:05.572
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7316:25:05.573
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7416:25:05.574
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7516:25:05.575
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
7616:25:05.575
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7716:25:05.576
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7816:25:05.577
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7916:25:05.578
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8016:25:05.579
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8116:25:05.579
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8216:25:05.580
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
8316:25:05.581
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8416:25:05.581
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8516:25:05.582
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8616:25:05.583
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8716:25:05.583
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8816:25:05.584
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8916:25:05.584
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9016:25:05.585
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9116:25:05.586
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9216:25:05.586
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9316:25:05.587
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9416:25:05.588
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9516:25:05.588
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9616:25:05.589
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9716:25:05.590
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9816:25:05.590
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9916:25:05.591
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10016:25:05.592
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
10116:25:05.595
< 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;
10216:25:05.604
< 8ms >
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:25:05.610
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
10416:25:05.613
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10516:25:05.615
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
10616:25:05.617
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10716:25:05.618
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10816:25:05.619
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10916:25:05.620
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11016:25:05.620
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11116:25:05.621
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11216:25:05.622
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11316:25:05.622
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11416:25:05.623
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11516:25:05.623
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11616:25:05.624
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11716:25:05.625
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11816:25:05.625
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11916:25:05.626
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12016:25:05.627
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12116:25:05.627
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12216:25:05.628
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12316:25:05.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12416:25:05.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12516:25:05.630
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12616:25:05.631
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12716:25:05.631
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12816:25:05.632
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12916:25:05.632
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13016:25:05.633
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13116:25:05.634
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13216:25:05.635
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13316:25:05.635
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13416:25:05.636
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13516:25:05.637
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
13616:25:05.639
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13716:25:05.644
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
13816:25:05.645
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
13916:25:05.646
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET