Query Metrics
9
Database Queries
5
Different statements
2.05 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.87 ms (42.31%) |
5 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.est_actif AS est_actif_3, t0.est_masque AS est_masque_4, t0.route AS route_5, t0.ordre_affichage AS ordre_affichage_6, t0.slug AS slug_7, t0.menuparent_id AS menuparent_id_8 FROM menu t0 WHERE t0.menuparent_id = ?
Parameters:
[
1
]
|
0.41 ms (20.15%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.est_actif AS est_actif_3, t0.est_masque AS est_masque_4, t0.route AS route_5, t0.ordre_affichage AS ordre_affichage_6, t0.slug AS slug_7, t0.menuparent_id AS menuparent_id_8 FROM menu t0 WHERE t0.slug = ?
Parameters:
[
"realisations"
]
|
0.34 ms (16.36%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.sous_titre AS sous_titre_3, t0.description AS description_4, t0.contenu AS contenu_5, t0.nom_image AS nom_image_6, t0.icone AS icone_7, t0.est_actif AS est_actif_8, t0.est_slide AS est_slide_9, t0.ordre_affichage AS ordre_affichage_10, t0.slug AS slug_11, t0.route AS route_12, t0.created AS created_13, t0.updated AS updated_14, t0.deleted AS deleted_15, t0.menu_id AS menu_id_16, t0.publicationparent_id AS publicationparent_id_17 FROM publication t0 WHERE t0.menu_id = ?
Parameters:
[
4
]
|
0.22 ms (10.91%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.est_actif AS est_actif_3, t0.est_masque AS est_masque_4, t0.route AS route_5, t0.ordre_affichage AS ordre_affichage_6, t0.slug AS slug_7, t0.menuparent_id AS menuparent_id_8 FROM menu t0 WHERE t0.menuparent_id IS NULL AND t0.est_masque = ?
Parameters:
[
0
]
|
0.21 ms (10.27%) |
1 |
SELECT t0.id AS id_1, t0.nom_entreprise AS nom_entreprise_2, t0.adresse AS adresse_3, t0.mail AS mail_4, t0.mail2 AS mail2_5, t0.telephone AS telephone_6, t0.telephone2 AS telephone2_7, t0.logo AS logo_8, t0.url_facebook AS url_facebook_9, t0.url_twitter AS url_twitter_10, t0.url_instagram AS url_instagram_11, t0.url_linked AS url_linked_12 FROM coordonnee t0 ORDER BY t0.id DESC LIMIT 1
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\Menu | No errors. |
App\Entity\Publication | No errors. |
App\Entity\Media | No errors. |
App\Entity\Tag | No errors. |
App\Entity\Coordonnee | No errors. |