GET https://www.autodiscover.erp.calfeutrageexpert.ca/

Query Metrics

2 Database Queries
2 Different statements
0.81 ms Query time
2 Invalid entities
32 Managed entities

Queries

Group similar statements

# Time Info
1 0.63 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prix AS prix_3, t0.created_at AS created_at_4, t0.is_taxable AS is_taxable_5 FROM supplement t0
Parameters:
[]
2 0.18 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3 FROM allergie t0
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\Allergie 23
App\Entity\Supplement 9

Entities Mapping

Class Mapping errors
App\Entity\Supplement No errors.
App\Entity\ArticleCommandeSupplement
  • The field 'App\Entity\ArticleCommandeSupplement#prixApplique' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Allergie
  • The field App\Entity\Allergie#enfants is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\EnfantAllergique#allergies does not contain the required 'inversedBy: "enfants"' attribute.
App\Entity\ArticleCommandeAllergie No errors.
App\Entity\EnfantAllergique No errors.