# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 22:30:00.366 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 22:30:00.368 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 22:30:00.368 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 22:30:00.368 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1 | |
5 | 22:30:00.378 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 22:30:00.379 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 22:30:00.380 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 22:30:00.380 | info | yii\web\Session::open | Session started | |
9 | 22:30:00.381 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb | |
10 | 22:30:00.449 | info | yii\db\Command::query | SELECT 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; | |
11 | 22:30:00.474 | info | yii\db\Command::query | select 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 | |
12 | 22:30:00.483 | info | yii\db\Command::query | SELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2)) | |
13 | 22:30:00.496 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
14 | 22:30:00.496 | trace | yii\base\Module::getModule | Loading module: gii | |
15 | 22:30:00.496 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
16 | 22:30:00.496 | trace | yii\web\Application::handleRequest | Route requested: 'play/slot' | |
17 | 22:30:00.496 | trace | yii\base\Controller::runAction | Route to run: play/slot | |
18 | 22:30:00.497 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0 | |
19 | 22:30:00.506 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
20 | 22:30:00.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
21 | 22:30:00.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 22:30:00.509 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 22:30:00.510 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 22:30:00.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 22:30:00.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 22:30:00.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 22:30:00.512 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 22:30:00.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 22:30:00.513 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 22:30:00.514 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 22:30:00.515 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 22:30:00.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 22:30:00.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 22:30:00.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 22:30:00.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 22:30:00.521 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 22:30:00.522 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 22:30:00.523 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
39 | 22:30:00.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
40 | 22:30:00.524 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
41 | 22:30:00.525 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
42 | 22:30:00.526 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PlayController::actionSlot() | |
43 | 22:30:00.526 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
44 | 22:30:00.527 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
45 | 22:30:00.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
46 | 22:30:00.528 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
47 | 22:30:00.534 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/play/list.php | |
48 | 22:30:00.534 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
49 | 22:30:00.535 | info | yii\db\Command::query | SELECT 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; | |
50 | 22:30:00.546 | info | yii\db\Command::query | select 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 | |
51 | 22:30:00.553 | info | yii\db\Command::query | SELECT * FROM "promotion_ongoing" WHERE ("member_id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("status"=1) | |
52 | 22:30:00.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
53 | 22:30:00.563 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
54 | 22:30:00.564 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
55 | 22:30:00.565 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
56 | 22:30:00.566 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
57 | 22:30:00.567 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
58 | 22:30:00.568 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
59 | 22:30:00.569 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
60 | 22:30:00.570 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
61 | 22:30:00.571 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
62 | 22:30:00.572 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
63 | 22:30:00.573 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
64 | 22:30:00.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
65 | 22:30:00.574 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
66 | 22:30:00.575 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
67 | 22:30:00.576 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
68 | 22:30:00.577 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
69 | 22:30:00.584 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
70 | 22:30:00.585 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
71 | 22:30:00.587 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
72 | 22:30:00.588 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
73 | 22:30:00.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
74 | 22:30:00.594 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
75 | 22:30:00.595 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
76 | 22:30:00.601 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
77 | 22:30:00.602 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
78 | 22:30:00.603 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
79 | 22:30:00.604 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
80 | 22:30:00.605 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
81 | 22:30:00.606 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
82 | 22:30:00.607 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
83 | 22:30:00.608 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
84 | 22:30:00.609 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
85 | 22:30:00.610 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
86 | 22:30:00.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
87 | 22:30:00.611 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
88 | 22:30:00.612 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
89 | 22:30:00.613 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
90 | 22:30:00.614 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
91 | 22:30:00.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
92 | 22:30:00.615 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
93 | 22:30:00.616 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
94 | 22:30:00.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
95 | 22:30:00.618 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
96 | 22:30:00.619 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
97 | 22:30:00.620 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
98 | 22:30:00.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
99 | 22:30:00.621 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
100 | 22:30:00.622 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
101 | 22:30:00.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
102 | 22:30:00.624 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
103 | 22:30:00.625 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
104 | 22:30:00.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
105 | 22:30:00.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
106 | 22:30:00.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
107 | 22:30:00.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
108 | 22:30:00.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
109 | 22:30:00.630 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
110 | 22:30:00.631 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
111 | 22:30:00.632 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
112 | 22:30:00.633 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
113 | 22:30:00.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
114 | 22:30:00.634 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
115 | 22:30:00.635 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
116 | 22:30:00.636 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
117 | 22:30:00.637 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
118 | 22:30:00.638 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
119 | 22:30:00.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
120 | 22:30:00.640 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
121 | 22:30:00.641 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
122 | 22:30:00.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
123 | 22:30:00.642 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
124 | 22:30:00.643 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
125 | 22:30:00.644 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
126 | 22:30:00.646 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
127 | 22:30:00.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
128 | 22:30:00.647 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
129 | 22:30:00.648 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
130 | 22:30:00.649 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
131 | 22:30:00.650 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
132 | 22:30:00.653 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
133 | 22:30:00.654 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
134 | 22:30:00.655 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
135 | 22:30:00.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
136 | 22:30:00.657 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
137 | 22:30:00.658 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
138 | 22:30:00.659 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
139 | 22:30:00.660 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
140 | 22:30:00.661 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
141 | 22:30:00.662 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
142 | 22:30:00.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
143 | 22:30:00.663 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
144 | 22:30:00.665 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
145 | 22:30:00.666 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
146 | 22:30:00.667 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
147 | 22:30:00.668 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
148 | 22:30:00.673 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
149 | 22:30:00.674 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
150 | 22:30:00.675 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
151 | 22:30:00.676 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
152 | 22:30:00.677 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
153 | 22:30:00.679 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
154 | 22:30:00.680 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
155 | 22:30:00.681 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
156 | 22:30:00.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
157 | 22:30:00.683 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
158 | 22:30:00.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
159 | 22:30:00.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
160 | 22:30:00.685 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
161 | 22:30:00.686 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
162 | 22:30:00.687 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
163 | 22:30:00.688 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
164 | 22:30:00.689 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
165 | 22:30:00.690 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
166 | 22:30:00.691 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
167 | 22:30:00.692 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
168 | 22:30:00.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
169 | 22:30:00.694 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
170 | 22:30:00.695 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
171 | 22:30:00.696 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
172 | 22:30:00.697 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
173 | 22:30:00.698 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
174 | 22:30:00.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
175 | 22:30:00.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
176 | 22:30:00.701 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
177 | 22:30:00.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
178 | 22:30:00.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
179 | 22:30:00.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
180 | 22:30:00.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
181 | 22:30:00.707 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
182 | 22:30:00.709 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
183 | 22:30:00.710 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
184 | 22:30:00.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
185 | 22:30:00.713 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
186 | 22:30:00.714 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
187 | 22:30:00.715 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
188 | 22:30:00.716 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
189 | 22:30:00.717 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
190 | 22:30:00.718 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
191 | 22:30:00.720 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
192 | 22:30:00.721 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
193 | 22:30:00.722 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
194 | 22:30:00.723 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
195 | 22:30:00.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
196 | 22:30:00.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
197 | 22:30:00.725 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
198 | 22:30:00.726 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
199 | 22:30:00.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
200 | 22:30:00.728 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
201 | 22:30:00.729 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
202 | 22:30:00.730 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
203 | 22:30:00.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
204 | 22:30:00.731 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
205 | 22:30:00.732 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
206 | 22:30:00.733 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
207 | 22:30:00.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
208 | 22:30:00.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
209 | 22:30:00.735 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
210 | 22:30:00.736 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
211 | 22:30:00.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
212 | 22:30:00.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
213 | 22:30:00.738 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
214 | 22:30:00.739 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
215 | 22:30:00.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
216 | 22:30:00.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
217 | 22:30:00.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
218 | 22:30:00.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
219 | 22:30:00.744 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
220 | 22:30:00.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
221 | 22:30:00.746 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
222 | 22:30:00.751 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
223 | 22:30:00.752 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
224 | 22:30:00.754 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
225 | 22:30:00.755 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
226 | 22:30:00.756 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
227 | 22:30:00.757 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
228 | 22:30:00.758 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
229 | 22:30:00.759 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
230 | 22:30:00.760 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
231 | 22:30:00.761 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
232 | 22:30:00.768 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
233 | 22:30:00.769 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
234 | 22:30:00.770 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
235 | 22:30:00.772 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
236 | 22:30:00.773 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
237 | 22:30:00.774 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
238 | 22:30:00.775 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
239 | 22:30:00.776 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
240 | 22:30:00.777 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
241 | 22:30:00.778 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
242 | 22:30:00.784 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
243 | 22:30:00.785 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
244 | 22:30:00.786 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
245 | 22:30:00.787 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
246 | 22:30:00.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
247 | 22:30:00.791 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
248 | 22:30:00.792 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
249 | 22:30:00.793 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
250 | 22:30:00.795 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
251 | 22:30:00.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
252 | 22:30:00.796 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
253 | 22:30:00.797 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
254 | 22:30:00.798 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
255 | 22:30:00.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
256 | 22:30:00.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
257 | 22:30:00.800 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
258 | 22:30:00.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
259 | 22:30:00.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
260 | 22:30:00.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
261 | 22:30:00.803 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
262 | 22:30:00.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
263 | 22:30:00.805 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
264 | 22:30:00.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
265 | 22:30:00.806 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
266 | 22:30:00.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
267 | 22:30:00.808 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
268 | 22:30:00.809 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
269 | 22:30:00.810 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
270 | 22:30:00.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
271 | 22:30:00.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
272 | 22:30:00.812 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
273 | 22:30:00.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
274 | 22:30:00.814 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
275 | 22:30:00.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
276 | 22:30:00.815 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
277 | 22:30:00.816 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
278 | 22:30:00.817 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
279 | 22:30:00.818 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
280 | 22:30:00.819 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
281 | 22:30:00.820 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
282 | 22:30:00.821 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
283 | 22:30:00.828 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
284 | 22:30:00.829 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
285 | 22:30:00.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
286 | 22:30:00.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
287 | 22:30:00.832 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
288 | 22:30:00.833 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
289 | 22:30:00.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
290 | 22:30:00.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
291 | 22:30:00.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
292 | 22:30:00.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
293 | 22:30:00.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
294 | 22:30:00.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
295 | 22:30:00.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
296 | 22:30:00.842 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
297 | 22:30:00.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
298 | 22:30:00.843 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
299 | 22:30:00.844 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
300 | 22:30:00.845 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
301 | 22:30:00.846 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
302 | 22:30:00.847 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
303 | 22:30:00.848 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
304 | 22:30:00.849 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
305 | 22:30:00.850 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
306 | 22:30:00.851 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
307 | 22:30:00.852 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
308 | 22:30:00.853 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
309 | 22:30:00.854 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
310 | 22:30:00.854 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
311 | 22:30:00.856 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
312 | 22:30:00.857 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
313 | 22:30:00.858 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
314 | 22:30:00.859 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
315 | 22:30:00.859 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
316 | 22:30:00.860 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
317 | 22:30:00.861 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
318 | 22:30:00.862 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
319 | 22:30:00.863 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
320 | 22:30:00.864 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
321 | 22:30:00.865 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
322 | 22:30:00.865 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
323 | 22:30:00.867 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
324 | 22:30:00.867 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
325 | 22:30:00.868 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
326 | 22:30:00.869 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
327 | 22:30:00.870 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
328 | 22:30:00.871 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
329 | 22:30:00.872 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
330 | 22:30:00.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
331 | 22:30:00.874 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
332 | 22:30:00.874 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
333 | 22:30:00.875 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
334 | 22:30:00.876 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
335 | 22:30:00.877 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
336 | 22:30:00.878 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
337 | 22:30:00.885 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
338 | 22:30:00.887 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
339 | 22:30:00.888 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
340 | 22:30:00.894 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
341 | 22:30:00.896 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
342 | 22:30:00.899 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
343 | 22:30:00.900 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
344 | 22:30:00.902 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
345 | 22:30:00.909 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
346 | 22:30:00.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
347 | 22:30:00.911 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
348 | 22:30:00.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
349 | 22:30:00.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
350 | 22:30:00.913 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
351 | 22:30:00.914 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
352 | 22:30:00.915 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
353 | 22:30:00.916 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
354 | 22:30:00.917 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
355 | 22:30:00.918 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
356 | 22:30:00.918 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
357 | 22:30:00.919 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
358 | 22:30:00.920 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
359 | 22:30:00.921 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
360 | 22:30:00.922 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
361 | 22:30:00.923 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
362 | 22:30:00.924 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
363 | 22:30:00.924 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
364 | 22:30:00.925 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
365 | 22:30:00.926 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
366 | 22:30:00.927 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
367 | 22:30:00.928 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
368 | 22:30:00.929 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
369 | 22:30:00.930 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
370 | 22:30:00.931 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
371 | 22:30:00.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
372 | 22:30:00.933 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
373 | 22:30:00.934 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
374 | 22:30:00.934 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
375 | 22:30:00.935 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
376 | 22:30:00.936 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
377 | 22:30:00.937 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
378 | 22:30:00.938 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
379 | 22:30:00.939 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
380 | 22:30:00.939 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
381 | 22:30:00.941 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
382 | 22:30:00.942 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
383 | 22:30:00.943 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
384 | 22:30:00.944 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
385 | 22:30:00.946 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
386 | 22:30:00.946 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
387 | 22:30:00.947 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
388 | 22:30:00.948 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
389 | 22:30:00.948 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
390 | 22:30:00.949 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
391 | 22:30:00.950 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
392 | 22:30:00.951 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
393 | 22:30:00.952 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
394 | 22:30:00.952 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
395 | 22:30:00.953 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
396 | 22:30:00.954 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
397 | 22:30:00.956 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
398 | 22:30:00.957 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
399 | 22:30:00.958 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
400 | 22:30:00.962 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
401 | 22:30:00.963 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
402 | 22:30:00.964 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
403 | 22:30:00.965 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
404 | 22:30:00.966 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
405 | 22:30:00.967 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
406 | 22:30:00.967 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
407 | 22:30:00.968 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
408 | 22:30:00.969 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
409 | 22:30:00.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
410 | 22:30:00.970 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
411 | 22:30:00.971 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
412 | 22:30:00.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
413 | 22:30:00.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
414 | 22:30:00.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
415 | 22:30:00.974 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
416 | 22:30:00.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
417 | 22:30:00.976 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
418 | 22:30:00.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
419 | 22:30:00.977 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
420 | 22:30:00.978 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
421 | 22:30:00.979 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
422 | 22:30:00.980 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
423 | 22:30:00.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
424 | 22:30:00.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
425 | 22:30:00.982 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
426 | 22:30:00.983 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
427 | 22:30:00.984 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
428 | 22:30:00.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
429 | 22:30:00.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
430 | 22:30:00.986 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
431 | 22:30:00.987 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
432 | 22:30:00.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
433 | 22:30:00.988 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
434 | 22:30:00.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
435 | 22:30:00.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
436 | 22:30:00.990 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
437 | 22:30:00.991 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
438 | 22:30:00.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
439 | 22:30:00.993 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
440 | 22:30:00.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
441 | 22:30:00.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
442 | 22:30:00.995 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
443 | 22:30:00.996 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
444 | 22:30:00.997 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
445 | 22:30:00.998 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
446 | 22:30:00.999 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
447 | 22:30:01.000 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
448 | 22:30:01.000 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
449 | 22:30:01.001 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
450 | 22:30:01.002 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
451 | 22:30:01.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
452 | 22:30:01.003 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
453 | 22:30:01.004 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
454 | 22:30:01.005 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
455 | 22:30:01.006 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
456 | 22:30:01.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
457 | 22:30:01.007 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
458 | 22:30:01.008 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
459 | 22:30:01.009 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
460 | 22:30:01.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
461 | 22:30:01.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
462 | 22:30:01.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
463 | 22:30:01.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
464 | 22:30:01.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
465 | 22:30:01.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
466 | 22:30:01.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
467 | 22:30:01.020 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
468 | 22:30:01.021 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
469 | 22:30:01.022 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
470 | 22:30:01.023 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
471 | 22:30:01.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
472 | 22:30:01.024 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
473 | 22:30:01.025 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
474 | 22:30:01.026 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
475 | 22:30:01.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
476 | 22:30:01.027 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
477 | 22:30:01.028 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
478 | 22:30:01.029 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
479 | 22:30:01.030 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
480 | 22:30:01.032 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
481 | 22:30:01.033 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
482 | 22:30:01.034 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
483 | 22:30:01.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
484 | 22:30:01.041 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
485 | 22:30:01.042 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
486 | 22:30:01.044 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
487 | 22:30:01.046 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
488 | 22:30:01.047 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
489 | 22:30:01.048 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
490 | 22:30:01.049 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
491 | 22:30:01.050 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
492 | 22:30:01.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
493 | 22:30:01.051 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
494 | 22:30:01.052 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
495 | 22:30:01.053 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
496 | 22:30:01.054 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
497 | 22:30:01.055 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
498 | 22:30:01.056 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
499 | 22:30:01.060 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
500 | 22:30:01.062 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
501 | 22:30:01.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
502 | 22:30:01.066 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
503 | 22:30:01.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
504 | 22:30:01.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
505 | 22:30:01.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
506 | 22:30:01.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
507 | 22:30:01.070 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
508 | 22:30:01.071 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
509 | 22:30:01.072 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
510 | 22:30:01.073 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
511 | 22:30:01.074 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
512 | 22:30:01.075 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
513 | 22:30:01.075 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
514 | 22:30:01.076 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
515 | 22:30:01.077 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
516 | 22:30:01.078 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
517 | 22:30:01.079 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
518 | 22:30:01.080 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
519 | 22:30:01.081 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
520 | 22:30:01.082 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
521 | 22:30:01.083 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
522 | 22:30:01.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
523 | 22:30:01.084 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
524 | 22:30:01.085 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
525 | 22:30:01.088 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
526 | 22:30:01.089 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
527 | 22:30:01.090 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
528 | 22:30:01.092 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
529 | 22:30:01.093 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
530 | 22:30:01.094 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
531 | 22:30:01.095 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
532 | 22:30:01.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
533 | 22:30:01.096 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
534 | 22:30:01.097 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
535 | 22:30:01.098 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
536 | 22:30:01.099 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
537 | 22:30:01.102 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
538 | 22:30:01.103 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
539 | 22:30:01.104 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
540 | 22:30:01.109 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
541 | 22:30:01.110 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
542 | 22:30:01.112 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
543 | 22:30:01.113 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
544 | 22:30:01.114 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
545 | 22:30:01.115 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
546 | 22:30:01.116 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
547 | 22:30:01.117 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
548 | 22:30:01.118 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
549 | 22:30:01.124 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
550 | 22:30:01.125 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
551 | 22:30:01.126 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
552 | 22:30:01.127 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
553 | 22:30:01.128 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
554 | 22:30:01.129 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
555 | 22:30:01.130 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
556 | 22:30:01.131 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
557 | 22:30:01.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
558 | 22:30:01.134 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
559 | 22:30:01.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
560 | 22:30:01.137 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
561 | 22:30:01.138 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
562 | 22:30:01.139 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
563 | 22:30:01.140 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
564 | 22:30:01.141 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
565 | 22:30:01.142 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
566 | 22:30:01.143 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
567 | 22:30:01.144 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
568 | 22:30:01.145 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
569 | 22:30:01.146 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
570 | 22:30:01.147 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/game.php | |
571 | 22:30:01.147 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
572 | 22:30:01.148 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
573 | 22:30:01.149 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
574 | 22:30:01.150 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
575 | 22:30:01.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
576 | 22:30:01.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
577 | 22:30:01.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
578 | 22:30:01.153 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
579 | 22:30:01.155 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
580 | 22:30:01.157 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
581 | 22:30:01.158 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
582 | 22:30:01.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
583 | 22:30:01.160 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
584 | 22:30:01.161 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
585 | 22:30:01.162 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
586 | 22:30:01.163 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
587 | 22:30:01.164 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
588 | 22:30:01.165 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
589 | 22:30:01.166 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
590 | 22:30:01.167 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
591 | 22:30:01.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
592 | 22:30:01.168 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
593 | 22:30:01.170 | trace | yii\base\View::renderFile | Rendering view file: /var/www/member-area/views/layouts/main.php | |
594 | 22:30:01.170 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
595 | 22:30:01.172 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
596 | 22:30:01.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
597 | 22:30:01.173 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
598 | 22:30:01.174 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
599 | 22:30:01.175 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
600 | 22:30:01.176 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
601 | 22:30:01.177 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
602 | 22:30:01.178 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
603 | 22:30:01.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
604 | 22:30:01.179 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
605 | 22:30:01.180 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
606 | 22:30:01.183 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
607 | 22:30:01.184 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
608 | 22:30:01.185 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
609 | 22:30:01.186 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
610 | 22:30:01.187 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
611 | 22:30:01.188 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='menu_order' | |
612 | 22:30:01.198 | info | yii\db\Command::query | SELECT 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; | |
613 | 22:30:01.210 | info | yii\db\Command::query | select 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 | |
614 | 22:30:01.218 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='language' | |
615 | 22:30:01.223 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
616 | 22:30:01.229 | info | yii\db\Command::query | SELECT * FROM "agent_setting" WHERE "key"='active_qris' | |
617 | 22:30:01.232 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
618 | 22:30:01.234 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
619 | 22:30:01.250 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
620 | 22:30:01.251 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
621 | 22:30:01.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
622 | 22:30:01.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
623 | 22:30:01.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
624 | 22:30:01.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
625 | 22:30:01.256 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
626 | 22:30:01.257 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
627 | 22:30:01.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
628 | 22:30:01.258 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
629 | 22:30:01.259 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
630 | 22:30:01.260 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
631 | 22:30:01.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
632 | 22:30:01.262 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
633 | 22:30:01.263 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
634 | 22:30:01.264 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
635 | 22:30:01.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
636 | 22:30:01.265 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
637 | 22:30:01.266 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
638 | 22:30:01.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
639 | 22:30:01.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
640 | 22:30:01.268 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
641 | 22:30:01.269 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
642 | 22:30:01.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
643 | 22:30:01.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
644 | 22:30:01.272 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
645 | 22:30:01.273 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
646 | 22:30:01.275 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: HGET | |
647 | 22:30:01.277 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
648 | 22:30:01.316 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
649 | 22:30:01.320 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
650 | 22:30:01.321 | < 1ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |