Yii Debugger
1.1.25
PHP 8.0.30
Status
200
Action
SuperMarketController::actionGetAllProducts()
Log
101
Time
3,200 ms
Memory
90.5 MB
DB
73
2,192 ms
Explain Query (mysql)
EXPLAIN
SELECT
p
.*
FROM
products
p
,
marketplace_gifts_settings
mgs
WHERE
mgs
.
delivery_date
=
'
2025-04-12
'
AND
mgs
.
gift_preferences_id
= -
1
AND
p
.
product_id
=
mgs
.
product_id
AND
p
.
gift
=
1
AND
p
.
unlocked_above
>
0
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
no matching row in const table