Log Messages

Total 119 item.
#TimeSince previousLevelCategoryMessage
   
114:29:05.129
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
214:29:05.130
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
314:29:05.130
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
414:29:05.130
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
514:29:05.145
< 14ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
614:29:05.147
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
714:29:05.149
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
814:29:05.149
< 0ms >
infoyii\web\Session::openSession started
914:29:05.150
< 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
1014:29:05.169
< 19ms >
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;
1114:29:05.193
< 24ms >
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
1214:29:05.200
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1efac829-0136-6b9e-8bd9-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1314:29:05.203
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1414:29:05.204
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1514:29:05.204
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1614:29:05.204
< 0ms >
traceyii\web\Application::handleRequestRoute requested: ''
1714:29:05.204
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/index
1814:29:05.204
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1914:29:05.213
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2014:29:05.215
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2114:29:05.216
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2214:29:05.216
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2314:29:05.217
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2414:29:05.218
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2514:29:05.218
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2614:29:05.219
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2714:29:05.220
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2814:29:05.220
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2914:29:05.221
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3014:29:05.221
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3114:29:05.222
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3214:29:05.222
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3314:29:05.223
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3414:29:05.224
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3514:29:05.224
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3614:29:05.226
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3714:29:05.226
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3814:29:05.227
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3914:29:05.228
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4014:29:05.228
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4114:29:05.229
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4214:29:05.230
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionIndex()
4314:29:05.230
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4414:29:05.231
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/site/index.php
4514:29:05.231
< 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;
4614:29:05.240
< 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
4714:29:05.246
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1efac829-0136-6b9e-8bd9-5e1409fc0711') AND ("status"=1)
4814:29:05.248
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4914:29:05.249
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5014:29:05.250
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5114:29:05.251
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5214:29:05.252
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5314:29:05.253
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5414:29:05.254
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5514:29:05.255
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5614:29:05.257
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5714:29:05.258
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5814:29:05.259
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5914:29:05.260
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6014:29:05.261
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6114:29:05.263
< 2ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6214:29:05.264
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6314:29:05.264
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6414:29:05.265
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6514:29:05.266
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6614:29:05.266
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6714:29:05.267
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6814:29:05.267
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6914:29:05.268
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7014:29:05.268
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7114:29:05.269
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7214:29:05.270
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7314:29:05.270
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7414:29:05.271
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7514:29:05.272
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7614:29:05.272
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7714:29:05.273
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7814:29:05.273
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7914:29:05.274
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8014:29:05.278
< 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;
8114:29:05.285
< 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
8214:29:05.290
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8314:29:05.292
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8414:29:05.293
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8514:29:05.295
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8614:29:05.295
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8714:29:05.296
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8814:29:05.297
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8914:29:05.297
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9014:29:05.298
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9114:29:05.299
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9214:29:05.300
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9314:29:05.300
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9414:29:05.301
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9514:29:05.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9614:29:05.302
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9714:29:05.304
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9814:29:05.304
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9914:29:05.305
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10014:29:05.306
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10114:29:05.309
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10214:29:05.311
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10314:29:05.311
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10414:29:05.313
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10514:29:05.316
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10614:29:05.316
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10714:29:05.317
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10814:29:05.318
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10914:29:05.321
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11014:29:05.322
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11114:29:05.326
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11214:29:05.327
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11314:29:05.328
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11414:29:05.329
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11514:29:05.330
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11614:29:05.331
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11714:29:05.335
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11814:29:05.336
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
11914:29:05.337
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET