Query Metrics
3
Database Queries
3
Different statements
10.25 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
9.14 ms (89.18%) |
1 |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM post p0_ WHERE p0_.to_user = 1 AND p0_.published_at <= ?
Parameters:
[
"2025-10-04 23:13:29"
]
|
0.62 ms (6.05%) |
1 |
SELECT DISTINCT p0_.id AS id_0, p0_.published_at AS published_at_1 FROM post p0_ WHERE p0_.to_user = 1 AND p0_.published_at <= ? ORDER BY p0_.published_at DESC LIMIT 20
Parameters:
[
"2025-10-04 23:13:29"
]
|
0.49 ms (4.77%) |
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.published_at AS published_at_2, p0_.content AS content_3, p0_.email_sent_at AS email_sent_at_4, p0_.to_user AS to_user_5, p0_.to_shop AS to_shop_6, p0_.image AS image_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9 FROM post p0_ WHERE p0_.to_user = 1 AND p0_.published_at <= ? AND p0_.id IN (?) ORDER BY p0_.published_at DESC
Parameters:
[ "2025-10-04 23:13:29" [ 6 ] ] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Post | No errors. |