Query Metrics

3 Database Queries
3 Different statements
0.79 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.56 ms
SELECT DISTINCT c0_.id AS id_0 FROM customer c0_ LIMIT 20
Parameters:
[]
2 0.12 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.email AS email_2, c0_.document_identity AS document_identity_3, c0_.mobile_phone AS mobile_phone_4, c0_.post_code AS post_code_5, c0_.is_email_validated AS is_email_validated_6, c0_.is_phone_validated AS is_phone_validated_7, c0_.show_mobile_number AS show_mobile_number_8, c0_.city_codigo_ibge AS city_codigo_ibge_9, c0_.user_id AS user_id_10 FROM customer c0_ WHERE c0_.id IN (?, ?, ?, ?, ?)
Parameters:
[
  2
  3
  4
  5
  6
]
3 0.11 ms
SELECT count(*) AS sclr_0 FROM customer c0_
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.

Entities Mapping

Class Mapping errors
App\Entity\Customer No errors.
App\Entity\City No errors.
App\Entity\User No errors.