Query Metrics
2
Database Queries
2
Different statements
1.67 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.88 ms (52.72%) |
1 |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.description AS description_2, a0_.image AS image_3, a0_.date AS date_4, a0_.pages_id AS pages_id_5 FROM articles a0_ WHERE a0_.date >= ? AND a0_.date <= ? AND a0_.pages_id = ? ORDER BY a0_.date DESC
Parameters:
[ "2022-01-01 00:00:00" "2022-12-31 23:59:59" 6 ] |
|
0.79 ms (47.28%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image AS image_4, t0.date AS date_5, t0.pages_id AS pages_id_6 FROM articles t0 WHERE t0.pages_id = ? ORDER BY t0.date DESC
Parameters:
[
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\Articles | No errors. |
| App\Entity\Pages | No errors. |