Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.58 ms
SELECT DISTINCT g0_.id AS id_0 FROM gnaddress g0_ LIMIT 20 OFFSET 320
Parameters:
[]
2 11.07 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:
[
  464
  465
  466
  467
  468
  469
  470
  471
  472
  473
  474
  475
  476
  477
  478
  479
  480
  481
  482
  483
]
3 0.19 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.