Query Metrics

5 Database Queries
5 Different statements
2.56 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.54 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.service AS service_6, t0.phone AS phone_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
  6
]
2 0.47 ms
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.customer_id AS customer_id_3, t0.contact_id AS contact_id_4, t0.numero_dossier AS numero_dossier_5, t0.description AS description_6, t0.total_ht AS total_ht_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.version AS version_10, t0.contact AS contact_11, t0.adresse AS adresse_12, t0.remise_commerciale AS remise_commerciale_13, t0.remise_en_p100 AS remise_en_p100_14, t0.marge_brute AS marge_brute_15, t0.p_bc AS p_bc_16, t0.e_dr AS e_dr_17, t0.p_t AS p_t_18, t0.l_p AS l_p_19, t0.d_p AS d_p_20, t0.e_ti AS e_ti_21, t0.c_dp AS c_dp_22, t0.version_pdf AS version_pdf_23 FROM devis_prestation t0 WHERE t0.id = ?
Parameters:
[
  "56"
]
3 0.42 ms
SELECT t0.id AS id_1, t0.designation AS designation_2, t0.quantite AS quantite_3, t0.prix_unitaire AS prix_unitaire_4, t0.total_ligne AS total_ligne_5, t0.code_article AS code_article_6, t0.commentaire AS commentaire_7, t0.prf AS prf_8, t0.delai AS delai_9, t0.devis_prestation_id AS devis_prestation_id_10 FROM devis_prestation_ligne t0 WHERE t0.id = ?
Parameters:
[
  "56"
]
4 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.is_valid AS is_valid_6 FROM customer t0
Parameters:
[]
5 0.51 ms
SELECT t0.id AS id_1, t0.designation AS designation_2, t0.quantite AS quantite_3, t0.prix_unitaire AS prix_unitaire_4, t0.total_ligne AS total_ligne_5, t0.code_article AS code_article_6, t0.commentaire AS commentaire_7, t0.prf AS prf_8, t0.delai AS delai_9, t0.devis_prestation_id AS devis_prestation_id_10 FROM devis_prestation_ligne t0 WHERE t0.devis_prestation_id = ?
Parameters:
[
  56
]

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\User 1
App\Entity\DevisPrestation 1

Entities Mapping