Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.39 ms
(42.87%)
1
SELECT DISTINCT g0_.id AS id_0 FROM gnaddress g0_ LIMIT 20 OFFSET 580
Parameters:
[]
0.34 ms
(37.47%)
1
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:
[
  724
  725
  726
  727
  728
  729
  730
  731
  732
  733
  734
  735
  736
  737
  738
  739
  740
  741
  742
  743
]
0.18 ms
(19.66%)
1
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.