POST https://mining.dighist.se/login

Query Metrics

1 Database Queries
1 Different statements
3.36 ms Query time
4 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 3.36 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.surname AS surname_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "jacoborrje@gmail.com"
]

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\User 1

Entities Mapping

Class Mapping errors
App\Entity\User
  • The association App\Entity\User#edited_volumes refers to the owning side field App\Entity\Volume#updatedBy which does not exist.
  • The association App\Entity\User#edited_actors refers to the owning side field App\Entity\Actor#updatedBy which does not exist.
  • The association App\Entity\User#edited_text_lines refers to the owning side field App\Entity\TextLine#updatedBy which does not exist.
App\Entity\Volume
  • The association App\Entity\Volume#author refers to the inverse side field App\Entity\Actor#authoredVolumes which does not exist.
  • The mappings App\Entity\Volume#updated_by and App\Entity\User#edited_actors are inconsistent with each other.
App\Entity\Actor
  • The field 'App\Entity\Actor#SBL_id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'text' DBAL type.
  • The mappings App\Entity\Actor#volumes and App\Entity\Volume#author are inconsistent with each other.
  • The mappings App\Entity\Actor#updated_by and App\Entity\User#edited_actors are inconsistent with each other.
App\Entity\TextLine
  • The association App\Entity\TextLine#region refers to the inverse side field App\Entity\Region#lines which does not exist.
  • The mappings App\Entity\TextLine#updated_by and App\Entity\User#edited_text_lines are inconsistent with each other.