GET https://server.s-web3.sfx-tula.ru/

Query Metrics

3 Database Queries
3 Different statements
0.47 ms Query time
2 Invalid entities
24 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.19 ms
(39.58%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
  12
]
0.16 ms
(34.76%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.aliases AS aliases_3, t0.status AS status_4, t0.system AS system_5, t0.progress AS progress_6, t0.options AS options_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.owner_name AS owner_name_10, t0.owner_password AS owner_password_11, t0.owner_uid AS owner_uid_12, t0.user_id AS user_id_13, t0.variant_id AS variant_id_14 FROM domain t0 WHERE t0.user_id = ?
Parameters:
[
  12
]
0.12 ms
(25.67%)
1
SELECT v0_.id AS id_0, v0_.sort AS sort_1, v0_.name AS name_2, v0_.code AS code_3 FROM variant v0_
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\Domain 21
App\Entity\Variant 2
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Owner No errors.
App\Entity\Domain
  • The association App\Entity\Domain#variant refers to the inverse side field App\Entity\Variant#variant which does not exist.
App\Entity\Variant
  • The mappings App\Entity\Variant#domains and App\Entity\Domain#variant are inconsistent with each other.
App\Entity\ProxyHost No errors.