Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.is_village AS is_village_5, t0.title AS title_6, t0.community_id AS community_id_7 FROM city t0 WHERE t0.id = ?
Parameters:
[
  "4"
]
2 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.county_id AS county_id_6 FROM community t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.25 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.created_at AS created_at_2, c0_.updated_at AS updated_at_3, c0_.title AS title_4, c0_.county_id AS county_id_5 FROM community 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\City No errors.
App\Entity\Community No errors.
App\Entity\Lead No errors.
App\Entity\Address No errors.
App\Entity\Street No errors.
App\Entity\County No errors.