GET https://intranet.museum-art-cars.com/abmelden

Query Metrics

2 Database Queries
2 Different statements
6.92 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 3.55 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.email AS email_4, t0.internal_department AS internal_department_5, t0.is_active AS is_active_6, t0.is_deleted AS is_deleted_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.phone_number AS phone_number_10, t0.mobile_phone_number AS mobile_phone_number_11, t0.tax_number AS tax_number_12, t0.department AS department_13, t0.monthly_work_hours AS monthly_work_hours_14, t0.occupation AS occupation_15, t0.hourly_rate AS hourly_rate_16, t0.health_insurance_number AS health_insurance_number_17, t0.path AS path_18, t0.notice AS notice_19 FROM users t0 WHERE t0.id = ?
Parameters:
[
  102
]
2 3.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.long_name AS long_name_3 FROM system_roles t0 INNER JOIN user_system_roles ON t0.id = user_system_roles.system_roles_id WHERE user_system_roles.user_id = ?
Parameters:
[
  102
]

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#menues refers to the owning side field App\Entity\Bistro\Menu#user which does not exist.
  • The association App\Entity\User#eventsAddedAsMember refers to the owning side field App\Entity\EventPersonal#user2 which does not exist.
  • The association App\Entity\User#eventNotes refers to the owning side field App\Entity\EventNotes#user which does not exist.
App\Entity\SystemRoles No errors.
App\Entity\Bistro\Menu
  • The mappings App\Entity\Bistro\Menu#userCreated and App\Entity\User#menues are inconsistent with each other.
App\Entity\Event No errors.
App\Entity\EventPersonal
  • The mappings App\Entity\EventPersonal#user and App\Entity\User#eventsAddedAsMember are inconsistent with each other.
App\Entity\EventNotes
  • The mappings App\Entity\EventNotes#recordedByUser and App\Entity\User#eventNotes are inconsistent with each other.
App\Entity\SystemPermission No errors.