Query Metrics
8
Database Queries
8
Different statements
20.28 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 5.17 ms |
SELECT p0_.id AS id_0, p0_.titre AS titre_1, p0_.slug AS slug_2, p0_.contenu AS contenu_3, p0_.contenu_brut AS contenu_brut_4, p0_.banniere AS banniere_5, p0_.template AS template_6, p0_.created_at AS created_at_7, p0_.updated_at AS updated_at_8 FROM page p0_ WHERE p0_.slug = ?
Parameters:
[
"index.html"
]
|
2 | 2.91 ms |
SELECT t0.id AS id_1, t0.files AS files_2, t0.contenu AS contenu_3, t0.type AS type_4, t0.titre AS titre_5, t0.colonne AS colonne_6, t0.page_id AS page_id_7, t8.id AS id_9, t8.titre AS titre_10, t8.slug AS slug_11, t8.contenu AS contenu_12, t8.contenu_brut AS contenu_brut_13, t8.banniere AS banniere_14, t8.template AS template_15, t8.created_at AS created_at_16, t8.updated_at AS updated_at_17 FROM section t0 INNER JOIN page t8 ON t0.page_id = t8.id WHERE t0.page_id = ?
Parameters:
[
2
]
|
3 | 1.89 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.soustitre AS soustitre_3, t0.image AS image_4, t0.actif AS actif_5, t0.button_text AS button_text_6, t0.button_link AS button_link_7 FROM slider t0 WHERE t0.actif = ? ORDER BY t0.id ASC
Parameters:
[
1
]
|
4 | 2.14 ms |
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.slug AS slug_3, a0_.contenu AS contenu_4, a0_.contenu_brut AS contenu_brut_5, a0_.keywords AS keywords_6, a0_.description AS description_7, a0_.banniere AS banniere_8, a0_.actif AS actif_9, a0_.created_at AS created_at_10, a0_.updated_at AS updated_at_11, a0_.categorie_id AS categorie_id_12 FROM actualite a0_ ORDER BY a0_.date DESC LIMIT 3
Parameters:
[] |
5 | 2.50 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM categorie t0 WHERE t0.id IN (?, ?)
Parameters:
[ 6 7 ] |
6 | 2.36 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.commentaire AS commentaire_3, t0.note AS note_4, t0.avatar AS avatar_5, t0.photo AS photo_6, t0.date AS date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM avis t0
Parameters:
[] |
7 | 1.62 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.image AS image_4, t0.actif AS actif_5 FROM popup t0 WHERE t0.actif = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[
1
]
|
8 | 1.68 ms |
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:
[] |
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\Page | No errors. |
App\Entity\Actualite | No errors. |
App\Entity\Avis | No errors. |
App\Entity\Popup | No errors. |
App\Entity\Slider | No errors. |
App\Entity\Formule | No errors. |
App\Entity\Tarif | No errors. |
App\Entity\Section | No errors. |
App\Entity\Categorie | No errors. |