Yii Debugger
1.1.25
PHP 8.0.30
Status
200
Action
PusherController::actionAuthCSTV()
Log
39
Time
89 ms
Memory
2.7 MB
DB
18
35 ms
Explain Query (mysql)
EXPLAIN
SELECT
baskets
.*
FROM
baskets
INNER
JOIN
subscriptions
s
ON
(
s
.
user_id
=
'
618755
'
AND
baskets
.
basket_id
=
s
.
basket_id
AND
s
.
type
!=
4
)
WHERE
baskets
.
in_use
=
1
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
no matching row in const table