Query Metrics
3
Database Queries
3
Different statements
35.43 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
24.23 ms (68.38%) |
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-12-16 06:04:29" [ 6 ] ] |
|
10.04 ms (28.32%) |
1 |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM post p0_ WHERE p0_.to_user = 1 AND p0_.published_at <= ?
Parameters:
[
"2025-12-16 06:04:29"
]
|
|
1.17 ms (3.30%) |
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-12-16 06:04:29"
]
|
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. |