Log Messages

Total 139 item.
#TimeSince previousLevelCategoryMessage
   
116:41:32.805
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
216:41:32.807
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
316:41:32.807
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
416:41:32.807
< 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:41:32.817
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
616:41:32.818
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
716:41:32.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
816:41:32.820
< 0ms >
infoyii\web\Session::openSession started
916:41:32.821
< 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:41:32.844
< 23ms >
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:41:32.862
< 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:41:32.869
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1316:41:32.873
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1416:41:32.873
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1516:41:32.873
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1616:41:32.874
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/fishing'
1716:41:32.874
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/fishing
1816:41:32.874
< 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:41:32.883
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2016:41:32.885
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2116:41:32.890
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2216:41:32.891
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2316:41:32.892
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2416:41:32.893
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2516:41:32.893
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2616:41:32.894
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2716:41:32.894
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2816:41:32.895
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2916:41:32.895
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3016:41:32.896
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3116:41:32.897
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3216:41:32.897
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3316:41:32.898
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3416:41:32.898
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3516:41:32.899
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3616:41:32.900
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3716:41:32.900
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3816:41:32.900
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3916:41:32.901
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4016:41:32.901
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4116:41:32.902
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4216:41:32.902
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionFishing()
4316:41:32.902
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4416:41:32.903
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4516:41:32.904
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4616:41:32.905
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/play/list.php
4716:41:32.905
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4816:41:32.906
< 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:41:32.915
< 9ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
5016:41:32.921
< 6ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1)
5116:41:32.923
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5216:41:32.925
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5316:41:32.926
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5416:41:32.926
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5516:41:32.927
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5616:41:32.928
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5716:41:32.929
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5816:41:32.929
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5916:41:32.930
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6016:41:32.931
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6116:41:32.932
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6216:41:32.932
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6316:41:32.933
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6416:41:32.934
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6516:41:32.934
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6616:41:32.935
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6716:41:32.936
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6816:41:32.937
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6916:41:32.937
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7016:41:32.938
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7116:41:32.939
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7216:41:32.941
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7316:41:32.941
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7416:41:32.942
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/game.php
7516:41:32.942
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7616:41:32.943
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7716:41:32.944
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7816:41:32.945
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7916:41:32.945
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8016:41:32.946
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8116:41:32.946
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8216:41:32.947
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
8316:41:32.947
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8416:41:32.948
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8516:41:32.949
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8616:41:32.949
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8716:41:32.950
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8816:41:32.950
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8916:41:32.951
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9016:41:32.951
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9116:41:32.952
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9216:41:32.952
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9316:41:32.953
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9416:41:32.953
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9516:41:32.954
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9616:41:32.954
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9716:41:32.955
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9816:41:32.955
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9916:41:32.956
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10016:41:32.956
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
10116:41:32.965
< 8ms >
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:41:32.973
< 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:41:32.979
< 6ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
10416:41:32.981
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10516:41:32.982
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
10616:41:32.984
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10716:41:32.985
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10816:41:32.986
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10916:41:32.987
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11016:41:32.987
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11116:41:32.988
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11216:41:32.989
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11316:41:32.989
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11416:41:32.990
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11516:41:32.991
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11616:41:32.991
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11716:41:32.992
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11816:41:32.993
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11916:41:32.994
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12016:41:32.994
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12116:41:32.995
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12216:41:32.996
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12316:41:32.996
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12416:41:32.997
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12516:41:32.998
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12616:41:32.999
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12716:41:32.999
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12816:41:33.000
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12916:41:33.001
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13016:41:33.001
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13116:41:33.002
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13216:41:33.007
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13316:41:33.007
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13416:41:33.008
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13516:41:33.009
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
13616:41:33.011
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13716:41:33.017
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
13816:41:33.018
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
13916:41:33.018
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET