Log Messages

Total 119 item.
#TimeSince previousLevelCategoryMessage
   
123:13:20.640
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
223:13:20.642
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
323:13:20.642
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
423:13:20.642
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
523:13:20.653
< 11ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
623:13:20.655
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
723:13:20.656
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
823:13:20.657
< 0ms >
infoyii\web\Session::openSession started
923:13:20.657
< 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
1023:13:20.675
< 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;
1123:13:20.689
< 14ms >
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
1223:13:20.695
< 5ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1323:13:20.698
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1423:13:20.698
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1523:13:20.698
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1623:13:20.699
< 0ms >
traceyii\web\Application::handleRequestRoute requested: ''
1723:13:20.699
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/index
1823:13:20.699
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1923:13:20.710
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2023:13:20.712
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2123:13:20.712
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2223:13:20.713
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2323:13:20.713
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2423:13:20.714
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2523:13:20.714
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2623:13:20.715
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2723:13:20.716
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2823:13:20.716
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2923:13:20.717
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3023:13:20.717
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3123:13:20.718
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3223:13:20.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3323:13:20.719
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3423:13:20.720
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3523:13:20.720
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3623:13:20.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3723:13:20.721
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3823:13:20.722
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3923:13:20.723
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4023:13:20.723
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4123:13:20.724
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4223:13:20.725
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionIndex()
4323:13:20.725
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4423:13:20.726
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/site/index.php
4523:13:20.726
< 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;
4623:13:20.733
< 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
4723:13:20.738
< 4ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("status"=1)
4823:13:20.740
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4923:13:20.745
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5023:13:20.749
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5123:13:20.750
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5223:13:20.751
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5323:13:20.752
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5423:13:20.753
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5523:13:20.754
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5623:13:20.755
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5723:13:20.756
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5823:13:20.757
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5923:13:20.758
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6023:13:20.759
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6123:13:20.762
< 3ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6223:13:20.763
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6323:13:20.765
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6423:13:20.766
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6523:13:20.766
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6623:13:20.767
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6723:13:20.768
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6823:13:20.769
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6923:13:20.770
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7023:13:20.770
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7123:13:20.771
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7223:13:20.772
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7323:13:20.774
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7423:13:20.775
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7523:13:20.775
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7623:13:20.776
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7723:13:20.777
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7823:13:20.777
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7923:13:20.778
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8023:13:20.781
< 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;
8123:13:20.789
< 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
8223:13:20.795
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8323:13:20.796
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8423:13:20.798
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8523:13:20.800
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8623:13:20.801
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8723:13:20.801
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8823:13:20.802
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8923:13:20.803
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9023:13:20.803
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9123:13:20.804
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9223:13:20.805
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9323:13:20.805
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9423:13:20.806
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9523:13:20.807
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9623:13:20.807
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9723:13:20.808
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9823:13:20.809
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9923:13:20.809
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10023:13:20.810
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10123:13:20.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10223:13:20.811
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10323:13:20.812
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10423:13:20.813
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10523:13:20.813
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10623:13:20.814
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10723:13:20.815
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10823:13:20.816
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10923:13:20.817
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11023:13:20.817
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11123:13:20.818
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11223:13:20.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11323:13:20.819
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11423:13:20.820
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11523:13:20.822
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11623:13:20.823
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11723:13:20.827
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11823:13:20.829
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
11923:13:20.829
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET