Yii Debugger
1.1.25
PHP 8.0.30
Status
200
Action
SuperMarketController::actionGetNoteboxData()
Log
64
Time
217 ms
Memory
3.3 MB
DB
37
90 ms
Explain Query (mysql)
EXPLAIN
SELECT
*
FROM
`
user_payments
`
`
t
`
WHERE
`
t
`
.
`
user_id
`
=
'
308842
'
AND
`
t
`
.
`
in_use
`
=
1
ORDER
BY
card_priority
ASC
LIMIT
1
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
t
ref
user_id Index
user_id Index
5
const
5
10.00
Using where; Using filesort