Log Messages

Total 119 item.
#TimeSince previousLevelCategoryMessage
   
121:59:21.913
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
221:59:21.915
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
321:59:21.915
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
421:59:21.915
< 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:59:21.959
< 43ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
621:59:21.970
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
721:59:21.970
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
821:59:21.971
< 0ms >
infoyii\web\Session::openSession started
921:59:21.971
< 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:59:22.023
< 52ms >
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:59:22.043
< 19ms >
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:59:22.050
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1f04eafd-e51a-61f2-9438-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1321:59:22.054
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1421:59:22.055
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1521:59:22.055
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1621:59:22.055
< 0ms >
traceyii\web\Application::handleRequestRoute requested: ''
1721:59:22.055
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/index
1821:59:22.056
< 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:59:22.066
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2021:59:22.069
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2121:59:22.069
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2221:59:22.070
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2321:59:22.071
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2421:59:22.071
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2521:59:22.072
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2621:59:22.072
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2721:59:22.073
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2821:59:22.074
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2921:59:22.075
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3021:59:22.075
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3121:59:22.076
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3221:59:22.076
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3321:59:22.077
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3421:59:22.078
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3521:59:22.079
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3621:59:22.079
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3721:59:22.080
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3821:59:22.081
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3921:59:22.081
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4021:59:22.082
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4121:59:22.082
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4221:59:22.083
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionIndex()
4321:59:22.083
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4421:59:22.084
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/site/index.php
4521:59:22.084
< 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:59:22.108
< 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='promotion_ongoing' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
4721:59:22.115
< 7ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1f04eafd-e51a-61f2-9438-5e1409fc0711') AND ("status"=1)
4821:59:22.118
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4921:59:22.120
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5021:59:22.121
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5121:59:22.122
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5221:59:22.124
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5321:59:22.125
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5421:59:22.126
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5521:59:22.127
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5621:59:22.128
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5721:59:22.129
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5821:59:22.131
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5921:59:22.132
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6021:59:22.133
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6121:59:22.137
< 4ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6221:59:22.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6321:59:22.139
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6421:59:22.140
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6521:59:22.141
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6621:59:22.142
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6721:59:22.142
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6821:59:22.143
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6921:59:22.143
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7021:59:22.144
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7121:59:22.146
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7221:59:22.147
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7321:59:22.148
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7421:59:22.148
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7521:59:22.149
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7621:59:22.150
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7721:59:22.150
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7821:59:22.152
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7921:59:22.152
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8021:59:22.155
< 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;
8121:59:22.164
< 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:59:22.171
< 7ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8321:59:22.174
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8421:59:22.175
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8521:59:22.177
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8621:59:22.178
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8721:59:22.179
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8821:59:22.180
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8921:59:22.181
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9021:59:22.181
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9121:59:22.182
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9221:59:22.183
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9321:59:22.183
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9421:59:22.184
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9521:59:22.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9621:59:22.185
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9721:59:22.186
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9821:59:22.196
< 9ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9921:59:22.200
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10021:59:22.203
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10121:59:22.204
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10221:59:22.205
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10321:59:22.205
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10421:59:22.206
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10521:59:22.206
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10621:59:22.207
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10721:59:22.207
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10821:59:22.208
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10921:59:22.208
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11021:59:22.209
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11121:59:22.210
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11221:59:22.210
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11321:59:22.211
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11421:59:22.212
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11521:59:22.213
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11621:59:22.215
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11721:59:22.220
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11821:59:22.221
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
11921:59:22.222
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET