Query Metrics
6
Database Queries
4
Different statements
4.09 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.20 ms |
SELECT t0.id AS id_1, t0.designation AS designation_2, t0.commentaires AS commentaires_3, t0.statut AS statut_4, t0.reference AS reference_5, t0.societe_id AS societe_id_6, t0.categorie_id AS categorie_id_7, t0.msn_exercice_id AS msn_exercice_id_8 FROM devis_section t0 WHERE t0.statut = ?
Parameters:
[
1
]
|
| 2 | 0.64 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.reference AS reference_3, t0.statut AS statut_4 FROM devis_categorie t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 3 | 0.73 ms |
SELECT t0.id AS id_1, t0.libelle_nb_opt AS libelle_nb_opt_2, t0.interrogation AS interrogation_3, t0.valeur_charge AS valeur_charge_4, t0.commentaires AS commentaires_5, t0.type_sous_section AS type_sous_section_6, t0.statut AS statut_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.reference AS reference_10, t0.societe_id AS societe_id_11, t0.section_id AS section_id_12, t0.tarif_id AS tarif_id_13, t0.modalite_charge_id AS modalite_charge_id_14 FROM devis_sous_section t0 WHERE t0.statut = ?
Parameters:
[
1
]
|
| 4 | 0.71 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.reference AS reference_3 FROM devis_tarif t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 5 | 0.39 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.reference AS reference_3 FROM devis_tarif t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 6 | 0.41 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.reference AS reference_3 FROM devis_tarif t0 WHERE t0.id = ?
Parameters:
[
3
]
|
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\DevisSection | No errors. |
| App\Entity\SocSociete | No errors. |
| App\Entity\DevisCategorie | No errors. |
| App\Entity\MsnExercice | No errors. |
| App\Entity\DevisSousSection | No errors. |
| App\Entity\DevisActivite | No errors. |
| App\Entity\DevisTarif | No errors. |
| App\Entity\DevisModaliteCharge | No errors. |