Query Metrics
2
Database Queries
2
Different statements
3.27 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.39 ms |
SELECT r0_.id AS id_0, r0_.nom AS nom_1, r0_.slug AS slug_2, r0_.cover AS cover_3, c1_.nom AS nom_4 FROM realisation r0_ INNER JOIN categorie c1_ ON r0_.categorie_id = c1_.id LIMIT 4
Parameters:
[] |
| 2 | 0.88 ms |
SELECT e0_.id AS id_0, e0_.nom AS nom_1, e0_.date_debut AS date_debut_2, e0_.lieu AS lieu_3, e0_.photo AS photo_4, e0_.description AS description_5, e0_.slug AS slug_6, e0_.date_fin AS date_fin_7 FROM evenement e0_ ORDER BY e0_.id DESC LIMIT 5
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\Realisation | No errors. |
| App\Entity\Evenement | No errors. |
| App\Entity\Categorie | No errors. |