Query Metrics
8
Database Queries
4
Different statements
23.30 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 5.68 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.texte AS texte_3, t0.photo AS photo_4, t0.photobg AS photobg_5 FROM categorie t0
Parameters:
[] |
2 | 5.10 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ref AS ref_3, t0.matiere AS matiere_4, t0.couleur AS couleur_5, t0.taille AS taille_6, t0.motif AS motif_7, t0.prix_pub_ttc AS prix_pub_ttc_8, t0.prix_rev_ht AS prix_rev_ht_9, t0.description AS description_10, t0.showcase AS showcase_11, t0.entretien AS entretien_12, t0.position AS position_13, t0.categorie_id AS categorie_id_14 FROM produit t0 WHERE t0.showcase = ?
Parameters:
[
1
]
|
3 | 4.05 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.nom_photo_video AS nom_photo_video_3, t0.active AS active_4, t0.video AS video_5, t0.large AS large_6, t0.text_accueil AS text_accueil_7 FROM accueil t0 WHERE t0.active = ? AND t0.large = ?
Parameters:
[ 1 1 ] |
4 | 1.06 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.nom_photo_video AS nom_photo_video_3, t0.active AS active_4, t0.video AS video_5, t0.large AS large_6, t0.text_accueil AS text_accueil_7 FROM accueil t0 WHERE t0.active = ? AND t0.large = ?
Parameters:
[ 1 0 ] |
5 | 4.79 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.nom AS nom_3, t0.produit_id AS produit_id_4 FROM photo_produit t0 WHERE t0.produit_id = ?
Parameters:
[
129
]
|
6 | 0.66 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.nom AS nom_3, t0.produit_id AS produit_id_4 FROM photo_produit t0 WHERE t0.produit_id = ?
Parameters:
[
149
]
|
7 | 0.63 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.nom AS nom_3, t0.produit_id AS produit_id_4 FROM photo_produit t0 WHERE t0.produit_id = ?
Parameters:
[
150
]
|
8 | 1.34 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.nom AS nom_3, t0.produit_id AS produit_id_4 FROM photo_produit t0 WHERE t0.produit_id = ?
Parameters:
[
173
]
|
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\Produit | No errors. |
App\Entity\Categorie | No errors. |
App\Entity\Accueil | No errors. |
App\Entity\PhotoProduit | No errors. |
App\Entity\LigneCommande | No errors. |