POST https://www.rent.mirakdev.be/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.10 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.avatar AS avatar_6, t0.updated_at AS updated_at_7, t0.is_active AS is_active_8, t0.last_log AS last_log_9, t10.id AS id_11, t10.genre AS genre_12, t10.first_name AS first_name_13, t10.last_name AS last_name_14, t10.id_card AS id_card_15, t10.email AS email_16, t10.tel AS tel_17, t10.address AS address_18, t10.postal_code AS postal_code_19, t10.city AS city_20, t10.is_active AS is_active_21, t10.contact_name AS contact_name_22, t10.contact_email AS contact_email_23, t10.contact_tel AS contact_tel_24, t10.note AS note_25, t10.created_at AS created_at_26, t10.updated_at AS updated_at_27, t10.country_id AS country_id_28, t10.user_id AS user_id_29 FROM user t0 LEFT JOIN owner t10 ON t10.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "fywdzhmx@immenseignite.info"
]

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\User No errors.
App\Entity\Owner
  • The mappings App\Entity\Owner#medias and App\Entity\Media#owner are inconsistent with each other.
  • The mappings App\Entity\Owner#properties and App\Entity\Property#owner are inconsistent with each other.
App\Entity\Country No errors.