GET https://pp-rockhal.blackticket.net/nft

Query Metrics

1 Database Queries
1 Different statements
4.89 ms Query time
1 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 4.89 ms
SELECT n0_.id AS id_0, n0_.owner_mail AS owner_mail_1, a1_.first_name AS first_name_2, a1_.last_name AS last_name_3 FROM nft n0_ LEFT JOIN app_user a1_ ON (n0_.owner_mail = a1_.email)
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

Entities Mapping

Class Mapping errors
App\Entity\Nft No errors.
App\Entity\AppUser
  • The association App\Entity\AppUser#draws refers to the owning side field App\Entity\Draw#appUsers which does not exist.
  • The field App\Entity\AppUser#conversation is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Conversations\Conversation#user does not contain the required 'inversedBy="conversation"' attribute.