Query Metrics
4
Database Queries
4
Different statements
4.81 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.61 ms (54.23%) |
1 |
SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.place AS place_2, o0_.host AS host_3, o0_.guest AS guest_4, o0_.date AS date_5 FROM outing o0_ WHERE o0_.date > ? ORDER BY o0_.date ASC LIMIT 3
Parameters:
[
"2026-01-14 17:02:18"
]
|
|
0.85 ms (17.76%) |
1 |
SELECT p0_.id AS id_0, p0_.surname AS surname_1, p0_.name AS name_2, p0_.birth_date AS birth_date_3 FROM porteurs p0_ ORDER BY p0_.birth_date ASC
Parameters:
[] |
|
0.75 ms (15.56%) |
1 |
SELECT n0_.id AS id_0, n0_.content AS content_1, n0_.created_at AS created_at_2, n0_.title AS title_3, n0_.author AS author_4 FROM news n0_ ORDER BY n0_.id DESC LIMIT 1
Parameters:
[] |
|
0.60 ms (12.45%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.description AS description_4, t0.picture AS picture_5 FROM image_outings t0
Parameters:
[] |
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\Outing | No errors. |
| App\Entity\News | No errors. |
| App\Entity\ImageOutings | No errors. |
| App\Entity\Porteurs | No errors. |