Query Metrics
241
Database Queries
12
Different statements
64.30 ms
Query time
0
Invalid entities
720
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
35.88 ms (55.81%) |
176 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.type_produit_id AS type_produit_id_3 FROM sous_famille t0 INNER JOIN produit_sous_famille ON t0.id = produit_sous_famille.sous_famille_id WHERE produit_sous_famille.produit_id = ? ORDER BY t0.libelle ASC
Parameters:
[
2080
]
|
|
19.89 ms (30.94%) |
26 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.composition AS composition_3, t0.produit_du_mois AS produit_du_mois_4, t0.en_vente AS en_vente_5, t0.code_national AS code_national_6, t0.bio AS bio_7, t0.vegetarien AS vegetarien_8, t0.image AS image_9, t0.image_alt AS image_alt_10, t0.updated_at AS updated_at_11, t0.poids AS poids_12, t0.fabrication_interne AS fabrication_interne_13, t0.published_at AS published_at_14, t0.unpublished_at AS unpublished_at_15, t0.produit_du_mois_start_at AS produit_du_mois_start_at_16, t0.produit_du_mois_end_at AS produit_du_mois_end_at_17, t0.mise_en_avant AS mise_en_avant_18, t0.mise_en_avant_start_at AS mise_en_avant_start_at_19, t0.mise_en_avant_end_at AS mise_en_avant_end_at_20, t0.nutriscore_id AS nutriscore_id_21 FROM produit t0 INNER JOIN produit_sous_famille ON t0.id = produit_sous_famille.produit_id WHERE produit_sous_famille.sous_famille_id = ? ORDER BY t0.libelle ASC
Parameters:
[
63
]
|
|
3.46 ms (5.38%) |
18 |
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.image_alt AS image_alt_3, t0.updated_at AS updated_at_4, t0.sous_famille_id AS sous_famille_id_5 FROM image_sous_famille t0 WHERE t0.sous_famille_id = ?
Parameters:
[
39
]
|
|
2.59 ms (4.02%) |
12 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.image AS image_3, t0.image_alt AS image_alt_4, t0.updated_at AS updated_at_5 FROM lieu_restauration t0 INNER JOIN type_produit_lieu_restauration ON t0.id = type_produit_lieu_restauration.lieu_restauration_id WHERE type_produit_lieu_restauration.type_produit_id = ? ORDER BY t0.libelle ASC
Parameters:
[
1
]
|
|
0.91 ms (1.41%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.type_produit_id AS type_produit_id_3 FROM sous_famille t0 WHERE t0.type_produit_id = ? ORDER BY t0.libelle ASC
Parameters:
[
21
]
|
|
0.32 ms (0.50%) |
2 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.image_alt AS image_alt_3, t0.image AS image_4, t0.updated_at AS updated_at_5, t0.code_national AS code_national_6 FROM allergene t0
Parameters:
[] |
|
0.27 ms (0.42%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.image AS image_3, t0.image_alt AS image_alt_4, t0.updated_at AS updated_at_5 FROM lieu_restauration t0 WHERE t0.id = ?
Parameters:
[
"2"
]
|
|
0.26 ms (0.40%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_singulier AS libelle_singulier_3, t0.image AS image_4, t0.image_alt AS image_alt_5, t0.updated_at AS updated_at_6, t0.ordre_affichage AS ordre_affichage_7 FROM type_produit t0 WHERE t0.id = ?
Parameters:
[
"21"
]
|
|
0.25 ms (0.38%) |
1 |
SELECT s0_.id AS id_0, s0_.`key` AS key_1, s0_.value AS value_2 FROM site_parameter s0_
Parameters:
[] |
|
0.17 ms (0.26%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_singulier AS libelle_singulier_3, t0.image AS image_4, t0.image_alt AS image_alt_5, t0.updated_at AS updated_at_6, t0.ordre_affichage AS ordre_affichage_7 FROM type_produit t0
Parameters:
[] |
|
0.17 ms (0.26%) |
1 |
SELECT t0.id AS id_1, t0.message AS message_2, t0.active AS active_3, t0.updated_at AS updated_at_4 FROM alerte t0 WHERE t0.active = ? LIMIT 1
Parameters:
[
1
]
|
|
0.14 ms (0.22%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.image AS image_3, t0.image_alt AS image_alt_4, t0.updated_at AS updated_at_5 FROM lieu_restauration 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Produit | 654 |
| App\Entity\SousFamille | 26 |
| App\Entity\Allergene | 14 |
| App\Entity\TypeProduit | 12 |
| App\Entity\ImageSousFamille | 5 |
| App\Entity\Nutriscore | 4 |
| App\Entity\LieuRestauration | 3 |
| App\Entity\SiteParameter | 1 |
| App\Entity\Alerte | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\LieuRestauration | No errors. |
| App\Entity\TypeProduit | No errors. |
| App\Entity\SousFamille | No errors. |
| App\Entity\Produit | No errors. |
| App\Entity\ImageSousFamille | No errors. |
| App\Entity\Nutriscore | No errors. |
| App\Entity\Allergene | No errors. |
| App\Entity\ProduitValeurNutritionnelle | No errors. |
| App\Entity\LogoOrigine | No errors. |
| App\Entity\LogoSiqo | No errors. |
| App\Entity\SiteParameter | No errors. |
| App\Entity\Alerte | No errors. |