GET https://www.v2023.prins.ifabrik-digital.de/prDashboard

Query Metrics

1 Database Queries
1 Different statements
0.33 ms Query time
3 Invalid entities
31 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.33 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.module AS module_2, t0.controller AS controller_3, t0.schluessel AS schluessel_4, t0.recht AS recht_5, t0.position AS position_6 FROM rights t0
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Rights 31

Entities Mapping

Class Mapping errors
App\Entity\User
  • The association App\Entity\User#usergroup refers to the inverse side field App\Entity\Usergroup#users which does not exist.
  • The field App\Entity\User#inquiries is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Inquiry#bearbeiter does not contain the required 'inversedBy="inquiries"' attribute.
  • The field App\Entity\User#messages is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Message#autor does not contain the required 'inversedBy="messages"' attribute.
  • The field App\Entity\User#messagescontact is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Message#contact does not contain the required 'inversedBy="messagescontact"' attribute.
App\Entity\Usergroup
  • The field App\Entity\Usergroup#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#usergroup does not contain the required 'mappedBy="user"' attribute.
  • The mappings App\Entity\Usergroup#right and App\Entity\Rights#usergroup are inconsistent with each other.
App\Entity\Rights
  • The association App\Entity\Rights#usergroup refers to the owning side field App\Entity\Usergroup#usergroup_right which does not exist.