GET https://projects.cuetime.de/appointments/4

Query Metrics

4 Database Queries
4 Different statements
1.13 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.78 ms
SELECT t0.id AS id_1, t0.occasion AS occasion_2, t0.date AS date_3, t0.start_time AS start_time_4, t0.end_time AS end_time_5, t0.is_confirmed AS is_confirmed_6, t0.setup_with_location AS setup_with_location_7, t0.teardown_with_location AS teardown_with_location_8, t0.setup_date AS setup_date_9, t0.setup_time AS setup_time_10, t0.teardown_date AS teardown_date_11, t0.teardown_time AS teardown_time_12, t0.attendees_count AS attendees_count_13, t0.attendees_age_from AS attendees_age_from_14, t0.attendees_age_to AS attendees_age_to_15, t0.attendees_notes AS attendees_notes_16, t0.music_pdf_path AS music_pdf_path_17, t0.dj_notes AS dj_notes_18, t0.price_dj_hour AS price_dj_hour_19, t0.price_dj_extention AS price_dj_extention_20, t0.price_tech AS price_tech_21, t0.price_approach AS price_approach_22, t0.deactivated AS deactivated_23, t0.customer_id AS customer_id_24, t0.location_id AS location_id_25 FROM appointments t0 WHERE t0.id = ?
Parameters:
[
  "4"
]
2 0.15 ms
SELECT t0.id AS id_1, t0.prename AS prename_2, t0.lastname AS lastname_3, t0.street AS street_4, t0.housenr AS housenr_5, t0.postal AS postal_6, t0.city AS city_7, t0.email AS email_8, t0.phone AS phone_9, t0.require_cash AS require_cash_10, t0.require_prepaid AS require_prepaid_11, t0.payment_id AS payment_id_12 FROM customer t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.12 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:
[
  2
]
4 0.08 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM payment t0 WHERE t0.id = ?
Parameters:
[
  2
]

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\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\Customer
  • The association App\Entity\Customer#appointments refers to the owning side field App\Entity\Appointments#customer_id which does not exist.
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\User No errors.
App\Entity\Order No errors.
App\Entity\Payment No errors.
App\Entity\Contacts No errors.
App\Entity\LocationImages No errors.