Query Metrics

3 Database Queries
3 Different statements
41.55 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 10.43 ms
SELECT DISTINCT g0_.id AS id_0 FROM gnaddress g0_ LIMIT 20 OFFSET 480
Parameters:
[]
2 30.91 ms
SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.description AS description_2, g0_.longitude AS longitude_3, g0_.latitude AS latitude_4, g0_.areaid AS areaid_5, g0_.created_at AS created_at_6, g0_.updated_at AS updated_at_7 FROM gnaddress g0_ WHERE g0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  624
  625
  626
  627
  628
  629
  630
  631
  632
  633
  634
  635
  636
  637
  638
  639
  640
  641
  642
  643
]
3 0.21 ms
SELECT count(g0_.id) AS sclr_0 FROM gnaddress g0_
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\GNaddress
  • The mappings App\Entity\GNaddress#gNReviewsAddress and App\Entity\GNReviewAddress#GNAddress are inconsistent with each other.
App\Entity\GNaddressLocal No errors.
App\Entity\GNschedule No errors.
App\Entity\GNaddressHasGNscheduleTemplate No errors.
App\Entity\GNReviewAddress
  • The association App\Entity\GNReviewAddress#GNAddress refers to the inverse side field App\Entity\GNaddress#gNReviews which does not exist.