Query Metrics
4
Database Queries
3
Different statements
11.72 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
6.38 ms (54.45%) |
1 |
SELECT t0.id AS id_1, t0.date AS date_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.contenu AS contenu_5, t0.contenu_brut AS contenu_brut_6, t0.keywords AS keywords_7, t0.description AS description_8, t0.banniere AS banniere_9, t0.actif AS actif_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.categorie_id AS categorie_id_13, t14.id AS id_15, t14.nom AS nom_16 FROM actualite t0 LEFT JOIN categorie t14 ON t0.categorie_id = t14.id WHERE t0.slug = ? LIMIT 1
Parameters:
[
"les-meilleurs-glaces-de-la-cote-sauvage.html"
]
|
3.69 ms (31.46%) |
2 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image AS image_3, t0.lien AS lien_4 FROM formule t0
Parameters:
[] |
1.65 ms (14.09%) |
1 |
SELECT t0.id AS id_1, t0.date AS date_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.contenu AS contenu_5, t0.contenu_brut AS contenu_brut_6, t0.keywords AS keywords_7, t0.description AS description_8, t0.banniere AS banniere_9, t0.actif AS actif_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.categorie_id AS categorie_id_13, t14.id AS id_15, t14.nom AS nom_16 FROM actualite t0 LEFT JOIN categorie t14 ON t0.categorie_id = t14.id WHERE t0.categorie_id = ? LIMIT 3
Parameters:
[
7
]
|
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\Actualite | No errors. |
App\Entity\Categorie | No errors. |
App\Entity\Formule | No errors. |