Query Metrics

4 Database Queries
4 Different statements
26.71 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 15.94 ms
SELECT DISTINCT c0_.id AS id_0, c0_.hcp_id AS sclr_1 FROM customer c0_ LEFT JOIN hcp h1_ ON c0_.hcp_id = h1_.id ORDER BY c0_.hcp_id DESC LIMIT 20
Parameters:
[]
2 7.37 ms
SELECT c0_.id AS id_0, c0_.customer_id AS customer_id_1, c0_.name AS name_2, c0_.email AS email_3, c0_.hcp_id AS hcp_id_4 FROM customer c0_ LEFT JOIN hcp h1_ ON c0_.hcp_id = h1_.id WHERE c0_.id IN (?) ORDER BY c0_.hcp_id DESC
Parameters:
[
  [
    173
    172
  ]
]
3 1.83 ms
SELECT count(DISTINCT c0_.id) AS sclr_0 FROM customer c0_ LEFT JOIN hcp h1_ ON c0_.hcp_id = h1_.id
Parameters:
[]
4 1.58 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.