GET https://serwis.ehvac.pl/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGNaddressCrudController

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.21 ms
SELECT DISTINCT g0_.id AS id_0 FROM gnaddress g0_ LIMIT 20
Parameters:
[]
2 0.21 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:
[
  144
  145
  146
  147
  148
  149
  150
  151
  152
  153
  154
  155
  156
  157
  158
  159
  160
  161
  162
  163
]
3 0.18 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.