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

Query Metrics

6 Database Queries
6 Different statements
25.77 ms Query time
2 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.19 ms
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
]
2 0.12 ms
SELECT v0_.id AS id_0, v0_.sort AS sort_1, v0_.name AS name_2, v0_.code AS code_3 FROM variant v0_ WHERE v0_.id IN (?)
Parameters:
[
  "1"
]
3 0.14 ms
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.name = ? LIMIT 2
Parameters:
[
  "test6"
]
4 0.07 ms
"START TRANSACTION"
Parameters:
[]
5 0.12 ms
INSERT INTO domain (name, aliases, status, system, progress, options, created_at, updated_at, owner_name, owner_password, owner_uid, user_id, variant_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "test6"
  "www.test6.s-web3.sfx-tula.ru"
  1
  0
  0
  "[]"
  "2026-06-08 17:10:05"
  null
  null
  null
  null
  12
  1
]
6 25.13 ms
"COMMIT"
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\User 1
App\Entity\Variant 1
App\Entity\Domain 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.