https://dev.sirene.tech/user/new

Query Metrics

2 Database Queries
2 Different statements
14.25 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 8.86 ms
SELECT p0_.id AS id_0, p0_.name AS name_1 FROM profile p0_ ORDER BY p0_.name ASC
Parameters:
[]
2 5.39 ms
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.description AS description_2, e0_.picture AS picture_3, e0_.slug AS slug_4, e0_.test AS test_5, e0_.title_register AS title_register_6, e0_.description_register AS description_register_7, e0_.image_register AS image_register_8 FROM entity e0_ ORDER BY e0_.name ASC
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.

Entities Mapping

Class Mapping errors
App\Entity\Entity
  • The mappings App\Entity\Entity#form and App\Entity\Form#entity are inconsistent with each other.
App\Entity\User No errors.
App\Entity\Profile
  • The mappings App\Entity\Profile#form and App\Entity\Form#profiles are inconsistent with each other.
App\Entity\Version No errors.
App\Entity\Form
  • The association App\Entity\Form#entity refers to the inverse side field App\Entity\Entity#formAccesses which does not exist.
  • The association App\Entity\Form#profiles refers to the inverse side field App\Entity\Profile#formAccesses which does not exist.
App\Entity\UserEntity No errors.
App\Entity\MapObjectType No errors.
App\Entity\BigList No errors.