Query Metrics

2 Database Queries
2 Different statements
4.81 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.95 ms
SELECT t0.id AS id_1, t0.customer_id AS customer_id_2, t0.name AS name_3, t0.email AS email_4, t0.hcp_id AS hcp_id_5 FROM customer t0 WHERE t0.id = ?
Parameters:
[
  "173"
]
2 2.86 ms
SELECT t0.id AS id_1, t0.hcp_id AS hcp_id_2, t0.name AS name_3, t0.email AS email_4, t0.phone_number AS phone_number_5, t0.customer_number AS customer_number_6 FROM hcp t0 WHERE t0.id = ?
Parameters:
[
  89
]

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\Customer No errors.
App\Entity\Hcp No errors.
App\Entity\Order No errors.