Yii Debugger
1.1.25
PHP 8.0.30
Status
200
Action
SiteController::actionPress()
Log
59
Time
1,422 ms
Memory
3.3 MB
DB
32
1,371 ms
Explain Query (mysql)
EXPLAIN
SELECT
YEAR
(
`
date
`
)
as
y
,
image_url
,
text_fr
,
text_en
FROM
stories
WHERE
warehouse_id
=
1
ORDER
BY
`
date
`
DESC
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
stories
ALL
8
12.50
Using where; Using filesort