Query Metrics

5 Database Queries
4 Different statements
14.98 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.31 ms
SELECT DISTINCT c0_.id AS id_0 FROM city c0_ LIMIT 20 OFFSET 3780
Parameters:
[]
2 0.34 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_.is_village AS is_village_4, c0_.title AS title_5, c0_.community_id AS community_id_6 FROM city c0_ WHERE c0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  3845
  3846
  3847
  3848
  3849
  3850
  3851
  3852
  3684
  3685
  3686
  3687
  3688
  3689
  3690
  3691
  3692
  3693
  3694
  3695
]
3 0.27 ms
SELECT count(c0_.id) AS sclr_0 FROM city c0_
Parameters:
[]
4 0.34 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:
[
  252
]
5 13.72 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:
[
  251
]

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.