GET https://projects.cuetime.de/location/3/edit

Query Metrics

2 Database Queries
2 Different statements
1.19 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.99 ms
SELECT t0.id AS id_1, t0.location_name AS location_name_2, t0.street AS street_3, t0.streetnr AS streetnr_4, t0.postal AS postal_5, t0.city AS city_6, t0.notes AS notes_7, t0.contact_id_id AS contact_id_id_8 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
2 0.21 ms
SELECT c0_.id AS id_0, c0_.prename AS prename_1, c0_.lastname AS lastname_2, c0_.email AS email_3, c0_.phone AS phone_4 FROM contacts c0_
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\Location
  • The association App\Entity\Location#appointments refers to the owning side field App\Entity\Appointments#location_id which does not exist.
App\Entity\Contacts No errors.
App\Entity\LocationImages No errors.
App\Entity\Appointments
  • The mappings App\Entity\Appointments#customer and App\Entity\Customer#appointments are inconsistent with each other.
  • The mappings App\Entity\Appointments#location and App\Entity\Location#appointments are inconsistent with each other.
App\Entity\Order No errors.