Query Metrics
5
Database Queries
5
Different statements
4.90 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.88 ms |
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.libelle AS libelle_3, t0.kind AS kind_4, t0.type_api AS type_api_5, t0.url AS url_6 FROM menu_libelle t0 WHERE t0.ordre = ?
Parameters:
[
0
]
|
| 2 | 0.91 ms |
SELECT m0_.libelle AS libelle_0, m0_.url AS url_1 FROM menu_libelle m0_ WHERE m0_.ordre <> 0 ORDER BY m0_.ordre ASC
Parameters:
[] |
| 3 | 0.93 ms |
SELECT t0.id AS id_1, t0.adresse AS adresse_2, t0.lien_acceo AS lien_acceo_3, t0.telephone AS telephone_4, t0.telephone_url AS telephone_url_5, t0.reseaux_sociaux AS reseaux_sociaux_6 FROM footer t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 4 | 1.12 ms |
SELECT t0.id AS id_1, t0.terme AS terme_2, t0.definition AS definition_3 FROM glossaire t0 ORDER BY t0.terme ASC
Parameters:
[] |
| 5 | 1.06 ms |
SELECT DISTINCT SUBSTRING(g0_.terme FROM 1 FOR 1) AS sclr_0 FROM glossaire g0_
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\MenuLibelle | No errors. |
| App\Entity\Footer | No errors. |
| App\Entity\Glossaire | No errors. |