Query Metrics

3 Database Queries
3 Different statements
1.54 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.30 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_medicament_history"
]
2 0.27 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 WHERE t0.id = ?
Parameters:
[
  "f548bc79bf846f1a0edd120199f388b3"
]
3 0.96 ms
SELECT t0.quantite AS quantite_1, t0.type AS type_2, t0.prestation_id AS prestation_id_3, t0.commentaire AS commentaire_4, t0.date_mouvement AS date_mouvement_5, t0.id AS id_6, t0.medicament_id AS medicament_id_7 FROM medicament_mouvement_stock t0 WHERE t0.medicament_id = ?
Parameters:
[
  "f548bc79bf846f1a0edd120199f388b3"
]

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\Medicament\Entity\Medicament 1

Entities Mapping