GET https://dev-interphone.phone-contact.com/demande-inscription

Query Metrics

1 Database Queries
1 Different statements
1.34 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 1.34 ms
SELECT t0_.id AS id_0, t0_.type AS type_1, t0_.enabled AS enabled_2, t0_.created_at AS created_at_3, t0_.updated_at AS updated_at_4, t0_.code AS code_5, t0_.created_by AS created_by_6, t0_.updated_by AS updated_by_7 FROM type_compte t0_ WHERE t0_.enabled = 1 ORDER BY t0_.type ASC
Parameters:
[]

Database Connections

Name Service
minisite doctrine.dbal.minisite_connection
vcard doctrine.dbal.vcard_connection
lien_tracke doctrine.dbal.lien_tracke_connection
default doctrine.dbal.default_connection

Entity Managers

Name Service
minisite doctrine.orm.minisite_entity_manager
vcard doctrine.orm.vcard_entity_manager
lien_tracke doctrine.orm.lien_tracke_entity_manager
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

minisite entity manager

Class Amount of managed objects

vcard entity manager

Class Amount of managed objects

lien_tracke entity manager

Class Amount of managed objects

default entity manager

Class Amount of managed objects
App\Entity\Interface\TypeCompte 2

Entities Mapping

minisite entity manager

No loaded entities.

vcard entity manager

No loaded entities.

lien_tracke entity manager

No loaded entities.

default entity manager

Class Mapping errors
App\Entity\Interface\TypeCompte No errors.
App\Entity\Interface\User
  • The mappings App\Entity\Interface\User#demandeCampagne and App\Entity\Interface\DemandeCampagne#commercial are inconsistent with each other.
  • The field App\Entity\Interface\User#rappels is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Interface\Rappel#created_by does not contain the required 'inversedBy: "rappels"' attribute.