Log Messages

Total 119 item.
#TimeSince previousLevelCategoryMessage
   
121:56:58.677
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
221:56:58.722
< 45ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
321:56:58.722
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
421:56:58.723
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
521:56:58.812
< 89ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
621:56:58.873
< 60ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
721:56:58.877
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
821:56:58.881
< 4ms >
infoyii\web\Session::openSession started
921:56:58.881
< 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
1021:56:58.981
< 99ms >
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;
1121:56:59.003
< 21ms >
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
1221:56:59.009
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1f04eafd-e51a-61f2-9438-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1321:56:59.014
< 5ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1421:56:59.015
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1521:56:59.015
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1621:56:59.015
< 0ms >
traceyii\web\Application::handleRequestRoute requested: ''
1721:56:59.015
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/index
1821:56:59.015
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1921:56:59.094
< 78ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2021:56:59.110
< 15ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2121:56:59.113
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2221:56:59.121
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2321:56:59.125
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2421:56:59.129
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2521:56:59.132
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2621:56:59.133
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2721:56:59.133
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2821:56:59.135
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2921:56:59.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3021:56:59.136
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3121:56:59.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3221:56:59.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3321:56:59.138
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3421:56:59.138
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3521:56:59.139
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3621:56:59.140
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3721:56:59.141
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3821:56:59.141
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3921:56:59.142
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4021:56:59.143
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4121:56:59.145
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4221:56:59.149
< 4ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionIndex()
4321:56:59.149
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4421:56:59.150
< 1ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/site/index.php
4521:56:59.150
< 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;
4621:56:59.162
< 11ms >
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
4721:56:59.170
< 8ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1f04eafd-e51a-61f2-9438-5e1409fc0711') AND ("status"=1)
4821:56:59.173
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4921:56:59.174
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5021:56:59.177
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5121:56:59.183
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5221:56:59.197
< 13ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5321:56:59.209
< 12ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5421:56:59.211
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5521:56:59.233
< 21ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5621:56:59.235
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5721:56:59.240
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5821:56:59.241
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5921:56:59.242
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6021:56:59.250
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6121:56:59.293
< 42ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6221:56:59.313
< 20ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6321:56:59.314
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6421:56:59.316
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6521:56:59.320
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6621:56:59.325
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6721:56:59.326
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6821:56:59.327
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6921:56:59.328
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7021:56:59.329
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7121:56:59.332
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7221:56:59.334
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7321:56:59.335
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7421:56:59.336
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7521:56:59.341
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7621:56:59.345
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7721:56:59.349
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7821:56:59.352
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7921:56:59.357
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8021:56:59.364
< 6ms >
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;
8121:56:59.372
< 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
8221:56:59.378
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8321:56:59.382
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8421:56:59.383
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8521:56:59.385
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8621:56:59.394
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8721:56:59.397
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8821:56:59.399
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8921:56:59.401
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9021:56:59.409
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9121:56:59.413
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9221:56:59.414
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9321:56:59.417
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9421:56:59.418
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9521:56:59.418
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9621:56:59.420
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9721:56:59.421
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9821:56:59.421
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9921:56:59.422
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10021:56:59.425
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10121:56:59.429
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10221:56:59.430
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10321:56:59.433
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10421:56:59.434
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10521:56:59.435
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10621:56:59.437
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10721:56:59.441
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10821:56:59.442
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10921:56:59.444
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11021:56:59.447
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11121:56:59.449
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11221:56:59.449
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11321:56:59.450
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11421:56:59.451
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11521:56:59.452
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11621:56:59.457
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11721:56:59.490
< 33ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11821:56:59.494
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
11921:56:59.501
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET