GET https://opham.devsoft-pro.net/urgence/hopitaux

Query Metrics

3 Database Queries
3 Different statements
0.59 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.26 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.libelle AS libelle_5, t0.adresse AS adresse_6, t0.desc_long AS desc_long_7, t0.tel1 AS tel1_8, t0.tel2 AS tel2_9, t0.date_creation AS date_creation_10, t0.date_modification AS date_modification_11, t0.is_actived AS is_actived_12, t0.image AS image_13, t0.adr AS adr_14 FROM urgence t0 WHERE t0.type = ? AND t0.is_actived = ?
Parameters:
[
  "Hôpitaux et Cliniques"
  1
]
2 0.17 ms
SELECT t0.id AS id_1, t0.raison_social AS raison_social_2, t0.denomination AS denomination_3, t0.slogan AS slogan_4, t0.logo AS logo_5, t0.adresse AS adresse_6, t0.code_postal AS code_postal_7, t0.ville AS ville_8, t0.desc_courte AS desc_courte_9, t0.desc_long AS desc_long_10, t0.nif AS nif_11, t0.stat AS stat_12, t0.tel_fixe AS tel_fixe_13, t0.mobile1 AS mobile1_14, t0.mobile2 AS mobile2_15, t0.email AS email_16, t0.date_creation AS date_creation_17, t0.date_modif AS date_modif_18, t0.is_actived AS is_actived_19, t0.numero_commande AS numero_commande_20, t0.user_modif_id AS user_modif_id_21 FROM societe t0 WHERE t0.is_actived = ? LIMIT 1
Parameters:
[
  1
]
3 0.16 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.nom_contact AS nom_contact_3, t0.mobile1 AS mobile1_4, t0.mobile2 AS mobile2_5, t0.email AS email_6, t0.date_creation AS date_creation_7, t0.date_modif AS date_modif_8, t0.is_actived AS is_actived_9, t0.user_modif_id AS user_modif_id_10, t0.societe_id AS societe_id_11 FROM contact t0 WHERE t0.societe_id = ? AND t0.is_actived = ? ORDER BY t0.date_creation ASC
Parameters:
[
  1
  1
]

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\Contact 3
App\Entity\Urgence 1
App\Entity\Societe 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Urgence No errors.
App\Entity\Societe No errors.
App\Entity\User No errors.
App\Entity\Contact No errors.