Query Metrics
18
Database Queries
7
Different statements
50.62 ms
Query time
0
Invalid entities
32
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
19.85 ms (39.22%) |
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
]
|
|
19.12 ms (37.77%) |
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:
[] |
|
9.90 ms (19.55%) |
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.91 ms (1.79%) |
1 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.report AS report_3 FROM accessibility t0 LIMIT 1
Parameters:
[] |
|
0.32 ms (0.63%) |
1 |
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.30 ms (0.60%) |
1 |
SELECT s0_.id AS id_0, s0_.`key` AS key_1, s0_.value AS value_2 FROM site_parameter s0_
Parameters:
[] |
|
0.22 ms (0.43%) |
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\Allergene | 14 |
| App\Entity\TypeProduit | 12 |
| App\Entity\LieuRestauration | 3 |
| App\Entity\SiteParameter | 1 |
| App\Entity\Accessibility | 1 |
| App\Entity\Alerte | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\SiteParameter | No errors. |
| App\Entity\Accessibility | No errors. |
| App\Entity\Alerte | No errors. |
| App\Entity\Allergene | No errors. |
| App\Entity\Produit | No errors. |
| App\Entity\LieuRestauration | No errors. |
| App\Entity\TypeProduit | No errors. |
| App\Entity\SousFamille | No errors. |