https://dev.skiclub-manager.de/registrierung

Query Metrics

1 Database Queries
1 Different statements
1.69 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 1.69 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.street AS street_2, s0_.post_code AS post_code_3, s0_.city AS city_4, s0_.country AS country_5, s0_.email AS email_6, s0_.phone_number AS phone_number_7, s0_.web AS web_8, s0_.contact_person AS contact_person_9, s0_.image_name AS image_name_10, s0_.image_size AS image_size_11, s0_.updated_at AS updated_at_12, s0_.payment_mollie_api_key AS payment_mollie_api_key_13, s0_.slug AS slug_14, s0_.ski_association_id AS ski_association_id_15 FROM ski_club s0_
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\User
  • The association App\Entity\User#supervisor refers to the owning side field App\Entity\Trip#supervisor which does not exist.
App\Entity\SkiClub No errors.
App\Entity\SkiAssociation No errors.
App\Entity\SkiUser
  • The association App\Entity\SkiUser#payerUserId refers to the owning side field App\Entity\Contract#payerUserId which does not exist.
App\Entity\FeeGroup No errors.
App\Entity\Trip No errors.
App\Entity\Contract
  • The association App\Entity\Contract#payerUser refers to the inverse side field App\Entity\SkiUser#payerUser which does not exist.
App\Entity\Mail No errors.
App\Entity\Upload No errors.
App\Entity\BankInformation No errors.