Query Metrics

4 Database Queries
4 Different statements
1.28 ms Query time
0 Invalid entities
18 Managed entities

Queries

Group similar statements

# Time Info
1 0.37 ms
SELECT t0.right_name AS right_name_1, t0.right_code AS right_code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.id AS id_5 FROM rights t0 WHERE t0.right_code = ? LIMIT 1
Parameters:
[
  "admin_prestation_new_from_rdv"
]
2 0.36 ms
SELECT t0.client_id AS client_id_1, t0.animal_id AS animal_id_2, t0.prestataire_id AS prestataire_id_3, t0.service_propose_id AS service_propose_id_4, t0.date_rdv AS date_rdv_5, t0.statut AS statut_6, t0.commentaires AS commentaires_7, t0.id AS id_8, t0.heure_debut AS heure_debut_9, t0.heure_fin AS heure_fin_10, t0.duree_minutes AS duree_minutes_11 FROM rendez_vous t0 WHERE t0.id = ?
Parameters:
[
  "8db1e23f9c52c5a2fcb9d52c79099ac6"
]
3 0.30 ms
SELECT t0.nom AS nom_1, t0.type_champ AS type_champ_2, t0.description AS description_3, t0.obligatoire_global AS obligatoire_global_4, t0.id AS id_5 FROM service_champ t0
Parameters:
[]
4 0.25 ms
SELECT t0.nom AS nom_1, t0.description AS description_2, t0.prix_unitaire AS prix_unitaire_3, t0.stock_actuel AS stock_actuel_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7 FROM medicament 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
Domain\Service\Entity\ServiceChamp 16
Domain\RendezVous\Entity\RendezVous 1
Domain\Medicament\Entity\Medicament 1