Log Messages

Total 119 item.
#TimeSince previousLevelCategoryMessage
   
114:24:35.034
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
214:24:35.035
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
314:24:35.035
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
414:24:35.035
< 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:24:35.046
< 11ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
614:24:35.049
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
714:24:35.050
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
814:24:35.050
< 0ms >
infoyii\web\Session::openSession started
914:24:35.050
< 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:24:35.068
< 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;
1114:24:35.092
< 23ms >
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:24:35.097
< 5ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef18257-df9d-605c-adcc-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1314:24:35.100
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1414:24:35.101
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1514:24:35.101
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1614:24:35.101
< 0ms >
traceyii\web\Application::handleRequestRoute requested: ''
1714:24:35.101
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/index
1814:24:35.101
< 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:24:35.119
< 17ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2014:24:35.121
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2114:24:35.121
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2214:24:35.122
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2314:24:35.123
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2414:24:35.123
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2514:24:35.124
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2614:24:35.126
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2714:24:35.128
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2814:24:35.128
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2914:24:35.129
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3014:24:35.130
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3114:24:35.130
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3214:24:35.131
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3314:24:35.131
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3414:24:35.132
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3514:24:35.132
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3614:24:35.133
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3714:24:35.134
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3814:24:35.134
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3914:24:35.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4014:24:35.135
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4114:24:35.136
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4214:24:35.137
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionIndex()
4314:24:35.137
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4414:24:35.138
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/site/index.php
4514:24:35.138
< 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:24:35.145
< 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
4714:24:35.151
< 5ms >
infoyii\db\Command::querySELECT * FROM "promotion_ongoing" WHERE ("member_id"='1ef18257-df9d-605c-adcc-5e1409fc0711') AND ("status"=1)
4814:24:35.153
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4914:24:35.154
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5014:24:35.155
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5114:24:35.156
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5214:24:35.157
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5314:24:35.158
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5414:24:35.158
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5514:24:35.159
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5614:24:35.160
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5714:24:35.163
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5814:24:35.164
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5914:24:35.165
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6014:24:35.166
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6114:24:35.168
< 2ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
6214:24:35.169
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6314:24:35.170
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6414:24:35.170
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6514:24:35.171
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6614:24:35.172
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6714:24:35.172
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6814:24:35.173
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6914:24:35.173
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7014:24:35.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7114:24:35.174
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7214:24:35.175
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7314:24:35.176
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7414:24:35.176
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7514:24:35.177
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7614:24:35.177
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7714:24:35.178
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7814:24:35.178
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7914:24:35.179
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
8014:24:35.181
< 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;
8114:24:35.189
< 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:24:35.194
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
8314:24:35.196
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8414:24:35.197
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
8514:24:35.198
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8614:24:35.199
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8714:24:35.200
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8814:24:35.201
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8914:24:35.202
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9014:24:35.202
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9114:24:35.203
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9214:24:35.205
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9314:24:35.205
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9414:24:35.206
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9514:24:35.206
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9614:24:35.207
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9714:24:35.207
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9814:24:35.208
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9914:24:35.208
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10014:24:35.209
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10114:24:35.209
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10214:24:35.210
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10314:24:35.211
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10414:24:35.211
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10514:24:35.212
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10614:24:35.213
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10714:24:35.214
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10814:24:35.217
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10914:24:35.218
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11014:24:35.218
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11114:24:35.219
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11214:24:35.220
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11314:24:35.221
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11414:24:35.221
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
11514:24:35.222
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11614:24:35.223
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11714:24:35.227
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11814:24:35.228
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
11914:24:35.229
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET